diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 2000-01-18 00:26:29 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 2000-01-18 00:26:29 +0000 |
| commit | b822a5eae9017a9670d221ce4514124e71b26ec2 (patch) | |
| tree | 6282c365ea8bf363ee86ae2d576805b10d4df930 /sys/dev/ti | |
| parent | 93ef8631823ac9143f848956dde5146ade872913 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ti')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 | ||||
| -rw-r--r-- | sys/dev/ti/if_tireg.h | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 8748f26ec0bb..5b00f305d778 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -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 } }; diff --git a/sys/dev/ti/if_tireg.h b/sys/dev/ti/if_tireg.h index b66303bb2ea5..8b7d5b146ab3 100644 --- a/sys/dev/ti/if_tireg.h +++ b/sys/dev/ti/if_tireg.h @@ -80,6 +80,13 @@ #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. */ #define TI_MISC_HOST_CTL 0x040 |
