aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bump the version number now that the Linuxulator has pluggable ioctlMarcel Moolenaar1999-12-041-1/+1
* Implement pluggable ioctl handlers.Marcel Moolenaar1999-12-0412-3466/+4486
* oszsigcode -> szosigcodeMarcel Moolenaar1999-12-048-11/+11
* Fix type of sf_addr.Marcel Moolenaar1999-12-044-8/+8
* Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards.Seigo Tanimura1999-12-041-0/+1
* Call ISA_PNP_PROBE() to probe PnP cards, rather than matchSeigo Tanimura1999-12-041-119/+59
* forgot .CURDIRJulian Elischer1999-12-041-1/+1
* Add back in a prefatory TUR when the tape is *not* mounted. This seemsMatt Jacob1999-12-041-0/+5
* Correct some botched timeout defines. Allocate only 8KB for the test readMatt Jacob1999-12-031-97/+74
* New netgraph node type, ng_bpf(8). This node type allows you toArchie Cobbs1999-12-0311-5/+918
* Add a new function ng_findhook() for finding a node's hook;Archie Cobbs1999-12-032-14/+26
* Merged NetBSD version, as they have done improvements:Semen Ustimenko1999-12-0325-2061/+2222
* Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.Archie Cobbs1999-12-031-1/+2
* Supported to sound beep.Yoshihiro Takahashi1999-12-031-1/+17
* pc98/pc98/atapi.cYoshihiro Takahashi1999-12-034-34/+992
* Change splbio() to splcam(). bs is cam driver.Yoshihiro Takahashi1999-12-032-4/+6
* Sync with sys/i386/conf/GENERIC revision 1.208.Yoshihiro Takahashi1999-12-032-2/+0
* Make the stub routines have the same prototypes as the real bpfJulian Elischer1999-12-031-1/+1
* correct incomplete last changeMatt Jacob1999-12-031-1/+1
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-0371-118/+189
* Set RB_VERBOSE into boothowto (provide proper layering from boot loaderMatt Jacob1999-12-031-1/+3
* roll platform minorMatt Jacob1999-12-031-1/+1
* clean up sprintf and have buffer that won't overflowMatt Jacob1999-12-031-34/+66
* turn some messages into CFGPRINT messagesMatt Jacob1999-12-031-5/+5
* Define name length differently for alpha in order to preserveJordan K. Hubbard1999-12-031-0/+5
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingNick Hibma1999-12-035-32/+26