summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 1) clean up debugging outputn_hibma1999-03-232-12/+6
* Fix a typo.gibbs1999-03-231-2/+2
* Add support for the 3950U2B controller.gibbs1999-03-231-1/+16
* Use TCL_CHANNEL/SCSI_ID/etc. macros in more locations.gibbs1999-03-234-41/+55
* Change the definition of VINUM_STARTCONFIG to take an int write parameter.grog1999-03-231-1/+1
* Add flag VF_FORCECONFIG for use by the config_drive and friends.grog1999-03-231-1/+1
* vinum_start:grog1999-03-231-5/+2
* VINUM_STARTCONFIG:grog1999-03-231-1/+1
* init_drive:grog1999-03-231-2/+9
* Change the declaration of start_config.grog1999-03-231-1/+1
* start_config:grog1999-03-231-7/+16
* Cosmetical changes.n_hibma1999-03-227-13/+14
* Implementation of the keyboard driver.n_hibma1999-03-221-438/+1259
* Moved timeout initialisation a bit earlier in the process. Then_hibma1999-03-221-8/+9
* Turn on PCI bus mastering in driver attach routinewes1999-03-201-1/+10
* Define two superdevices for vinum(8), depending on whether they aregrog1999-03-191-3/+27
* VolState: return an enum volumestate, not a (non-existent) enum volstate.grog1999-03-191-1/+1
* Perform all of vinumstrategy at splbio. This doesn't appeargrog1999-03-191-6/+4
* Use microtime, not getmicrotime, to note the times in the malloc andgrog1999-03-191-2/+2
* Add debug flags DEBUG_BIGDRIVE, designed for testing only. Itgrog1999-03-191-3/+7
* Coalesce flags VINUM_DISKCONFIG and VINUM_READING_CONFIG. They didgrog1999-03-191-6/+6
* free_vinum: don't change loop bounds for deleting drives while in the loop.grog1999-03-191-12/+15
* Modify to compile with egcs.grog1999-03-188-21/+15
* MF22... add bridging support to the device drivers. Without thisluigi1999-03-174-37/+153
* Prep for 1080/1240 support. Those fine h/w engineers at Qlogicmjacob1999-03-171-80/+185
* A wad of changes- prepping for 1080/1240 support (which caused a massivemjacob1999-03-179-350/+2918
* Submitted by: Matt Dillon <dillon@freebsd.org>julian1999-03-141-216/+312
* Merge NetBSD 1.80->1.82 changes from vendor branch into mainline.peter1999-03-141-18/+20
* Implemented workaround for EPIC's Application Note 7-15 (concerningsemenu1999-03-143-110/+257
* deallocrqg: deallocate the correct object, also check that the objectgrog1999-03-141-5/+11
* Reduce Bruce-filter verbosity.phk1999-03-131-7/+3
* Make NDGBPORTS an official option.joerg1999-03-131-1/+2
* set if_snd.ifq_maxlen to something reasonable - note that if_de.c haspeter1999-03-131-1/+5
* Change prototype of vinum_inactive.grog1999-03-131-1/+1
* Remove opencount from vinum_conf and struct vol, and disk index fromgrog1999-03-131-7/+4
* Part of removing vol->opencount: now we just use a flag.grog1999-03-131-3/+3
* Add DEBUG_EOFINFO log messages.grog1999-03-131-0/+15
* Remove antique crud.grog1999-03-131-10/+25
* lock_drive: report on and recover from an obscure situation where thegrog1999-03-131-0/+7
* VINUM_RESETCONFIG: do the reset even if the config is open (as it hasgrog1999-03-131-3/+1
* Don't frob vp->v_usecount, it scares the hell out of the driver undergrog1999-03-131-5/+2
* Change the way of recognizing whether a plex was given to a volumegrog1999-03-131-41/+63
* vinum_inactive: distinguish whether we care whether the configgrog1999-03-131-5/+8
* Fixed variable overflow problem.dg1999-03-111-5/+5
* Make even more of the PPSAPI implementations generic.phk1999-03-111-53/+22
* Keyboard driver update in preparation for the USB keyboard driver.yokota1999-03-1010-1307/+572
* Submitted by: Larry Lilejulian1999-03-107-6383/+0
* Don't forget to remove devstat entries when takingmjacob1999-03-101-1/+6
* Fix from author of the driver:andreas1999-03-091-3/+3
* Don't free() a NULL pointer!yokota1999-03-091-3/+4
OpenPOWER on IntegriCloud