aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace previous change by a move of a #include since something elsePeter Wemm2000-09-031-5/+3
* If we are going to test NSMBUS, we had better #include the file thatPeter Wemm2000-09-031-0/+1
* Fix warnings by moving static functions before they are used.Peter Wemm2000-09-031-39/+39
* update for phk's last devfs commitCameron Grant2000-09-021-10/+1
* Avoid the modules madness I inadvertently introduced by making thePoul-Henning Kamp2000-09-0214-69/+12
* add a missing return statement, doh.Cameron Grant2000-09-021-0/+1
* Add ACPI_BUS_SPACE stuff definitions in acpi_machdep.h.Mitsuru IWASAKI2000-09-021-1/+1
* Bite the bullet and provde memcmp() and memset(), this will be cheaperPoul-Henning Kamp2000-09-021-16/+0
* Don't check for ohci/uhci to be loaded, check for the usb module.Nick Hibma2000-09-021-3/+2