summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Today is just not my day. Really get the right file.gibbs2000-09-161-0/+6
* Pull the correct file over to freefall.gibbs2000-09-161-30/+48
* Add PCIM_CMD_MWRICEN, the bit in the command register in PCI spacegibbs2000-09-161-0/+1
* Move aicasm to its own subdirectory.gibbs2000-09-168-105/+110
* Move aicasm to its own subdirectory.gibbs2000-09-1625-11044/+11354
* Make LINT link.phk2000-09-162-0/+8
* Make LINT compile.phk2000-09-162-2/+2
* Make LINT compile again.phk2000-09-161-0/+1
* Change the interface to pccard_function_init. The interface is suchimp2000-09-162-8/+17
* Use driver_intr_t instead of the now defunct inthand2_t.jhb2000-09-151-1/+1
* Add acpi_send_pm_event() to inform all devices that the system isiwasaki2000-09-142-3/+63
* Remove the mtx_t, witness_t, and witness_blessed_t types. Instead, justjhb2000-09-142-4/+4
* - Newbus'ify and bus_space'ify.nyan2000-09-146-2433/+3041
* - Remove the inthand2_t type and use the equivalent driver_intr_t type fromjhb2000-09-132-6/+1
* Add ID for 3C1. It is a etherlink iii in a CompactFlash form factor.imp2000-09-131-1/+4
* A new driver for PCI:SCSI RAID controllers based on the Adaptec FSAmsmith2000-09-139-0/+4682
* The "struct proc" argument to read_random was ill-conceived, and amarkm2000-09-124-4/+4
* Move the detection of Linksys PCMCIA cards from attach to probe.ps2000-09-123-4/+7
* Whoops. The AMR_QUARTZ_GOFASTER option is meant to disable, not enablemsmith2000-09-111-1/+1
* Add the ability to define a "shutdown" and "shutdown and poweroff" keydwmalone2000-09-112-0/+13
* Move the prototypes for random_set_wakeup* from yarrow.c to yarrow.h so thatjhb2000-09-114-4/+4
* Make MOD_UNLOAD return EBUSY to prevent it being unloaded automatically when weroger2000-09-111-4/+5
* Change to SI_ORDER_FIRST to make sure this module runs beforeroger2000-09-111-1/+2
* Add MODULE_VERSION and MODULE_DEPENDS to make the bktr module load theroger2000-09-112-1/+3
* Add a nasty hack to get remote kernel gdb working from ddb. ddb wouldjhb2000-09-111-0/+9
* - Use RFHIGHPID when creating the kthread to get a more sensible pid.jhb2000-09-112-4/+6
* Update to driver 2.15.roger2000-09-107-26/+307
* Harvest mouse events for the entropy device in a better place. In themarkm2000-09-102-3/+4
* Large upgrade to the entropy device; mainly inspired by feedbackmarkm2000-09-1012-354/+980
* disable 16bit mono support- this will be handled by software conversion tocg2000-09-091-1/+1
* add 16bit mono/stereo conversion feedercg2000-09-091-6/+90
* detach supportcg2000-09-0918-189/+436
* Back out my previous commit as well as some SMPng changes to revert thejhb2000-09-081-17/+28
* siointr1: Schedule soft interrupt when needed. This fixes the "nogrog2000-09-081-0/+2
* Fix a problem where we would recursively try to get the com lock withinjhb2000-09-081-6/+9
* Per msmith's request, don't attach to Qlogic 12160 id'd cards that havemjacob2000-09-071-0/+8
* Special-case the LED twiddling code so that it doesn't do anythingwpaul2000-09-072-2/+12
* Close PR #20963. Do not pass encryption keys back to the caller viawpaul2000-09-071-0/+3
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-074-146/+405
* ess maestro driver - not enabled by defaultcg2000-09-062-0/+1533
* Add support for D-Link DSB-650 USB ethernet adapter.wpaul2000-09-061-2/+7
* Regenerate.wpaul2000-09-062-2/+9
* Add new device ID for the D-Link DSB-650 USB ethernet adapter. This iswpaul2000-09-061-0/+1
* initial support for multiple ac97 codecscg2000-09-053-18/+24
* add detach supportcg2000-09-051-1/+76
* allow a null setdir implementationcg2000-09-051-1/+1
* be more verbose about failed unload attemptscg2000-09-051-2/+10
* tidy up a little, add a mask for 32bit formatscg2000-09-051-4/+1
* MFNetBSD:imp2000-09-051-1/+24
* Regen.gehenna2000-09-052-2/+9
OpenPOWER on IntegriCloud