| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a driver ioctl to clear a port's MAC statistics. | np | 2012-10-10 | 2 | -0/+11 |
* | Add support for locate LED. | jimharris | 2012-10-10 | 3 | -15/+42 |
* | Add checks for ata_sata_scr_read() return statuses. It is mostly to silence | mav | 2012-10-10 | 1 | -3/+5 |
* | Add a driver ioctl to read a byte from any device on a port's i2c bus. | np | 2012-10-10 | 4 | -0/+69 |
* | There is no need to report the same error twice. | np | 2012-10-10 | 1 | -9/+1 |
* | Remove unused item. cxgbe's rx queue's lock was removed a long time ago. | np | 2012-10-10 | 2 | -13/+5 |
* | Revert previous commit... | kevlo | 2012-10-10 | 19 | -25/+25 |
* | Remove unnecessary delay. I don't see any comments in data sheet | yongari | 2012-10-10 | 1 | -1/+0 |
* | Fix a long standing VCPU reset sequence bug on BCM5906. | yongari | 2012-10-10 | 1 | -9/+9 |
* | Do not force PCIe 1.0a mode in device reset on BCM5717 and newer | yongari | 2012-10-10 | 1 | -2/+5 |
* | Honor PHY type fiber for BCM5717/BCM5718/BCM5719/BCM5720. | yongari | 2012-10-10 | 1 | -1/+1 |
* | On PHY write error use hex number to show the value. | yongari | 2012-10-10 | 1 | -4/+7 |
* | If the maximum payload size is 256 bytes or more, set the DMA write | yongari | 2012-10-10 | 2 | -5/+15 |
* | Grab the softc from the ACPI host-pci bridge device instead of from the pci | neel | 2012-10-10 | 1 | -1/+1 |
* | Cast vendor-specific spell on VIA VT1818S codecs alike to VT1708S to | mav | 2012-10-09 | 1 | -0/+2 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 19 | -25/+25 |
* | Fix typo: s/unknow/unknown | kevlo | 2012-10-09 | 1 | -3/+3 |
* | Rework device detach. While here, move driver lock/callout | yongari | 2012-10-08 | 1 | -18/+13 |
* | Limit applying TX data corruption and FIFO workaround to BCM5719 | yongari | 2012-10-08 | 1 | -2/+2 |
* | Fix typo. Check against number of allocated MSI-X vectors. | yongari | 2012-10-08 | 1 | -1/+1 |
* | Migrate the TID TXQ accesses to a new set of macros, rather than reusing | adrian | 2012-10-07 | 3 | -34/+55 |
* | Initialise an uninitialised variable. | adrian | 2012-10-05 | 1 | -1/+2 |
* | Further adjust the workaround in r234501. Rounding all small requests up | jhb | 2012-10-05 | 1 | -2/+8 |
* | Follow Broadcom datasheet: | yongari | 2012-10-05 | 1 | -0/+2 |
* | Add 40 microseconds delay after updating EMAC Mode register as | yongari | 2012-10-05 | 1 | -1/+8 |
* | APE firmware touches EMAC Mode and TX/RX MAC Mode registers to keep | yongari | 2012-10-05 | 1 | -19/+29 |
* | Don't touch EMAC Mode and TX/RX MAC Mode register when driver is | yongari | 2012-10-05 | 1 | -2/+5 |
* | Implement the quarter rate fractional channel programming for the | adrian | 2012-10-04 | 2 | -4/+86 |
* | Pause and unpause the software queues for a given node based on the | adrian | 2012-10-03 | 5 | -8/+200 |
* | Fix build without `options ATA_CAM`, broken by r241144. | mav | 2012-10-03 | 1 | -0/+4 |
* | Add casts to unbreak the i386 PAE build for the mps(4) driver. | ken | 2012-10-02 | 1 | -2/+2 |
* | Implement SATA revision (speed) control for legacy SATA controller for | mav | 2012-10-02 | 3 | -4/+27 |
* | Style. | hselasky | 2012-10-02 | 1 | -1/+1 |
* | Remove unused field. | hselasky | 2012-10-02 | 1 | -4/+0 |
* | Inherit USB mode from RootHUB port where the USB device is connected. | hselasky | 2012-10-01 | 10 | -37/+5 |
* | Remove an unneeded NULL check after M_WAITOK. | kevlo | 2012-09-30 | 1 | -2/+0 |
* | Free result of device_get_children(9). | kevlo | 2012-09-30 | 3 | -0/+4 |
* | If devclass_get_devices(9) returns success but a count of 0, | kevlo | 2012-09-29 | 1 | -0/+1 |
* | Remove unused variables. | kevlo | 2012-09-29 | 1 | -4/+0 |
* | The drbr(9) API appeared to be so unclear, that most drivers in | glebius | 2012-09-28 | 8 | -8/+21 |
* | Make sure we don't leak a mbuf in a fail case. | hselasky | 2012-09-28 | 1 | -2/+5 |
* | Remove some trailing bytes which are not part of the ethernet packet. | hselasky | 2012-09-28 | 1 | -1/+3 |
* | Correct NYET handling. Remove superfluous transfer complete interrupt mask. | hselasky | 2012-09-28 | 1 | -34/+23 |
* | - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specific | jhb | 2012-09-28 | 1 | -39/+10 |
* | Make sure the "wMaxPacketSize" limitations are respected. | hselasky | 2012-09-27 | 1 | -3/+28 |
* | Make sure we record NAK tokens in the TD structure for IN direction. | hselasky | 2012-09-27 | 3 | -63/+43 |
* | Fix zillions of style(9) and spacing bugs introduced by r240981. | glebius | 2012-09-27 | 1 | -140/+142 |
* | Fix several build failures for !COMPAT_FREEBSD32 and | glebius | 2012-09-27 | 1 | -31/+44 |
* | Track the last ANI TX/RX sample correctly. | adrian | 2012-09-27 | 1 | -2/+2 |
* | Add 32-bit ABI compat shims. Those are necessary for i386 binary-only | sobomax | 2012-09-27 | 1 | -6/+201 |