summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add pciids of the T5 based cards. The ones that I haven't tested withnp2013-04-111-0/+21
* Cosmetic change (s/wrwc/wcwr/;s/WRWC/WCWR/).np2013-04-113-12/+12
* Auto-reduce the holdoff timers that are greater than the maximum valuenp2013-04-111-1/+22
* Always enable TXOK interrupts when setting up TX queues for EDMA NICs.adrian2013-04-111-1/+7
* cxgbe/tom: Slight simplification of code that calculates options2.np2013-04-112-10/+16
* Get rid of a couple of stray \n's.np2013-04-111-2/+2
* There is no need for elaborate queries and error checking when trying tonp2013-04-111-18/+4
* - Explain clearly why a different firmware is being installed (if/whennp2013-04-111-18/+57
* cxgbe(4): Ensure that the MOD_LOAD handler runs before either t4nex ornp2013-04-111-4/+9
* While investigating a p/r I noted that the camcontrol devlist output forsbruno2013-04-101-3/+8
* options DPT_HANDLE_TIMEOUTS hasn't worked since dpt(4) was converted to CAMsbruno2013-04-102-163/+0
* Create controller-level DMA tag, handling range of supported addresses.mav2013-04-102-8/+28
* Simplify allocate_legacy code, txr pointer was breaking LEGACY compile,jfv2013-04-101-2/+1
* Add ID for ASMedia ASM1042 USB 3.0 controller.mav2013-04-101-0/+3
* Proxy allocation requests for the PCI ROM BAR from child devices similarjhb2013-04-091-25/+35
* FireWire: Don't allow a tlabel to reference an xfer after free.will2013-04-081-3/+12
* Fix this to compile when ATH_DEBUG_ALQ is defined but ATH_DEBUG isn't.adrian2013-04-081-1/+1
* Add support for getting and setting BBU properties related to batterymarkj2013-04-082-0/+21
* drm: Right-shift I2C slave address before passing it to aux channeldumbbell2013-04-081-1/+1
* Fix regression issue after r248910.hselasky2013-04-071-1/+1
* - With the demise of !ATA_CAM, ATA_STATIC_ID is the only ata(4) relatedmarius2013-04-0631-35/+3
* Add new USB ID.hselasky2013-04-062-0/+2
* - Make ata_str2mode() static, it's not used outside of ata-all.c.marius2013-04-064-195/+153
* Remove some more remnants of !ATA_CAM.marius2013-04-061-11/+0
* Unbreak ATA_NO_48BIT_DMA with ATA_CAM by treating 48-bit DMA as anmarius2013-04-061-7/+23
* Notify CAM on state* change to a logical volume not status. This resolvessbruno2013-04-051-3/+5
* Add a new TX power field - it's inteded to be used where low TX poweradrian2013-04-051-0/+1
* HAL additions to enable MCI Bluetooth coexistence in the AR9300 HAL.adrian2013-04-052-1/+20
* Check status of ahci_em_reset() on attach and abort if reset failed.mav2013-04-041-1/+4
* Update comments!adrian2013-04-041-4/+0
* Fix the busdma logic to work with EDMA chipsets when using bounceadrian2013-04-043-63/+84
* Remove all legacy ATA code parts, not used since options ATA_CAM enabled inmav2013-04-0428-13814/+2
* Correct the multicast handling in the E1000 drivers as wasjfv2013-04-033-13/+89
* MFP4 change 217313 and part of 222068:brooks2013-04-031-0/+66
* Update man page for igb(4) with a little bit of information aboutsbruno2013-04-031-1/+2
* Trailing whitespace cleanup along with 80 column enforcemnt.sbruno2013-04-034-1682/+1803
* Since ATA_CAM mode has no implemented support for serializing access to themav2013-04-032-6/+22
* Add some more ATA_CAM ifdefs.mav2013-04-032-7/+15
* Add missing ifdef's for reduced feature compilations.hselasky2013-04-031-0/+4
* drm and i915: Left-shift iic_msg.slave at creation timedumbbell2013-04-034-20/+14
* Add new USB ID.hselasky2013-04-032-0/+2
* Do not declare that preloaded md(4) supports unmapped bio requests, itkib2013-04-021-1/+9
* Mark a couple of places where I think the dmamap isn't being unmappedadrian2013-04-021-0/+2
* Some TX dmamap cleanups.adrian2013-04-021-1/+23
* Add a missing unmap; if we're freeing this mbuf then we mustadrian2013-04-021-0/+1
* Fix a typo.yongari2013-04-021-1/+1
* Ensure that we only call the busdma unmap/flush routines once, whenadrian2013-04-013-22/+39
* Remove an un-needed comment.adrian2013-04-011-6/+0
* Use ATH_MAX_SCATTER rather than ATH_TXDESC.adrian2013-04-012-5/+5
* Only unmap the RX mbuf DMA map if there's a buffer here.adrian2013-04-011-3/+5
OpenPOWER on IntegriCloud