summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* - Move all USB device ID arrays into so-called sections,hselasky2011-06-2439-58/+109
* Put back the global for rx processing due to popular demand.jfv2011-06-231-1/+5
* add missing #define for the non-debug case.adrian2011-06-231-0/+1
* - Add some comments about the origin of some USB descriptors.hselasky2011-06-233-1/+10
* - Add more USB templates for various USB device classeshselasky2011-06-2310-11/+1169
* Re-introduce a global ath_hal_debug again for now, whilst I figure out whatadrian2011-06-2313-24/+43
* Fix indenting issues introduced by the previous commit.adrian2011-06-232-4/+4
* Break out most of the HAL related tweaks into a per-HAL instance,adrian2011-06-2315-55/+77
* Fix build on ia64 after r223426.jkim2011-06-221-0/+2
* Use USB_VENDOR_OVISLINK define rather than the vendor ID.gavin2011-06-221-1/+1
* Set negative quality to TSC timecounter when C3 state is enabled for Inteljkim2011-06-221-0/+2
* Add a helper routine to conditionally modify the start address of ajhb2011-06-221-22/+4
* Remove link state change callback handler. There is no need toyongari2011-06-222-28/+20
* Minor cleanup:imp2011-06-211-5/+16
* Really spell suppress the right wayimp2011-06-211-1/+1
* My broken 'u' key scks!imp2011-06-211-1/+1
* Fix build with ACPI_DEBUG defined.jhb2011-06-211-8/+9
* Supress command completion failure warning when the card isn'timp2011-06-211-1/+1
* Supress warning that command didn't complete when the parent busimp2011-06-211-2/+2
* Minor whitespace and style fixes.jhb2011-06-211-3/+4
* Use AcpiWalkResources() to parse the resource list from _CRS rather thanjhb2011-06-212-336/+282
* When we see an interrupt status of 0xffffffff, check to see if theimp2011-06-211-2/+3
* Mark the card as bad on shutdown. This means that bus_child_presentimp2011-06-211-0/+6
* Eliminate some global tuneables in favor of adapter-specific,jfv2011-06-202-63/+125
* Correct a typo.delphij2011-06-201-1/+1
* Add new USB ID to UDAV driver.hselasky2011-06-192-0/+2
* More expeirmentation suggests that 10ms isn't as reliable asimp2011-06-181-2/+2
* After we get a good power signal, always wait about 10ms beforeimp2011-06-181-4/+16
* Don't create a device_t object or parse current resources (via _CRS) forjhb2011-06-172-20/+38
* - Use a dedicated task to handle deferred transmits from the if_transmitjhb2011-06-172-10/+64
* Hide driver revision behind bootverbose.joel2011-06-151-1/+4
* Skip BAR(5) usage for SATA registers access on ICH8M Apples, because formav2011-06-141-1/+3
* Add location and pnpinfo strings for puc device ports. The location isjhb2011-06-144-2/+47
* Several enhancements to the Xen block back driver.gibbs2011-06-131-529/+1451
* Add bunch of Conexant codec IDs. For some of them add quirks to disablemav2011-06-131-0/+39
* Fix ath_ahb(4) bus attach and eeprom error handling.adrian2011-06-131-1/+5
* Use swap32() right.delphij2011-06-121-3/+6
* Monitor and emit events for XenStore changes to XenBus treesgibbs2011-06-114-9/+4
* - driver ioctl to get SGE context for any given queue.np2011-06-114-1/+85
* Add comments about the validation.delphij2011-06-111-0/+9
* - Fix races on detach handling of AAC_IFFLAGS_* maskattilio2011-06-102-14/+16
* Make sure to drop the IEEE80211_RATE_BASIC flag even for MCS rates.bschmidt2011-06-101-7/+9
* Fix some off-by-one errors with the ending address of candidate regionsjhb2011-06-101-3/+4
* Implement BUS_ADJUST_RESOURCE() for the x86 drivers that sit between thejhb2011-06-101-11/+25
* Intel NM10 chipset's SATA controller has same PCI ID and revision as ICH7's,mav2011-06-091-7/+23
* - Major reorganization of mbuf handling throughout the driver todavidch2011-06-084-3451/+2855
* - Improve error handling.andreast2011-06-081-43/+127
* Make automatic hw.snd.default_unit choice a bit more intelligent. Insteadmav2011-06-071-18/+36
* Since HAL_PHYERR_* is used in the radar code, always include ah_desc.h.adrian2011-06-071-2/+0
* Flesh out a new HAL method to fetch the radar PHY error frame information.adrian2011-06-078-0/+84
OpenPOWER on IntegriCloud