summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* Add a driver ioctl to clear a port's MAC statistics.np2012-10-102-0/+11
* Add support for locate LED.jimharris2012-10-103-15/+42
* Add checks for ata_sata_scr_read() return statuses. It is mostly to silencemav2012-10-101-3/+5
* Add a driver ioctl to read a byte from any device on a port's i2c bus.np2012-10-104-0/+69
* There is no need to report the same error twice.np2012-10-101-9/+1
* Remove unused item. cxgbe's rx queue's lock was removed a long time ago.np2012-10-102-13/+5
* Revert previous commit...kevlo2012-10-1019-25/+25
* Remove unnecessary delay. I don't see any comments in data sheetyongari2012-10-101-1/+0
* Fix a long standing VCPU reset sequence bug on BCM5906.yongari2012-10-101-9/+9
* Do not force PCIe 1.0a mode in device reset on BCM5717 and neweryongari2012-10-101-2/+5
* Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720.yongari2012-10-101-1/+1
* On PHY write error use hex number to show the value.yongari2012-10-101-4/+7
* If the maximum payload size is 256 bytes or more, set the DMA writeyongari2012-10-102-5/+15
* Grab the softc from the ACPI host-pci bridge device instead of from the pcineel2012-10-101-1/+1
* Cast vendor-specific spell on VIA VT1818S codecs alike to VT1708S tomav2012-10-091-0/+2
* Prefer NULL over 0 for pointerskevlo2012-10-0919-25/+25
* Fix typo: s/unknow/unknownkevlo2012-10-091-3/+3
* Rework device detach. While here, move driver lock/calloutyongari2012-10-081-18/+13
* Limit applying TX data corruption and FIFO workaround to BCM5719yongari2012-10-081-2/+2
* Fix typo. Check against number of allocated MSI-X vectors.yongari2012-10-081-1/+1
* Migrate the TID TXQ accesses to a new set of macros, rather than reusingadrian2012-10-073-34/+55
* Initialise an uninitialised variable.adrian2012-10-051-1/+2
* Further adjust the workaround in r234501. Rounding all small requests upjhb2012-10-051-2/+8
* Follow Broadcom datasheet:yongari2012-10-051-0/+2
* Add 40 microseconds delay after updating EMAC Mode register asyongari2012-10-051-1/+8
* APE firmware touches EMAC Mode and TX/RX MAC Mode registers to keepyongari2012-10-051-19/+29
* Don't touch EMAC Mode and TX/RX MAC Mode register when driver isyongari2012-10-051-2/+5
* Implement the quarter rate fractional channel programming for theadrian2012-10-042-4/+86
* Pause and unpause the software queues for a given node based on theadrian2012-10-035-8/+200
* Fix build without `options ATA_CAM`, broken by r241144.mav2012-10-031-0/+4
* Add casts to unbreak the i386 PAE build for the mps(4) driver.ken2012-10-021-2/+2
* Implement SATA revision (speed) control for legacy SATA controller formav2012-10-023-4/+27
* Style.hselasky2012-10-021-1/+1
* Remove unused field.hselasky2012-10-021-4/+0
* Inherit USB mode from RootHUB port where the USB device is connected.hselasky2012-10-0110-37/+5
* Remove an unneeded NULL check after M_WAITOK.kevlo2012-09-301-2/+0
* Free result of device_get_children(9).kevlo2012-09-303-0/+4
* If devclass_get_devices(9) returns success but a count of 0,kevlo2012-09-291-0/+1
* Remove unused variables.kevlo2012-09-291-4/+0
* The drbr(9) API appeared to be so unclear, that most drivers inglebius2012-09-288-8/+21
* Make sure we don't leak a mbuf in a fail case.hselasky2012-09-281-2/+5
* Remove some trailing bytes which are not part of the ethernet packet.hselasky2012-09-281-1/+3
* Correct NYET handling. Remove superfluous transfer complete interrupt mask.hselasky2012-09-281-34/+23
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificjhb2012-09-281-39/+10
* Make sure the "wMaxPacketSize" limitations are respected.hselasky2012-09-271-3/+28
* Make sure we record NAK tokens in the TD structure for IN direction.hselasky2012-09-273-63/+43
* Fix zillions of style(9) and spacing bugs introduced by r240981.glebius2012-09-271-140/+142
* Fix several build failures for !COMPAT_FREEBSD32 andglebius2012-09-271-31/+44
* Track the last ANI TX/RX sample correctly.adrian2012-09-271-2/+2
* Add 32-bit ABI compat shims. Those are necessary for i386 binary-onlysobomax2012-09-271-6/+201
OpenPOWER on IntegriCloud