aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-47/+59
* Retain some of the RAID5 texts even in the non-RAID5 versions.Greg Lehey1999-01-211-1/+67
* Remove states:Greg Lehey1999-01-211-28/+21
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-412/+455
* Change the style of revive: revive subdisks instead of plexes. ThisGreg Lehey1999-01-211-35/+86
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-83/+41
* Add keywords help, makedev, quit and setdaemonGreg Lehey1999-01-211-1/+7
* MMalloc: remove directory part of name correctlyGreg Lehey1999-01-211-5/+4
* Create functions lockdrive and unlockdrive to handle drive lockingGreg Lehey1999-01-211-2/+35
* Add keywords makedev, setdaemon and help.Greg Lehey1999-01-211-1/+6
* Remove ioctls VINUM_GETUNMAPPED and VINUM_GETDEFECTIVE (we no longerGreg Lehey1999-01-211-3/+7
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-212-390/+482
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-14/+25
* Remove old cruftGreg Lehey1999-01-211-11/+2
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-110/+116
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-18/+40
* Code for vinum daemon.Greg Lehey1999-01-211-0/+202
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-74/+30
* Reflect changes in vinumstate.hGreg Lehey1999-01-211-5/+4
* Include Peter Wemm's renaming and restructuringGreg Lehey1999-01-211-12/+41
* Include the copyright notice in the script, making the file COPYRIGHTGreg Lehey1999-01-211-2/+40
* o enable plug and play support for the aha driver. Given the cumbersomeWarner Losh1999-01-203-22/+134
* Fix problem with zero valued map registers followed by valid map entries.Stefan Eßer1999-01-192-3/+4
* sysconsKazutaka YOKOTA1999-01-198-99/+233