aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Prefer NULL over 0 for pointersKevin Lo2012-10-0919-25/+25
* Fix typo: s/unknow/unknownKevin Lo2012-10-091-3/+3
* Rework device detach. While here, move driver lock/calloutPyun YongHyeon2012-10-081-18/+13
* Limit applying TX data corruption and FIFO workaround to BCM5719Pyun YongHyeon2012-10-081-2/+2
* Fix typo. Check against number of allocated MSI-X vectors.Pyun YongHyeon2012-10-081-1/+1
* Migrate the TID TXQ accesses to a new set of macros, rather than reusingAdrian Chadd2012-10-073-34/+55
* Initialise an uninitialised variable.Adrian Chadd2012-10-051-1/+2
* Further adjust the workaround in r234501. Rounding all small requests upJohn Baldwin2012-10-051-2/+8
* Follow Broadcom datasheet:Pyun YongHyeon2012-10-051-0/+2
* Add 40 microseconds delay after updating EMAC Mode register asPyun YongHyeon2012-10-051-1/+8
* APE firmware touches EMAC Mode and TX/RX MAC Mode registers to keepPyun YongHyeon2012-10-051-19/+29
* Don't touch EMAC Mode and TX/RX MAC Mode register when driver isPyun YongHyeon2012-10-051-2/+5
* Implement the quarter rate fractional channel programming for theAdrian Chadd2012-10-042-4/+86
* Pause and unpause the software queues for a given node based on theAdrian Chadd2012-10-035-8/+200
* Fix build without `options ATA_CAM`, broken by r241144.Alexander Motin2012-10-031-0/+4
* Add casts to unbreak the i386 PAE build for the mps(4) driver.Kenneth D. Merry2012-10-021-2/+2
* Implement SATA revision (speed) control for legacy SATA controller forAlexander Motin2012-10-023-4/+27
* Style.Hans Petter Selasky2012-10-021-1/+1
* Remove unused field.Hans Petter Selasky2012-10-021-4/+0
* Inherit USB mode from RootHUB port where the USB device is connected.Hans Petter Selasky2012-10-0110-37/+5
* Remove an unneeded NULL check after M_WAITOK.Kevin Lo2012-09-301-2/+0
* Free result of device_get_children(9).Kevin Lo2012-09-303-0/+4
* If devclass_get_devices(9) returns success but a count of 0,Kevin Lo2012-09-291-0/+1
* Remove unused variables.Kevin Lo2012-09-291-4/+0
* The drbr(9) API appeared to be so unclear, that most drivers inGleb Smirnoff2012-09-288-8/+21
* Make sure we don't leak a mbuf in a fail case.Hans Petter Selasky2012-09-281-2/+5
* Remove some trailing bytes which are not part of the ethernet packet.Hans Petter Selasky2012-09-281-1/+3
* Correct NYET handling. Remove superfluous transfer complete interrupt mask.Hans Petter Selasky2012-09-281-34/+23
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificJohn Baldwin2012-09-281-39/+10
* Make sure the "wMaxPacketSize" limitations are respected.Hans Petter Selasky2012-09-271-3/+28
* Make sure we record NAK tokens in the TD structure for IN direction.Hans Petter Selasky2012-09-273-63/+43
* Fix zillions of style(9) and spacing bugs introduced by r240981.Gleb Smirnoff2012-09-271-127/+129
* Fix several build failures for !COMPAT_FREEBSD32 andGleb Smirnoff2012-09-271-31/+44
* Track the last ANI TX/RX sample correctly.Adrian Chadd2012-09-271-2/+2
* Add 32-bit ABI compat shims. Those are necessary for i386 binary-onlyMaxim Sobolev2012-09-271-6/+201
* Make sure the DWC OTG host mode channels are given enough time to disable.Hans Petter Selasky2012-09-262-1/+18
* Merge similar fixes from 223198 from igb to ixgbe:John Baldwin2012-09-263-9/+44
* Create led(4) device nodes mapped to isci(4) SGPIO locate LEDs.Jim Harris2012-09-263-1/+37
* Remove FreeBSD 4.x compat shims. Verified by md5.John Baldwin2012-09-265-117/+40
* Grab the mfi_config_lock while performing a MFI_DCMD_CFG_FOREIGN_IMPORTJohn Baldwin2012-09-261-0/+1
* Map the non-QoS TID to the voice queue, in order to ensure importantAdrian Chadd2012-09-261-2/+7
* Add more SPI flash IDs.Aleksandr Rybalko2012-09-251-9/+16
* Oops - don't do the clrdmask check in ath_tx_xmit_normal() - the wrongAdrian Chadd2012-09-251-3/+2
* Some aac(4) adapters will always report that a direct access device isRyan Stone2012-09-251-27/+48
* Reduce delays in several wait loops from 10ms to 10us, same is it is doneAlexander Motin2012-09-251-5/+5
* Call ath_tx_tid_unsched() after the node has been flushed, so theAdrian Chadd2012-09-251-3/+2
* Use CAM_SEL_TIMEOUT and CAM_DEV_NOT_THERE to report missing targets orJim Harris2012-09-241-2/+2
* Specify MTX_RECURSE for the controller's io_lock. Without it, tws(4)Jim Harris2012-09-241-1/+1
* Migrate the ath(4) KTR logging to use an ATH_KTR() macro.Adrian Chadd2012-09-247-26/+142
* Debugging output fixes:Adrian Chadd2012-09-241-6/+7