mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix a typo in the device ID table that prevented 5708S chips from being
detected. Submitted by: pyun
This commit is contained in:
parent
127ce9bca0
commit
9df92bda76
1 changed files with 2 additions and 2 deletions
|
|
@ -116,8 +116,8 @@ static struct bce_type bce_devs[] = {
|
|||
"Broadcom NetXtreme II BCM5708 1000Base-T" },
|
||||
|
||||
/* BCM5708S controllers and OEM boards. */
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5708, PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM5708 1000Base-T" },
|
||||
{ BRCM_VENDORID, BRCM_DEVICEID_BCM5708S, PCI_ANY_ID, PCI_ANY_ID,
|
||||
"Broadcom NetXtreme II BCM5708S 1000Base-T" },
|
||||
{ 0, 0, 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue