summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0_cvscvs2svn1999-01-21114-136/+136
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0cvs2svn1999-01-21156-57636/+12312
* 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
* Update the pccard hooks to use a module style declaration instead.Peter Wemm1999-01-195-57/+15
* Fix typo. Unit is spelled with a 'u'. 'init' just types too easily.Julian Elischer1999-01-182-4/+4
* Fix screwed up previous commit.Julian Elischer1999-01-182-8/+18
* From inspection, ISA interrupts were completely broken..Julian Elischer1999-01-182-2/+40
* "fix" long standing aicasm build glitch. The problem was thePeter Wemm1999-01-172-4/+4
* Retrun EAGAIN if the current video mode is a graphics mode.Kazutaka YOKOTA1999-01-173-6/+6
* - Examine the error code from the screen saver and act accordingly.Kazutaka YOKOTA1999-01-171-18/+28
* Move the definition of set_origin from logo_saver.c to saver.h.Dag-Erling Smørgrav1999-01-161-3/+1
* Add two missing break statements.Justin T. Gibbs1999-01-151-1/+3
* Use a fast interrupt handler for the PCI version of the cy driverBruce Evans1999-01-151-2/+13
* Fixed corruption of the fd buffer queue. Once upon a time, the activeBruce Evans1999-01-151-6/+13
* Return error codes to user-land.Nicolas Souchu1999-01-141-12/+12
* Terminate negociation if Ext. link negociation succeeds. This avoidsNicolas Souchu1999-01-141-1/+8
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-142-4/+4
* Add support for routing initiator transactions to disabled luns to theJustin T. Gibbs1999-01-144-262/+451
* Removal unneccessary definitionsNick Hibma1999-01-141-9/+5
* Corrected the latent fact that the uhub driver was providing a driver forNick Hibma1999-01-148-13/+31
* Added Entrega Parallel and Serial Connectors to the informationNick Hibma1999-01-142-4/+26
* Use the correct macro to test flags; we need KBD_IS_INITIALIZED here,Kazutaka YOKOTA1999-01-132-4/+4
* Calculate the number of bitmap colors in the correct way.Kazutaka YOKOTA1999-01-131-2/+2
* Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST)Bruce Evans1999-01-131-2/+5
* Get conditional compilation right so that unnecessary referenceKazutaka YOKOTA1999-01-131-8/+10
* Changed 'xxxdebug = 0' to '...= 1' (Brian Feldman)Nick Hibma1999-01-135-11/+11