aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
Commit message (Expand)AuthorAgeFilesLines
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-196-68/+18
* Break configure() into a couple of stages to allow insertion ofPeter Wemm1999-01-191-22/+25
* Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.Julian Elischer1999-01-181-2/+2
* Fix screwed up previous commit.Julian Elischer1999-01-181-4/+9
* From inspection, ISA interrupts were completely broken..Julian Elischer1999-01-181-1/+20
* Replaced by /usr/bin/gensetdefs a few months ago.Peter Wemm1999-01-173-403/+0
* Use the gensetdefs that is now in /usr/bin, it's a superset of thePeter Wemm1999-01-171-15/+9
* Remove references to an LKM that isn't built any more.Peter Wemm1999-01-172-6/+4
* Minor cleanup; no more references to LKM's.Peter Wemm1999-01-172-7/+4
* Remove the LKM glue since the support (src/lkm) has been gone a while.Peter Wemm1999-01-171-34/+1
* Add LKM option so that the remaining code (hopefully) doesn't go stale.Peter Wemm1999-01-172-2/+14
* Fix cut & paste mind-o: the entry for the xl driver should say ethernet,Bill Paul1999-01-171-3/+3
* Don't forget copying video mode flags to the adapter info. block whenKazutaka YOKOTA1999-01-171-1/+2
* Removed the #defines of interrupt handlers to NULL. This hack was forBruce Evans1999-01-171-60/+1
* Pass the unit number to the DMA cookie lookup routine and use itBruce Evans1999-01-172-5/+7
* There are two models of AMD K6-2 Model 8 (c.f. AMD's document), so theKATO Takenori1999-01-162-27/+28
* Fix palette save/load functions.Kazutaka YOKOTA1999-01-161-21/+41
* Don't let bugs in ide_pci.c break wdprobe(), at least for standardBruce Evans1999-01-161-25/+10
* Fetch an overide for NMBCLUSTERS from the kernel environment. Never allowMike Smith1999-01-151-1/+7
* Use a fast interrupt handler for the PCI version of the cy driverBruce Evans1999-01-152-2/+4
* Fixed corruption of the fd buffer queue. Once upon a time, the activeBruce Evans1999-01-152-8/+16
* Backed out previous commit. MALLOC_DEFINE() needs <sys/kernel.h>.Bruce Evans1999-01-141-3/+3
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-143-7/+7
* dftp -> dtfp Get it right...Mike Smith1999-01-141-2/+2
* Fix various breakage after the recent keyboard driver change.Kazutaka YOKOTA1999-01-142-14/+15
* Move notes on some flags for AT keyboard. They used to be for sc0,Kazutaka YOKOTA1999-01-132-8/+12
* Assign cdev major 84 to 'dftp' for "Louis A. Mamakos" <louie@UU.NET>Mike Smith1999-01-131-2/+2
* Oops, I accidentaly left the debug option on by default.Kazutaka YOKOTA1999-01-131-2/+2
* Switch type of vxintr instead of using the previous casts.Eivind Eklund1999-01-121-2/+2
* Take cdev major # 114 for ugenNick Hibma1999-01-121-1/+2
* Move a couple of functions to make __inline work. While I'm here,Eivind Eklund1999-01-122-77/+82
* Add a prototype to silence warnings.Eivind Eklund1999-01-121-1/+3
* Remove/comment out unused functions.Eivind Eklund1999-01-122-23/+4
* Silence warnings by cleaning up xxxintr typesEivind Eklund1999-01-123-7/+8
* Silence warnings.Eivind Eklund1999-01-1210-22/+37
* Clean up warnings; a couple of these came because of genuine errors inEivind Eklund1999-01-121-4/+6
* Silence warnings.Eivind Eklund1999-01-125-12/+16
* Silence warnings by removing unused convenience function andEivind Eklund1999-01-121-16/+3
* Add support for the Cyrix Cx5530 PCI/ISA bridge which also includesJulian Elischer1999-01-111-3/+2
* SLOW_VGA -> VGA_SLOW_IOACCESS here, too.Eivind Eklund1999-01-112-4/+4
* Fix linux sendmsg() emulationMike Smith1999-01-111-2/+35
* Don't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead.Kazutaka YOKOTA1999-01-111-2/+3
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-1112-463/+615
* Added file handling to ulpt (USB printer) driverNick Hibma1999-01-111-1/+2
* Use truncate() instead of otruncate() - step on the way to stoppingEivind Eklund1999-01-101-3/+3
* Forgotten options needed to build last ppbus commit.Nicolas Souchu1999-01-101-1/+3
* Fix broken low level ppb_rxxx() return type: char becomes u_char.Nicolas Souchu1999-01-102-18/+18
* Major ppbus commit with:Nicolas Souchu1999-01-102-52/+486
* Back out last change to sysctl.Poul-Henning Kamp1999-01-102-6/+0
* Add kernel support for sysctl descriptions. The NO_SYSCTL_DESCRIPTIONS optionDag-Erling Smørgrav1999-01-102-2/+8