aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Always free the returned env pointer even it doesn't indicate we're inNate Lawson2005-03-311-2/+3
* Add the Areca SATA RAID driver (arcmsr). This supports the ARC-11xx and 12xxScott Long2005-03-312-0/+7525
* If resource allocation fails, we could wind up freeing the cdev without itScott Long2005-03-311-1/+2
* reclaim mbufs in failure casesSam Leffler2005-03-311-0/+2
* Change the ata_* methods to use a channel device instead of aSøren Schmidt2005-03-3111-142/+141
* Explicitly hold a reference to the cdev we have just cloned. ThisPoul-Henning Kamp2005-03-316-3/+12
* Correct the PCI ID for the SiS 965, and add support for the SATA partSøren Schmidt2005-03-312-3/+5
* check copyin return value (and while we're at it copyout too)Sam Leffler2005-03-311-8/+14
* remove useless ptr check; cur_column can never be nullSam Leffler2005-03-311-1/+1
* handle potential null ptrSam Leffler2005-03-311-1/+3
* close unlikely raceSam Leffler2005-03-301-2/+2
* correct commentSam Leffler2005-03-301-3/+3
* o fix bug where rate wouldn't lift off lowest setting when operating asSam Leffler2005-03-301-24/+47
* rev rate control api to pass the both the first+last tx descriptorsSam Leffler2005-03-304-6/+6
* o extend cts to cover packet burst when operating in 11g w/ protectionSam Leffler2005-03-303-29/+70
* Use a taskqueue for led-handling to prevent a potential panic.Philip Paeps2005-03-301-8/+34
* Whoops, this got left out from the megacommitSøren Schmidt2005-03-301-0/+75
* This is the much rumoured ATA mkIII update that I've been working on.Søren Schmidt2005-03-3022-5758/+8037
* Use the usb_callout_* API instead of timeout()/untimeout() in orderIan Dowse2005-03-301-6/+5
* Fixing kernel build on amd64 machines.Tai-hwa Liang2005-03-301-3/+3
* extend the timestamp from the rx descriptor to calculate the tsf toSam Leffler2005-03-291-7/+24
* forgot to merge this bit from p4Sam Leffler2005-03-291-1/+2
* sync rates for any associated stations or neighbors on state transitionSam Leffler2005-03-291-1/+16
* simplify callbackSam Leffler2005-03-292-4/+8
* replace m_defrag with something more suitableSam Leffler2005-03-291-3/+88
* Revert to the more correct array size, and correct a KASSERT toMark Murray2005-03-291-2/+2
* There's really no need to have this be #ifdef PC98, so remove one moreWarner Losh2005-03-291-3/+5
* plug resource leakSam Leffler2005-03-291-0/+3
* fix potential null ptr derefSam Leffler2005-03-291-4/+4
* handle ciss_lookup failureSam Leffler2005-03-291-0/+5
* Remove the last vestiges of the "wait for link down event" hack.Bill Paul2005-03-281-4/+0
* check copyin/copyout return valuesSam Leffler2005-03-281-14/+24
* fix null ptr deref when nge_newbuf is called with an existing mbufSam Leffler2005-03-281-8/+6
* Clean up resources properly if acpi_perf fails to attach. First, changeNate Lawson2005-03-272-8/+20
* Serialize task queue by starting only one thread instead of three. ThisNate Lawson2005-03-271-1/+1
* Fix copy&paste error in my previous commit.Maxime Henrion2005-03-271-2/+2
* Unbreak style(9) breakage from last commit. We try to avoid definingWarner Losh2005-03-271-4/+2
* Fix a bunch of bugs I came accross when looking at the ixgb(4) driver,Maxime Henrion2005-03-273-41/+9
* Unbreak LINT.Pawel Jakub Dawidek2005-03-271-0/+3
* Don't defer the boot-time exploration of high-speed USB busses.Ian Dowse2005-03-271-3/+9
* Argh. PCI resource list became an STAILQ instead of an SLIST. Try toBill Paul2005-03-271-0/+4
* Finally bring an end to the great "make the Atheros NDIS driverBill Paul2005-03-271-67/+59
* If a device_add_child fails (i.e. low memory situation), be sure to freeNate Lawson2005-03-272-0/+4
* check copyin+copyout return values when processing TWA_IOCTL_GET_LOCKSam Leffler2005-03-271-4/+6
* purge dead codeSam Leffler2005-03-261-3/+0
* correct logic so we recognize timeout on allocSam Leffler2005-03-261-4/+4
* purge dead codeSam Leffler2005-03-261-2/+0
* deal with malloc failure when setting up the multicast filterSam Leffler2005-03-261-0/+4
* handle malloc failure and sk_vpd_prodname potentially being null forSam Leffler2005-03-261-5/+8
* fix a copy/paste typo for scanner/gameport...John-Mark Gurney2005-03-261-2/+2