Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-08 | 5464 / 5461 IDs found in the Linux broadcom PHY driver and unknown | Christian Weisgerber | |
Broadcom GigE PHY found in the dmesglog; from Brad | |||
2009-08-08 | Add support for the IC Plus IP1001 GigE PHY. From FreeBSD, via Brad. | Christian Weisgerber | |
Tested by jasper@ with a IP1000A PHY to make sure it doesn't break existing model. | |||
2009-08-08 | bring comments in line with reality; from Brad | Christian Weisgerber | |
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne | |
and wwnn so scsibus can use it. requested by and ok deraadt@ | |||
2009-08-08 | if the port is fc, populate the adapters scsi_link structure with the wwpn | David Gwynne | |
and wwnn so scsibus can use it. requested by and ok deraadt@ | |||
2009-08-08 | alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip. | Kevin Lo | |
this driver was written by Pyun YongHyeon from FreeBSD. "go ahead" deraadt@ | |||
2009-08-08 | In ixgbe_acquire_swfw_sync don't return -IXGBE_ERR_SWFW_SYNC as this | Jonathan Gray | |
works out to --16, which is nonsense. No functional change as all callers only check if the return value is or isn't equal to IXGBE_SUCCESS. | |||
2009-08-07 | pull some more missing; for err&errx, printf, write, bzopy&bzero | Martynas Venckus | |
ok jsg@ | |||
2009-08-06 | Handle failed disk I/O for RAID6 | Jordan Hargrave | |
RAID6 still disabled in softraid.c | |||
2009-08-06 | Add device id for BCM5716S, tidy whitespace. From Brad. | Stuart Henderson | |
2009-08-06 | Backout r1.274, william@ has tracked down watchdog timeouts with | Stuart Henderson | |
his BCM5703 A2 to this commit. Original commit message was: "Set the DMA read watermark to 4 on the BCM5703 chipset in PCI-X mode. This is needed to prevent some TX timeouts. From Brad. Tested by myself on BCM5703 B0 on PCI-X 64/66". | |||
2009-08-05 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok krw@ | |||
2009-08-05 | don't read/write 1000baseT specific MII registers on 10/100M ony device. | Kevin Lo | |
From dragonflybsd tested by krw@ | |||
2009-08-04 | Fix volume state transitions for RAID4/5/6 | Jordan Hargrave | |
ok marco@ | |||
2009-08-04 | sync | David Hill | |
2009-08-04 | Rhino Equipment donated some T1/E1/J1 cards. Add their vendor and | David Hill | |
product IDs ok deraadt@ | |||
2009-08-03 | Comment fixes and code tidy-up (whitespace and more consistent | Stuart Henderson | |
numeric values) from Brad. No binary change. | |||
2009-08-03 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jsg@ | |||
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok mglocker@ jsg@ | |||
2009-08-02 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok miod@ | |||
2009-08-02 | Never return nonzero in a device activate method invoked with DVACT_ACTIVATE, | Miod Vallat | |
for this prevents it to be invoked with DVACT_DEACTIVATE later. This had been sweeped some time ago already, but bad constructs crept in again. | |||
2009-08-02 | Minor KNF from Brad. No binary change. | Stuart Henderson | |
2009-08-02 | sync | Stuart Henderson | |
2009-08-02 | Add PCIE/KT devices for Intel Q45. From Brad; in datasheet/pciids, | Stuart Henderson | |
PCIE also in Windows inf. | |||
2009-07-31 | remove unused variable definition; unbreaks kernel build. | Stuart Henderson | |
"do it" marco@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jakemsr@ | |||
2009-07-31 | Factor out code for checking if a chunk is already in use. | Joel Sing | |
ok marco@ | |||
2009-07-31 | Clean up debug droppings. | Joel Sing | |
ok marco@ | |||
2009-07-31 | raidp is degraded when n - 1 disks are online, not offline. | Joel Sing | |
ok marco@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok art@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jsg@ | |||
2009-07-31 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok jsg@ | |||
2009-07-30 | Put the correct value in the I/O BAR for ACX100 cards. | Miod Vallat | |
ok claudio@ | |||
2009-07-30 | Simplify the ipgphy(4) attach routine a bit by making use of | Stuart Henderson | |
mii_phy_add_media() to set the media types and adjust the anegticks as appropriate. From FreeBSD via Brad. Tested by jasper@. No objections after being posted on tech@. | |||
2009-07-30 | Attach to VSC8211, CS8244, VSC8601 PHYs. From Brad. | Stuart Henderson | |
2009-07-30 | Attach to BCM5761. From Brad. | Stuart Henderson | |
2009-07-30 | regen | Stuart Henderson | |
2009-07-30 | Add BCM5761 PHY, from Brad. | Stuart Henderson | |
2009-07-29 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok martynas@ | |||
2009-07-29 | sitecom needs comma | Martynas Venckus | |
2009-07-29 | - WL168 -> WL168V4 | Martynas Venckus | |
- P5B, WUSB54GCV2, WL168V1 ok jsg@ | |||
2009-07-29 | sync | Martynas Venckus | |
2009-07-29 | regen | Damien Bergamini | |
2009-07-29 | PCI ids for Ralink RT3090/RT3390 devices | Damien Bergamini | |
2009-07-29 | - add couple of new urtw, Linksys WUSB54GC v2, Sitecom WL-168 v1. | Martynas Venckus | |
from realtek windows driver - and also P5B Deluxe; from asus - WL168 is actually WL168 rev. 4 ok jsg@ | |||
2009-07-29 | timeout_add -> timeout_add_msec | Bret Lambert | |
ok damien@ | |||
2009-07-29 | regen | Damien Bergamini | |
2009-07-29 | fix two Intel WiFi Link 6000 PCI ids. | Damien Bergamini | |
2009-07-29 | regen | Damien Bergamini | |
2009-07-29 | PCI ids for Atheros AR9287 (PCI and PCIe). | Damien Bergamini | |