aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* remove b_proc from struct buf, it's (now) unused.Poul-Henning Kamp1999-05-063-6/+3
* Don't use <sys/disk.h>Poul-Henning Kamp1999-05-061-34/+27
* Fix 'signed char as array index' warnings and an unused variable.Peter Wemm1999-05-062-8/+6
* Missing 'int' in declaration of variables.Peter Wemm1999-05-063-6/+6
* Fix up a few easy 'assignment used as truth value' and 'suggest parensPeter Wemm1999-05-066-21/+23
* The joypart() macro had a precedence bug. Add seatbelts for UNIT() too.Peter Wemm1999-05-061-2/+2
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-064-10/+11
* Modify wicontrol(8) and wi(4) to allow setting the frequency of theBill Paul1999-05-062-4/+28
* Tweak the Macronix driver to hopefully make it more reliable:Bill Paul1999-05-061-2/+2
* Fix some byte ordering problems; I was storing string lengths wrong,Bill Paul1999-05-061-2/+2
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 PCMCIABill Paul1999-05-053-4/+865
* Add device driver support for the Lucent WaveLAN/IEEE 802.11 wirelessBill Paul1999-05-051-0/+1315
* Remove bt_softcs. It is no longer used.Warner Losh1999-05-052-5/+2
* Replace misused FE_D6_BBW with FE_D6_SBW.KATO Takenori1999-05-041-11/+11
* Add missing copyright.Jordan K. Hubbard1999-05-041-0/+27
* Add "fire" screen saver.Jordan K. Hubbard1999-05-041-0/+103
* Descriptors can be delivered with short transfers.Nick Hibma1999-05-031-1/+1
* Add a load of definitionsNick Hibma1999-05-031-10/+24
* Remove disconnected methodNick Hibma1999-05-031-8/+1
* Replace UE_GET_IN with UE_GET_DIRNick Hibma1999-05-031-14/+9
* Replace UE_GET_IN with UE_GET_DIRNick Hibma1999-05-031-1/+2
* Change '#if UKBD_DEBUG' to '#ifdef...'Nick Hibma1999-05-031-8/+5
* Remove double removal of children of a hub. (remove disconnected method)Nick Hibma1999-05-031-29/+2
* Add URL to HID specNick Hibma1999-05-031-1/+5
* Clean up parts of struct shared between NetBSD and FreeBSDNick Hibma1999-05-031-4/+3
* Clean up debugging outputNick Hibma1999-05-031-8/+13
* Upgrade firmware images Alteon's latest release (12.3.10). This fixes aBill Paul1999-05-033-1176/+1179
* Changes to support diskless booting on the alpha:Doug Rabson1999-05-031-5/+5
* Add an additional probe, hopefully allowing me to distinguishBrian Somers1999-05-031-6/+10
* Set ifq_maxlen to default value. (This should be safe, it's not clearPeter Wemm1999-05-021-1/+2
* Add driver for the Iomega Zip 100 drive.Nick Hibma1999-05-021-0/+848
* Operator precedence bugPeter Wemm1999-05-021-2/+2
* Operator precedence bugPeter Wemm1999-05-022-2/+2
* s/size == 0;/size = 0;/Peter Wemm1999-05-022-6/+6
* Make this compile with CY_PCI_FASTINTR again.Peter Wemm1999-05-021-2/+5
* Disable FDC_YE - it's broken at present (breaking LINT) and awaiting somePeter Wemm1999-05-021-17/+26
* These two drivers have not been converted for newbus eisa yet.Peter Wemm1999-05-022-2/+10
* Get extern declarations right.Greg Lehey1999-05-021-4/+4
* close_drive:Greg Lehey1999-05-021-32/+47
* vinum_mallocinfo:Greg Lehey1999-05-021-1/+1
* set_sd_state:Greg Lehey1999-05-021-6/+9
* sizespec:Greg Lehey1999-05-021-1/+3
* Remove some dead variables.Greg Lehey1999-05-021-3/+1
* Oops. Introduced a typo in one of previous commits.Nick Hibma1999-05-011-1/+1
* Clean up uhci_intr. Avoid acknowledging mutliple interrupts withNick Hibma1999-05-011-26/+27
* Correct maximum error count in TD initialisation for transfer from 2 to 3.Nick Hibma1999-05-011-2/+2
* Clean up debugging output, rename printf to DPRINTF and set someNick Hibma1999-05-011-38/+29
* Move the disabling of interrupts right before the allocation of theNick Hibma1999-05-012-1/+18
* Z direction was upside down.Nick Hibma1999-05-011-2/+6
* Added vendor OmniVision and cameraNick Hibma1999-05-012-0/+16