aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Implement and use Fast Posting for both parallel && fibre. Redo a bit ofMatt Jacob1999-01-307-205/+410
* Grrr.. Do the *correct* and *usable* 1.31 firmware. You have to powerMatt Jacob1999-01-301-1135/+3100
* roll internal release tagMatt Jacob1999-01-301-2/+2
* roll internal release tagMatt Jacob1999-01-301-2/+2
* New pseudo-device to provide for a way of obtaining a socket by open()ingMark Newton1999-01-301-0/+427
* Removed a bogus cast to v_caddr_t. This is part of terminatingBruce Evans1999-01-291-2/+2
* Removed bogus casts to c_caddr_t. This is part of terminatingBruce Evans1999-01-291-4/+3
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-2920-379/+723
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-291-17/+26
* Support for MSP3410D / MSP3415D Stereo/Mono audio using the audio formatRoger Hardiman1999-01-281-16/+356
* Fix warnings related to -Wall -Wcast-qualMatthew Dillon1999-01-283-5/+7
* Added METEOR_DEV2 and METEOR_DEV3Roger Hardiman1999-01-281-2/+3
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-281-1/+50
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-281-3/+6
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-281-2/+2
* - Fixed the bug which always ignored Ctrl-Pause/Break on the AT 101Kazutaka YOKOTA1999-01-283-72/+157
* build_write_request: only fail if all plexes are down, instead of ifGreg Lehey1999-01-281-1/+4
* Fix some format breakage before bde finds outGreg Lehey1999-01-281-156/+106
* Correct test in poll loop for determining that the mailbox is free toJustin T. Gibbs1999-01-281-7/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-2814-132/+132
* Fix parenthesization, but the code still looks wrong.Matthew Dillon1999-01-281-2/+7
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-284-11/+11
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-272-8/+8
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-274-16/+16
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-2718-79/+79
* Add parens to SMBPRI, fixing bug in tsleep() call that OR's SMBPRI withMatthew Dillon1999-01-271-2/+2
* Fix PPBPRI #define - it was missing parenthesis which messed up aMatthew Dillon1999-01-271-2/+2
* Fix '|' that was supposed to be '||'Matthew Dillon1999-01-271-2/+2
* Oops, one line was accidentally commented out in the previous commit.Kazutaka YOKOTA1999-01-261-3/+1
* Pull down the splash screen when someone is about to read from theKazutaka YOKOTA1999-01-261-7/+2
* Correct #include in vinumioctl.c to compile correctlyGreg Lehey1999-01-241-2/+2
* Replace DEBUG by PLIP_DEBUG optionNicolas Souchu1999-01-231-6/+4
* Update the alpha port to use the new syscons.Doug Rabson1999-01-235-6/+737
* Added detection of Hauppauge IR remote control.Roger Hardiman1999-01-231-52/+206
* Submitted by: Roger Hardiman <roger@cs.strath.ac.uk>Roger Hardiman1999-01-231-2/+4
* Minor tweak to fix 'pseudo-device vinum'. One of these got lost before,Peter Wemm1999-01-232-6/+6
* Oops, got my #ifdef's mixed up. Fix an unused variable warning.Peter Wemm1999-01-231-1/+3
* Remove stray Makefile that Greg initially imported.Peter Wemm1999-01-231-26/+0
* Convert ccd to a proper module vs. something started by PSEUDO_SET().Peter Wemm1999-01-221-14/+30
* add LEGSUP to uhci_dumpregsNick Hibma1999-01-221-4/+7
* forgotten in previous commit: Lowered default debug levelNick Hibma1999-01-221-1/+1
* Fixed disconnect for umouseNick Hibma1999-01-221-2/+7
* Textual changesNick Hibma1999-01-2227-62/+84
* Fixed bug in disconnect handling in uhub.cNick Hibma1999-01-221-4/+5
* Added OPTi FireLink and NEC (Toshiba and others) to OHCI ID'sNick Hibma1999-01-222-36/+45
* Fixed bug that made UHCI controllers fail to start.Nick Hibma1999-01-211-4/+9
* Cleaning up, improving _detach, removing ominous warning (msmith)Nick Hibma1999-01-211-9/+22
* Added ioctl interfaceNick Hibma1999-01-211-2/+24
* Add VESA mode support. If the VESA support is compiled into the kernelKazutaka YOKOTA1999-01-211-5/+61
* Convert vn.c into a module (loadable and static).Peter Wemm1999-01-211-45/+53