summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Make this compile again. (missing #include for RFPROC)peter1999-12-063-0/+3
* Fix a pair of silly warnings that I introduced (that would have beenpeter1999-12-062-14/+14
* Put on my asbestos underwear and commit the patch that I posted to -archpeter1999-12-061-3/+36
* Remove DSO_BAD144 from wd driver(s) so people with bad144'ed disks getphk1999-12-062-2/+2
* Add defines for additional EEPROM locations and register definitions.mdodd1999-12-061-2/+28
* Whitespace cleanups.mdodd1999-12-061-4/+4
* Add a delay (per the databook) to the get_eeprom_data() loop somdodd1999-12-061-9/+12
* Standardize device descriptions so that there is parity between PnPmdodd1999-12-061-10/+10
* Correctly implement the non-PnP enumeration of ISA board.mdodd1999-12-061-14/+36
* Add a truely evil workaround (hack!) for some unfortunate BIOSpeter1999-12-062-12/+46
* Use bus_get_resource() instead of bus_get_resource_start() as the latterpeter1999-12-062-34/+48
* Make this compile again after the device_add_child change.imp1999-12-061-1/+1
* Need header <machine/smp.h> for prototype declaration of smp_rendezvous()luoqi1999-12-062-0/+6
* User ldt sharing.luoqi1999-12-0620-291/+477
* Fix mouse cursor logic which I broke in 1.1 ;-<yokota1999-12-061-26/+30
* Remove unused junk: next fields and list head. Likely not completelyimp1999-12-062-20/+1
* Remove joystick references from pc98 version of isa_compat.h too.wpaul1999-12-061-5/+0
* Miscellaneous fixes/cleanups relating to ipfw and divert(4):archie1999-12-066-192/+235
* Supported i8251 (internal COM1) FIFO mode.nyan1999-12-063-114/+460
* Sorted SUBDIR.bde1999-12-051-4/+3
* Remove references to old joystick driver from this file, which Peterwpaul1999-12-051-5/+0
* Update to reflect removed of al, ax, dm, pn and mx drivers and additionwpaul1999-12-052-10/+2
* conditionalise some warning messagescg1999-12-051-11/+12
* Modify the Adaptec "starfire" driver to reset the PHY on the MII buswpaul1999-12-054-22/+94
* Switch over to using the generic joy driverpeter1999-12-056-310/+34
* newbusify and port the joy driver to the Alpha. It now attaches to thepeter1999-12-052-268/+252
* fix dma underrun issuescg1999-12-056-90/+155
* 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
OpenPOWER on IntegriCloud