summaryrefslogtreecommitdiffstats
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Finished updating module event handlers to be compatible withbde1998-11-153-12/+6
* Fixed the bug that caused negative busycounts in devstat. Thebde1998-11-151-6/+6
* Add a missing newlineluigi1998-11-141-1/+1
* Remove `amd', `nca' SCSI devices to match Mike's LINT commit.obrien1998-11-121-6/+2
* MF22: Bring in some linux sound ioctl support which I committed to 2.2jkh1998-11-122-2/+77
* Remove all mention of the 'amd' driver. It can come back if we growmsmith1998-11-112-16/+2
* Argh, I don't know how I managed this, but it would help to actuallypeter1998-11-111-2/+2
* Add entry for AOpen AW37luigi1998-11-101-0/+6
* kzipboot uses kern/inflate.c outside the kernel by providing its ownpeter1998-11-101-4/+2
* Fix probes when a port address is specified.gibbs1998-11-103-48/+21
* * Fix a couple of places in the device pager where an address wasdfr1998-11-085-7/+7
* Missing newline at end of file causes syntax error.peter1998-11-082-4/+4
* Enable 686 class optimisations for all 686-class processors, not just themsmith1998-11-081-7/+7
* Don't define the module glue if building as an LKM, this happens to havepeter1998-11-071-1/+3
* USERCONFIG_BOOT -> INTRO_USERCONFIGmsmith1998-11-062-6/+6
* Create an 'ibcs2' module so that scripts can tell if it's staticallypeter1998-11-061-1/+20
* make lnc0 definition in LINT match GENERICobrien1998-11-062-4/+4
* add AMD Am7990 & Am79C960 to description of lnc(4)obrien1998-11-062-4/+4
* Document the new NSFBUFS option.dg1998-11-052-2/+16
* iicbus probe and attach deferred until root_bus_configure() call.nsouch1998-11-041-5/+1
* Make a.out kernels kld compatable by default...peter1998-11-041-10/+2
* Remove stray(?) debugging printf's and cngetc()'s that freeze boot severalpeter1998-11-041-8/+2
* Remove an error message from sb interrupt driver -- itluigi1998-11-041-8/+0
* Back out previous commit. The bpfilter -> bpf transition will have to be ades1998-11-034-12/+12
* Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legaldes1998-11-034-12/+12
* Remove USERCONFIG_BOOT, add INTRO_USERCONFIGmsmith1998-11-031-2/+2
* Remove the USERCONFIG_BOOT option. Userconfig script data is searchedmsmith1998-11-033-65/+115
* Don't update the screen while the cursor shape is being changedyokota1998-11-031-1/+5
* spell checkobrien1998-11-022-6/+6
* Oops forgot to remove peter's 'device iicbb0' declaration. Done.nsouch1998-11-012-4/+2
* Add controller iicbb (generic I2C bit-banging code) and lpbbnsouch1998-11-012-4/+32
* Add John Dyson's SYSCTL descriptions, and an export of more stats topeter1998-10-311-2/+3
* I do not know if this is correct, but add iicbb0 as a device so thatpeter1998-10-312-2/+4
* Fixup prototypes so that this beastie compiles.peter1998-10-311-4/+4
* pcf.c: timeout management addednsouch1998-10-313-147/+309
* Document that we support i82595-based Ethernet adapters (Intel EtherExpressdes1998-10-302-2/+4
* Fix a typo, and remove verbose error reporting when inluigi1998-10-301-2/+4
* Use "KB" instead of "Kb" for KiloBytes, consistently with otherluigi1998-10-303-9/+9
* Add the ability to specify where on the at_shutdown queue a handler ismsmith1998-10-305-27/+21
* A small fragment of new ISA framework: manifest constants for the resourceswollman1998-10-291-0/+43
* Added a second argument, "activate" to the vm_page_unwire() call so thatdg1998-10-281-4/+3
* Check the major number of the boot device more carefully. There was onlybde1998-10-261-5/+3
* Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rottedbde1998-10-251-2/+3
* Update to current reality. We can now track several LORSTA on separatephk1998-10-241-136/+185
* Ignore `vector xxxintr' specifications except for checking their syntax.bde1998-10-231-2/+2
* Update timecounters to new interface.phk1998-10-233-25/+25
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-225-21/+20
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-221-3/+3
* Quote port names that have a digit in them. IO_TIMER1 was lexed asbde1998-10-227-38/+38
* Removed all `vector xxxintr' specifications. Interrupt handlers are nowbde1998-10-227-246/+246
OpenPOWER on IntegriCloud