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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163814
@ -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 New Issue
Block a user