mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add support for the Broadcom BCM5788 (just another entry to the PCI
device ID list, probably a 5705 ASIC). Submitted by: Marcel Prisi <marcel@virtua.ch>
This commit is contained in:
parent
657db3c899
commit
9f71a4c2d8
2 changed files with 3 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ static struct bge_type bge_devs[] = {
|
|||
"Broadcom BCM5705M Gigabit Ethernet" },
|
||||
{ BCOM_VENDORID, BCOM_DEVICEID_BCM5782,
|
||||
"Broadcom BCM5782 Gigabit Ethernet" },
|
||||
{ BCOM_VENDORID, BCOM_DEVICEID_BCM5788,
|
||||
"Broadcom BCM5788 Gigabit Ethernet" },
|
||||
{ BCOM_VENDORID, BCOM_DEVICEID_BCM5901,
|
||||
"Broadcom BCM5901 Fast Ethernet" },
|
||||
{ BCOM_VENDORID, BCOM_DEVICEID_BCM5901A2,
|
||||
|
|
|
|||
|
|
@ -1822,6 +1822,7 @@ struct bge_status_block {
|
|||
#define BCOM_DEVICEID_BCM5705M 0x165D
|
||||
#define BCOM_DEVICEID_BCM5705M_ALT 0x165E
|
||||
#define BCOM_DEVICEID_BCM5782 0x1696
|
||||
#define BCOM_DEVICEID_BCM5788 0x169C
|
||||
#define BCOM_DEVICEID_BCM5901 0x170D
|
||||
#define BCOM_DEVICEID_BCM5901A2 0x170E
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue