Add the vendor/device ID for the Farallon PN9000SX gigabit ethernet
card, which is apparently also a Tigon 2 device.
This commit is contained in:
parent
e5f999471f
commit
688f4a7de6
@ -144,6 +144,8 @@ static struct ti_type ti_devs[] = {
|
||||
"Netgear GA620 Gigabit Ethernet" },
|
||||
{ SGI_VENDORID, SGI_DEVICEID_TIGON,
|
||||
"Silicon Graphics Gigabit Ethernet" },
|
||||
{ DEC_VENDORID, DEC_DEVICEID_FARALLON_PN9000SX,
|
||||
"Farallon PN9000SX Gigabit Ethernet" },
|
||||
{ 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
@ -79,6 +79,13 @@
|
||||
#define SGI_VENDORID 0x10A9
|
||||
#define SGI_DEVICEID_TIGON 0x0009
|
||||
|
||||
/*
|
||||
* DEC vendor ID, Farallon device ID. Apparently, Farallon used
|
||||
* the DEC vendor ID in their cards by mistake.
|
||||
*/
|
||||
#define DEC_VENDORID 0x1011
|
||||
#define DEC_DEVICEID_FARALLON_PN9000SX 0x001a
|
||||
|
||||
/*
|
||||
* Tigon configuration and control registers.
|
||||
*/
|
||||
|
@ -144,6 +144,8 @@ static struct ti_type ti_devs[] = {
|
||||
"Netgear GA620 Gigabit Ethernet" },
|
||||
{ SGI_VENDORID, SGI_DEVICEID_TIGON,
|
||||
"Silicon Graphics Gigabit Ethernet" },
|
||||
{ DEC_VENDORID, DEC_DEVICEID_FARALLON_PN9000SX,
|
||||
"Farallon PN9000SX Gigabit Ethernet" },
|
||||
{ 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
@ -79,6 +79,13 @@
|
||||
#define SGI_VENDORID 0x10A9
|
||||
#define SGI_DEVICEID_TIGON 0x0009
|
||||
|
||||
/*
|
||||
* DEC vendor ID, Farallon device ID. Apparently, Farallon used
|
||||
* the DEC vendor ID in their cards by mistake.
|
||||
*/
|
||||
#define DEC_VENDORID 0x1011
|
||||
#define DEC_DEVICEID_FARALLON_PN9000SX 0x001a
|
||||
|
||||
/*
|
||||
* Tigon configuration and control registers.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user