aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Add better support for larger I/O clusters, including larger physicalJohn Dyson1998-01-243-5/+8
* VM level code cleanups.John Dyson1998-01-223-75/+64
* Add entry for SMC 9432TX cards (tx driver).Jordan K. Hubbard1998-01-211-2/+3
* Add entries for tx card.Jordan K. Hubbard1998-01-213-3/+10
* Add prototypes for swi_vm, setsoftvm, schedsoftvm, and splsoftvm that wereJustin T. Gibbs1998-01-211-1/+2
* Suggested by: bdeJohn Birrell1998-01-201-1/+12
* - Add binary compatibility support for obsolete console/mouse ioctlsKazutaka YOKOTA1998-01-202-3/+118
* Nondestructive attempts to get simple locks when SL_DEBUG is defined.Tor Egge1998-01-191-19/+21
* The removal of a page from the free queue in vm_page_zero_idle wasTor Egge1998-01-191-1/+2
* Don't throw away bootp reply packets that are shorter than our extended-lengthTor Egge1998-01-182-2/+6
* Tie up some loose ends in vnode/object management. Remove an unneededJohn Dyson1998-01-171-24/+6
* Fix misleading comment about major #Paul Traina1998-01-161-2/+2
* Bring in IDE ATAPI floppy support.Paul Traina1998-01-1610-10/+817
* Synchronize with NetBSD/pc98 based on NetBSD/i386 version 1.3G patchKATO Takenori1998-01-1612-206/+253
* Add rcsid. Remove unused vars. Use err(3) and change exit(-1).Philippe Charnier1998-01-161-28/+19
* Addition of splsoftvm and a VM SWI to handle bus dma related callbacks.Justin T. Gibbs1998-01-155-13/+20
* Implementation of Bus Space for FreeBSD-x86.Justin T. Gibbs1998-01-159-6/+5129
* Implementation of Bus DMA for FreeBSD-x86. This is sufficient to doJustin T. Gibbs1998-01-152-1/+596
* Add entry for i386/i386/busdma_machdep.cJustin T. Gibbs1998-01-151-1/+2
* Add and document PPS_SYNCPoul-Henning Kamp1998-01-142-2/+14
* Fix typo.KATO Takenori1998-01-141-2/+2
* Fix illegal numeric expressions: 08 and 09.Kazutaka YOKOTA1998-01-121-10/+10
* Adjust upwards the size of exec map in order to take into account theJohn Dyson1998-01-121-2/+2
* Add some devfs entriesJulian Elischer1998-01-121-2/+44
* add devfs entries for a few more syscons devices (e.g. sysmouse)Julian Elischer1998-01-121-3/+9
* Add ppp, at long last, back to GENERIC. We have enough room in theJordan K. Hubbard1998-01-111-3/+2
* Add a machine dependent header for the i386 jmp_buf size instead of pilingJohn Birrell1998-01-101-0/+35
* Added PnP I/O port address of NEC PC-98.KATO Takenori1998-01-101-2/+7
* - Produce the accent letter if the user hits the accent key twice.Kazutaka YOKOTA1998-01-091-4/+28
* Make the BOOTP family new-style options (in opt_bootp.h)Eivind Eklund1998-01-092-2/+4
* Make INET a proper option.Eivind Eklund1998-01-0818-20/+81
* update the AWE32 wave table driver to Iwai's 0.4.2c version. This alsoJohn-Mark Gurney1998-01-087-3756/+6
* 1. Supporting a bogus 16550A compatible PCMCIA CARD stuffsAtsushi Murai1998-01-081-4/+71
* Define integer types added by POSIX.1g. We already had int8_t, int16_t,Alexander Langer1998-01-081-1/+4
* Added accent (dead) key support to syscons and kbdcontrol.Kazutaka YOKOTA1998-01-073-7/+393
* documentation changes.Jamil J. Weatherbee1998-01-061-4/+5
* Make our v_usecount vnode reference count work identically to theJohn Dyson1998-01-061-1/+2
* sigh....forgot to update the DEBUG printfJonathan M. Bresler1998-01-051-3/+3
* length argument to truncate() in linux emulationJonathan M. Bresler1998-01-051-1/+2
* AMD calls the PR166 and PR200, models 2 and 3 respectively.David E. O'Brien1998-01-031-3/+3
* Update AMD URL for CPU recognition docs.David E. O'Brien1998-01-031-2/+3
* Fix typo. Option `CPU_SUSP_HLT' didn't work on Cyrix 486DX box.KATO Takenori1998-01-031-3/+3
* Don't try to call into BIOS32 handlers outside the normal ROMMike Smith1998-01-011-2/+2
* Fixed cosmetic bugs:Bruce Evans1998-01-011-34/+32
* Removed unused #includes.Bruce Evans1998-01-011-5/+0
* Moved the SMP declarations of INTREN() and INTRDIS() to the correct header,Bruce Evans1998-01-012-4/+4
* Explain that MAXMEM maynot be nessicary for detection of >64MB RAM.David E. O'Brien1997-12-312-10/+16
* Fix a race condition I introduced.Poul-Henning Kamp1997-12-301-5/+17
* Fix a include gottcha in the SMP case.Poul-Henning Kamp1997-12-291-2/+2
* Add back a #include <sys/types.h> so that this header isSteve Price1997-12-281-0/+1