summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.1.0_cvscvs2svn1999-02-16190-212/+212
* Fix ppc interrupt handling at boot.Nicolas Souchu1999-02-141-2/+2
* MFC: Target mode fixes.Justin T. Gibbs1999-02-112-9/+24
* Correct some indentationGreg Lehey1999-02-111-34/+45
* build_write_request: correct logic for handling writes to volumes withGreg Lehey1999-02-111-32/+27
* check_drive: Make sure that we don't open two different drives withGreg Lehey1999-02-111-13/+26
* In some cases, it's possible that I/O errors will cause the daemon toGreg Lehey1999-02-111-3/+14
* Bring the nlpt and plip drivers in sync with -current:Dag-Erling Smørgrav1999-02-082-66/+72
* MFC:Kazutaka YOKOTA1999-02-072-4/+4
* Changed to use IICBUS_REPEATED_STARTRoger Hardiman1999-02-041-2/+2
* MFC: keycode fixes (atkbd.c, rev 1.4, kbdtables.h, 1.43, 1.44).Kazutaka YOKOTA1999-01-312-71/+119
* MFC: pull down the splash screen when someone is about to read fromKazutaka YOKOTA1999-01-311-7/+2
* Backport from -4.x, Fix '|' that was supposed to be '||'Matthew Dillon1999-01-291-2/+2
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-2920-373/+717
* Change multiline comments to start with a lone /* and end with a */,Greg Lehey1999-01-291-17/+26
* Retrofit revision 1.8: quieten warning messages, and conincidentallyGreg Lehey1999-01-281-3/+3
* build_write_request: only fail if all plexes are down, instead of ifGreg Lehey1999-01-281-2/+5
* Fix some format breakage before bde finds outGreg Lehey1999-01-281-157/+107
* Retrofit revision 1.9Greg Lehey1999-01-281-4/+4
* Updated iicbus_repeated_start() for bt848 MSP34xx audio chip supportRoger Hardiman1999-01-271-3/+2
* Submitted by: Roger HardimanRoger Hardiman1999-01-271-1/+23
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-261-1/+28
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-261-1/+5
* Submitted by: Nicolas Souchu <nsouch@freebsd.org>Roger Hardiman1999-01-261-2/+2
* Modify #include paths to make vinum compile staticallyGreg Lehey1999-01-243-7/+7
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-21159-131444/+0
* 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