summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
...
* Add ATH_ENABLE_DFS which enables the DFS flag so the DFS codeadrian2011-06-261-0/+3
* The SMCWUSBG is a zyd(4) device, not an uath(4) device. Remove from thegavin2011-06-262-1/+1
* Do not attach to the sound device on G5 Xserves, which is actually annwhitehorn2011-06-261-0/+12
* - Export the USB device ID format to userspace tools.hselasky2011-06-252-1/+114
* - Remove duplicate USB ID.hselasky2011-06-251-1/+0
* Now that ia64 has been switched to the event timers, remove themarcel2011-06-251-4/+0
* Commit missing piece from a couple days ago - re-add ath_hal_debug.adrian2011-06-251-2/+8
* Small fix to bring the non-debug definitions of HALDEBUG/HALDEBUG_G in lineadrian2011-06-241-2/+2
* - Export more USB device ID's.hselasky2011-06-243-10/+25
* Split out host_pcib_get_busno() from the generic PCI-PCI bridge driver tojhb2011-06-242-92/+130
* - Export more USB device ID's.hselasky2011-06-244-49/+49
* - Ensure that we get all the required nomatch devd events.hselasky2011-06-241-9/+10
* - Move execution of event handlers into the probe and attach function so thathselasky2011-06-242-6/+34
* - Export the URIO USB device ID's.hselasky2011-06-241-9/+12
* Typo.jhb2011-06-241-1/+1
* - Add additional information to the PnP info of USB HUBs children whichhselasky2011-06-242-8/+5
* - 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
OpenPOWER on IntegriCloud