aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justJohn Baldwin2000-09-142-4/+4
* - Newbus'ify and bus_space'ify.Yoshihiro Takahashi2000-09-146-2433/+3041
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromJohn Baldwin2000-09-132-6/+1
* Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.Warner Losh2000-09-131-1/+4
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAMike Smith2000-09-139-0/+4682
* The "struct proc" argument to read_random was ill-conceived, and aMark Murray2000-09-124-4/+4
* Move the detection of Linksys PCMCIA cards from attach to probe.Paul Saab2000-09-123-4/+7
* Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enableMike Smith2000-09-111-1/+1
* Add the ability to define a "shutdown" and "shutdown and poweroff" keyDavid Malone2000-09-112-0/+13
* Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so thatJohn Baldwin2000-09-114-4/+4
* Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when weRoger Hardiman2000-09-111-4/+5
* Change to SI_ORDER_FIRST to make sure this module runs beforeRoger Hardiman2000-09-111-1/+2
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theRoger Hardiman2000-09-112-1/+3
* Add a nasty hack to get remote kernel gdb working from ddb. ddb wouldJohn Baldwin2000-09-111-0/+9
* - Use RFHIGHPID when creating the kthread to get a more sensible pid.John Baldwin2000-09-112-4/+6
* Update to driver 2.15.Roger Hardiman2000-09-107-26/+307
* Harvest mouse events for the entropy device in a better place. In theMark Murray2000-09-102-3/+4
* Large upgrade to the entropy device; mainly inspired by feedbackMark Murray2000-09-1012-354/+980
* disable 16bit mono support- this will be handled by software conversion toCameron Grant2000-09-091-1/+1
* add 16bit mono/stereo conversion feederCameron Grant2000-09-091-6/+90
* detach supportCameron Grant2000-09-0918-189/+436
* Back out my previous commit as well as some SMPng changes to revert theJohn Baldwin2000-09-081-17/+28
* siointr1: Schedule soft interrupt when needed. This fixes the "noGreg Lehey2000-09-081-0/+2
* Fix a problem where we would recursively try to get the com lock withinJohn Baldwin2000-09-081-6/+9
* Per msmith's request, don't attach to Qlogic 12160 id'd cards that haveMatt Jacob2000-09-071-0/+8
* Special-case the LED twiddling code so that it doesn't do anythingBill Paul2000-09-072-2/+12
* Close PR #20963. Do not pass encryption keys back to the caller viaBill Paul2000-09-071-0/+3
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-074-146/+405
* ess maestro driver - not enabled by defaultCameron Grant2000-09-062-0/+1533
* Add support for D-Link DSB-650 USB ethernet adapter.Bill Paul2000-09-061-2/+7
* Regenerate.Bill Paul2000-09-062-2/+9
* Add new device ID for the D-Link DSB-650 USB ethernet adapter. This isBill Paul2000-09-061-0/+1
* initial support for multiple ac97 codecsCameron Grant2000-09-053-18/+24
* add detach supportCameron Grant2000-09-051-1/+76
* allow a null setdir implementationCameron Grant2000-09-051-1/+1
* be more verbose about failed unload attemptsCameron Grant2000-09-051-2/+10
* tidy up a little, add a mask for 32bit formatsCameron Grant2000-09-051-4/+1
* MFNetBSD:Warner Losh2000-09-051-1/+24
* Regen.Masahide MAEKAWA2000-09-052-2/+9
* Add product ID (Prolific ATAPI-4 Bridge Controller).Masahide MAEKAWA2000-09-051-0/+1
* Regen.Nick Hibma2000-09-052-4/+264
* Fix typo'sNick Hibma2000-09-051-2/+2
* Loads of scanner Ids.Nick Hibma2000-09-051-1/+45
* Add ZTIA001 - Zoom Internal V90 Faxmodem.Sheldon Hearn2000-09-051-0/+1
* RegeneratePeter Wemm2000-09-052-2/+18
* When dumping the 'found devices' list in verbose mode, actually show thePeter Wemm2000-09-051-0/+2
* Support for RBC devices, like Sony Memory Sticks.Nick Hibma2000-09-041-3/+65
* Add the id for the Sony memory sticks.Nick Hibma2000-09-041-0/+4
* Add Boca K56Flex PnP modem.Sheldon Hearn2000-09-041-0/+1
* PR: kern/20895Gerard Roudier2000-09-032-26/+46