mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
bge(4): remove obsolete support for on-board Fujitsu and Sun MACs
It's no longer used since 58aa35d429
and r357455 respectively.
This commit is contained in:
parent
b58c853edf
commit
6535f188f1
2 changed files with 0 additions and 7 deletions
|
|
@ -239,7 +239,6 @@ static const struct bge_type {
|
|||
|
||||
{ FJTSU_VENDORID, FJTSU_DEVICEID_PW008GE4 },
|
||||
{ FJTSU_VENDORID, FJTSU_DEVICEID_PW008GE5 },
|
||||
{ FJTSU_VENDORID, FJTSU_DEVICEID_PP250450 },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -2551,18 +2551,12 @@ struct bge_status_block {
|
|||
#define APPLE_VENDORID 0x106b
|
||||
#define APPLE_DEVICE_BCM5701 0x1645
|
||||
|
||||
/*
|
||||
* Sun PCI vendor ID
|
||||
*/
|
||||
#define SUN_VENDORID 0x108e
|
||||
|
||||
/*
|
||||
* Fujitsu vendor/device IDs
|
||||
*/
|
||||
#define FJTSU_VENDORID 0x10cf
|
||||
#define FJTSU_DEVICEID_PW008GE5 0x11a1
|
||||
#define FJTSU_DEVICEID_PW008GE4 0x11a2
|
||||
#define FJTSU_DEVICEID_PP250450 0x11cc /* PRIMEPOWER250/450 LAN */
|
||||
|
||||
/*
|
||||
* Offset of MAC address inside EEPROM.
|
||||
|
|
|
|||
Loading…
Reference in a new issue