summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the last vestiges of the "wait for link down event" hack.wpaul2005-03-281-4/+0
* check copyin/copyout return valuessam2005-03-281-14/+24
* fix null ptr deref when nge_newbuf is called with an existing mbufsam2005-03-281-8/+6
* Clean up resources properly if acpi_perf fails to attach. First, changenjl2005-03-272-8/+20
* Serialize task queue by starting only one thread instead of three. Thisnjl2005-03-271-1/+1
* Fix copy&paste error in my previous commit.mux2005-03-271-2/+2
* Unbreak style(9) breakage from last commit. We try to avoid definingimp2005-03-271-4/+2
* Fix a bunch of bugs I came accross when looking at the ixgb(4) driver,mux2005-03-273-41/+9
* Unbreak LINT.pjd2005-03-271-0/+3
* Don't defer the boot-time exploration of high-speed USB busses.iedowse2005-03-271-3/+9
* Argh. PCI resource list became an STAILQ instead of an SLIST. Try towpaul2005-03-271-0/+4
* Finally bring an end to the great "make the Atheros NDIS driverwpaul2005-03-271-67/+59
OpenPOWER on IntegriCloud