Remove 3Com 985 deviceid that is really ti(4).
Submitted by: erwin
This commit is contained in:
parent
dff926577b
commit
9a3fc40a26
@ -191,7 +191,6 @@ static struct bge_type {
|
||||
|
||||
{ SK_VENDORID, SK_DEVICEID_ALTIMA },
|
||||
|
||||
{ TC_VENDORID, TC_DEVICEID_3C985 },
|
||||
{ TC_VENDORID, TC_DEVICEID_3C996 },
|
||||
|
||||
{ 0, 0 }
|
||||
|
@ -2027,10 +2027,9 @@ struct bge_status_block {
|
||||
#define ALTEON_DEVICEID_BCM5701 0x0004
|
||||
|
||||
/*
|
||||
* 3Com 3c985 PCI vendor/device ID.
|
||||
* 3Com 3c996 PCI vendor/device ID.
|
||||
*/
|
||||
#define TC_VENDORID 0x10B7
|
||||
#define TC_DEVICEID_3C985 0x0001
|
||||
#define TC_DEVICEID_3C996 0x0003
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user