summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* MFCattilio2011-06-073-52/+139
|\
| * amdsbwd: update to support SB8xx southbridgesavg2011-06-071-47/+137
| * Validate INT 15h and 16h vectors more strictly. Traditionally these entryjkim2011-06-061-1/+2
| * Revert r222152. The root cause was analysed and better fix is upcoming.jkim2011-06-062-4/+0
| * Reset clear-stall error counter before setting up the USB control transfers.hselasky2011-06-061-0/+5
| * Improve enumeration of Low- and Full-speed devices connected through ahselasky2011-06-067-8/+133
* | MFCattilio2011-06-068-8/+138
* | MFCattilio2011-06-068-15/+42
|\ \ | |/
| * Make a couple of debug printfs DEVPRINTF.imp2011-06-061-4/+4
| * Some style fixes.jhb2011-06-061-6/+4
| * More properly handle Cardbus cards that that store their CIS in a BAR afterjhb2011-06-062-3/+13
| * Add a missing call to sync the DMAed buffer before the radar event data is ex...adrian2011-06-051-1/+9
| * Cause backpressure (instead of dropping frames) on congestion.np2011-06-041-0/+2
| * Allow lazy fill up of freelists.np2011-06-042-1/+10
* | MFCattilio2011-06-0410-66/+136
|\ \ | |/
| * Rename recently added USB serial driver.hselasky2011-06-042-5/+5
| * Enable HT40 (40MHz channel width) support.bschmidt2011-06-041-1/+1
| * Only consider QoS frames for TX packet aggregation.bschmidt2011-06-041-1/+2
| * The firmware of 4965 series adapters seems to die while trying to sendbschmidt2011-06-041-6/+10
| * - Improve error handling.andreast2011-06-041-23/+45
| * Replace the FCU_ZERO_C_TO_K with the ZERO_C_TO_K from powermac_thermal.h.andreast2011-06-041-7/+5
| * Commit radar detection changes missed by my previous commit.adrian2011-06-041-1/+1
| * A few changes to make radar detection implementable in a hal_dfs/adrian2011-06-043-2/+11
| * - Rename the Cronyx Omega2-PCI entry to Exar XR17C158 since that is thejhb2011-06-031-13/+27
| * - Improve error handling.andreast2011-06-031-11/+33
OpenPOWER on IntegriCloud