summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Add locking and enable INTR_MPSAFE. Eliminate spl calls.alc2005-04-052-55/+102
* Commit ATAPI-CAM for ATAmkIII. Improvements and changes:scottl2005-04-051-151/+186
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-041-0/+1
* Don't leak mutex on open failure.phk2005-04-041-1/+3
* Add the acpi_get_features() method. This method is called on child driversnjl2005-04-043-28/+48
* Fix a small locking error.philip2005-04-041-2/+3
* No need to ifdef this pc98.imp2005-04-041-2/+0
* use frame type returned by ieee80211_input to drive softled codesam2005-04-042-5/+3
* Fix a buglet that caused slaves to be nondetected.sos2005-04-031-3/+4
* fix size_to_binsam2005-04-021-1/+1
* nuke unintentional use of HAL_BOOL typesam2005-04-024-8/+8
* nVidia AGP chipsets beyond nForce2 are AMD64-specific.obrien2005-04-022-1/+3
* fix misspelling of 0x30...jmg2005-04-011-1/+1
* Make life easier on those trying to use the asr utilities by automaticallyscottl2005-04-011-0/+1
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-5/+1
* move the statement about switching power states to just before we do it, sojmg2005-04-011-5/+7
* arcmsr_make_timespec, and arcmsr_getcmos_time appear to be unused, andimp2005-04-011-0/+4
* plug resource leaksam2005-03-311-2/+4
* fix potential null ptr derefsam2005-03-311-1/+1
* avoid null ptr derefsam2005-03-311-1/+1
* Always free the returned env pointer even it doesn't indicate we're innjl2005-03-311-2/+3
* Add the Areca SATA RAID driver (arcmsr). This supports the ARC-11xx and 12xxscottl2005-03-312-0/+7525
* If resource allocation fails, we could wind up freeing the cdev without itscottl2005-03-311-1/+2
* reclaim mbufs in failure casessam2005-03-311-0/+2
* Change the ata_* methods to use a channel device instead of asos2005-03-3111-142/+141
* Explicitly hold a reference to the cdev we have just cloned. Thisphk2005-03-316-3/+12
* Correct the PCI ID for the SiS 965, and add support for the SATA partsos2005-03-312-3/+5
* check copyin return value (and while we're at it copyout too)sam2005-03-311-8/+14
* remove useless ptr check; cur_column can never be nullsam2005-03-311-1/+1
* handle potential null ptrsam2005-03-311-1/+3
* close unlikely racesam2005-03-301-2/+2
* correct commentsam2005-03-301-3/+3
* o fix bug where rate wouldn't lift off lowest setting when operating assam2005-03-301-24/+47
* rev rate control api to pass the both the first+last tx descriptorssam2005-03-304-6/+6
* o extend cts to cover packet burst when operating in 11g w/ protectionsam2005-03-303-29/+70
* Use a taskqueue for led-handling to prevent a potential panic.philip2005-03-301-8/+34
* Whoops, this got left out from the megacommitsos2005-03-301-0/+75
* This is the much rumoured ATA mkIII update that I've been working on.sos2005-03-3022-5861/+8140
* Use the usb_callout_* API instead of timeout()/untimeout() in orderiedowse2005-03-301-6/+5
* Fixing kernel build on amd64 machines.avatar2005-03-301-3/+3
* extend the timestamp from the rx descriptor to calculate the tsf tosam2005-03-291-7/+24
* forgot to merge this bit from p4sam2005-03-291-1/+2
* sync rates for any associated stations or neighbors on state transitionsam2005-03-291-1/+16
* simplify callbacksam2005-03-292-4/+8
* replace m_defrag with something more suitablesam2005-03-291-3/+88
* Revert to the more correct array size, and correct a KASSERT tomarkm2005-03-291-2/+2
* There's really no need to have this be #ifdef PC98, so remove one moreimp2005-03-291-3/+5
* plug resource leaksam2005-03-291-0/+3
* fix potential null ptr derefsam2005-03-291-4/+4
* handle ciss_lookup failuresam2005-03-291-0/+5
OpenPOWER on IntegriCloud