summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Raise the pci compat driver match priority a bit so that it's notpeter1999-12-052-2/+2
* Fix LINT breakage.archie1999-12-052-2/+2
* Lower (a lot!) the chip* probe so it doesn't steal the pci ID frompeter1999-12-051-2/+2
* Don't use a bogus bus number for Ross host-pci bridges.dfr1999-12-056-0/+12
* Fix cursor position calculation.yokota1999-12-051-1/+2
* Reinstate the aic driver.luoqi1999-12-052-0/+2
* Add pci_if.h to SRCS so that dcphy will build.wpaul1999-12-051-1/+1
* Disconnect and tagged queueing now really work. Also fix a bug that'sluoqi1999-12-043-101/+115
* Grrrr. I knew I forgot something. Remove mxphy, add dcphy and pnphy.wpaul1999-12-041-1/+2
* Add the if_dc driver and remove all of the al, ax, dm, pn and mx driverswpaul1999-12-0436-13130/+8505
* The address 0x472 is used for the SCSI HDD geometry information onkato1999-12-043-6/+3
* Sync with sys/i386/i386/machdep.c revision up to 1.381.nyan1999-12-042-6/+6
* Bump the version number now that the Linuxulator has pluggable ioctlmarcel1999-12-041-1/+1
* Implement pluggable ioctl handlers.marcel1999-12-0412-3466/+4486
* oszsigcode -> szosigcodemarcel1999-12-048-11/+11
* Fix type of sf_addr.marcel1999-12-044-8/+8
* Add the logical ID of ViBRA16CL PNP on Micron Millenium II motherboards.tanimura1999-12-041-0/+1
* Call ISA_PNP_PROBE() to probe PnP cards, rather than matchtanimura1999-12-041-119/+59
* forgot .CURDIRjulian1999-12-041-1/+1
* Add back in a prefatory TUR when the tape is *not* mounted. This seemsmjacob1999-12-041-0/+5
* Correct some botched timeout defines. Allocate only 8KB for the test readmjacob1999-12-031-97/+74
* New netgraph node type, ng_bpf(8). This node type allows you toarchie1999-12-0311-5/+918
* Add a new function ng_findhook() for finding a node's hook;archie1999-12-032-14/+26
* Merged NetBSD version, as they have done improvements:semenu1999-12-0325-2061/+2222
* Fix bug parsing 32 bit integers on machines where sizeof(long) == 4.archie1999-12-031-1/+2
* Supported to sound beep.nyan1999-12-031-1/+17
* pc98/pc98/atapi.cnyan1999-12-034-34/+992
* Change splbio() to splcam(). bs is cam driver.nyan1999-12-032-4/+6
* Sync with sys/i386/conf/GENERIC revision 1.208.nyan1999-12-032-2/+0
* Make the stub routines have the same prototypes as the real bpfjulian1999-12-031-1/+1
* correct incomplete last changemjacob1999-12-031-1/+1
* Remove the 'ivars' arguement to device_add_child() andmdodd1999-12-0371-118/+189
* Set RB_VERBOSE into boothowto (provide proper layering from boot loadermjacob1999-12-031-1/+3
* roll platform minormjacob1999-12-031-1/+1
* clean up sprintf and have buffer that won't overflowmjacob1999-12-031-34/+66
* turn some messages into CFGPRINT messagesmjacob1999-12-031-5/+5
* Define name length differently for alpha in order to preservejkh1999-12-031-0/+5
* Fix the 'usb0: USB revision unknown, not supported' people have been seeingn_hibma1999-12-035-32/+26
* Remove the 'alpha, use at your own risk' death-statement.billf1999-12-031-4/+1
* Fix typo, add $FreeBSD$billf1999-12-032-2/+6
* Remove the 'gzip' image activator. We're not using a.out anymore, so savemsmith1999-12-032-2/+0
* Print device names for children that fail to detach.imp1999-12-021-1/+3
* Make pccardc beep actually work. The kernel was doing the wrong thingimp1999-12-023-9/+11
* Reserve 138 for usio, the USB sio driver by Doug Ambrisko, Whistle.n_hibma1999-12-021-6/+7
* Add 'const' to the bpf_filter() and bpf_validate() prototypes.archie1999-12-022-7/+5
* Reserve #137 for nCipher's nFast PCI hardware cryptographicsheldonh1999-12-021-0/+1
* In one queue all the TDs (transfer descriptor, packets) for one transfern_hibma1999-12-021-3/+6
* Remove check for attached state.n_hibma1999-12-021-3/+0
* Sync with sys/i386/conf/GENERIC revision up to 1.207.nyan1999-12-022-2/+10
* Remove the "MCA not supported" from RELNOTES.TXT and addmdodd1999-12-023-0/+45
OpenPOWER on IntegriCloud