aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Revive mlfk_ipl here. This version is slightly changed fromGuido van Rooij1999-12-066-12/+181
* Add forgotten ip_fil.c and fil.c to kld versionGuido van Rooij1999-12-062-183/+1
* Add ifilter klld module to ipfilter based kernelsGuido van Rooij1999-12-062-0/+2
* Prototypes should either have explicit parameter names, or not,Archie Cobbs1999-12-061-4/+4
* Change definition of NG_BPF_HOOKPROG_SIZE() so as not to requireArchie Cobbs1999-12-062-9/+10
* Simplify my license.Justin T. Gibbs1999-12-062-78/+104
* Update for pnp adjustments regarding NPNP.Peter Wemm1999-12-0615-112/+6
* Simplify my copyright license terms.Justin T. Gibbs1999-12-0615-80/+114
* Update for loss of pnp.hPeter Wemm1999-12-061-1/+0
* Merge pnp change from i386/conf/GENERIC (rev 1.211)Peter Wemm1999-12-062-2/+0
* Fold the pnp code into the base isa system to pave the way for PNPBIOS.Peter Wemm1999-12-068-24/+8
* Make this compile again. (missing #include for RFPROC)Peter Wemm1999-12-063-0/+3
* Fix a pair of silly warnings that I introduced (that would have beenPeter Wemm1999-12-062-14/+14
* Put on my asbestos underwear and commit the patch that I posted to -archPeter Wemm1999-12-061-3/+36
* Remove DSO_BAD144 from wd driver(s) so people with bad144'ed disks getPoul-Henning Kamp1999-12-062-2/+2
* Add defines for additional EEPROM locations and register definitions.Matthew N. Dodd1999-12-061-2/+28
* Whitespace cleanups.Matthew N. Dodd1999-12-061-4/+4
* Add a delay (per the databook) to the get_eeprom_data() loop soMatthew N. Dodd1999-12-061-9/+12
* Standardize device descriptions so that there is parity between PnPMatthew N. Dodd1999-12-061-10/+10
* Correctly implement the non-PnP enumeration of ISA board.Matthew N. Dodd1999-12-061-14/+36
* Add a truely evil workaround (hack!) for some unfortunate BIOSPeter Wemm1999-12-062-12/+46
* Use bus_get_resource() instead of bus_get_resource_start() as the latterPeter Wemm1999-12-062-34/+48
* Make this compile again after the device_add_child change.Warner Losh1999-12-061-1/+1
* Need header <machine/smp.h> for prototype declaration of smp_rendezvous()Luoqi Chen1999-12-062-0/+6
* User ldt sharing.Luoqi Chen1999-12-0620-291/+477
* Fix mouse cursor logic which I broke in 1.1 ;-<Kazutaka YOKOTA1999-12-061-26/+30
* Remove unused junk: next fields and list head. Likely not completelyWarner Losh1999-12-062-20/+1
* Remove joystick references from pc98 version of isa_compat.h too.Bill Paul1999-12-061-5/+0
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):Archie Cobbs1999-12-066-192/+235
* Supported i8251 (internal COM1) FIFO mode.Yoshihiro Takahashi1999-12-063-114/+460
* Sorted SUBDIR.Bruce Evans1999-12-051-4/+3
* Remove references to old joystick driver from this file, which PeterBill Paul1999-12-051-5/+0
* Update to reflect removed of al, ax, dm, pn and mx drivers and additionBill Paul1999-12-052-10/+2
* conditionalise some warning messagesCameron Grant1999-12-051-11/+12
* Modify the Adaptec "starfire" driver to reset the PHY on the MII busBill Paul1999-12-054-22/+94
* Switch over to using the generic joy driverPeter Wemm1999-12-056-310/+34
* newbusify and port the joy driver to the Alpha. It now attaches to thePeter Wemm1999-12-052-268/+252
* fix dma underrun issuesCameron Grant1999-12-056-90/+155
* Raise the pci compat driver match priority a bit so that it's notPeter Wemm1999-12-052-2/+2
* Fix LINT breakage.Archie Cobbs1999-12-052-2/+2
* Lower (a lot!) the chip* probe so it doesn't steal the pci ID fromPeter Wemm1999-12-051-2/+2
* Don't use a bogus bus number for Ross host-pci bridges.Doug Rabson1999-12-056-0/+12
* Fix cursor position calculation.Kazutaka YOKOTA1999-12-051-1/+2
* Reinstate the aic driver.Luoqi Chen1999-12-052-0/+2
* Add pci_if.h to SRCS so that dcphy will build.Bill Paul1999-12-051-1/+1
* Disconnect and tagged queueing now really work. Also fix a bug that'sLuoqi Chen1999-12-043-101/+115
* Grrrr. I knew I forgot something. Remove mxphy, add dcphy and pnphy.Bill Paul1999-12-041-1/+2
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driversBill Paul1999-12-0436-13130/+8505
* The address 0x472 is used for the SCSI HDD geometry information onKATO Takenori1999-12-043-6/+3
* Sync with sys/i386/i386/machdep.c revision up to 1.381.Yoshihiro Takahashi1999-12-042-6/+6