summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tireg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-01-18 00:26:29 +0000
committerwpaul <wpaul@FreeBSD.org>2000-01-18 00:26:29 +0000
commit688f4a7de6d15bc9893dd81b5b135d9e22ab7ad9 (patch)
treec887c025d1398fc32923efe91a8bd8b276991b76 /sys/pci/if_tireg.h
parente5f999471f36abead6c12111fa7acd06caf9cde1 (diff)
downloadFreeBSD-src-688f4a7de6d15bc9893dd81b5b135d9e22ab7ad9.zip
FreeBSD-src-688f4a7de6d15bc9893dd81b5b135d9e22ab7ad9.tar.gz
Add the vendor/device ID for the Farallon PN9000SX gigabit ethernet
card, which is apparently also a Tigon 2 device.
Diffstat (limited to 'sys/pci/if_tireg.h')
-rw-r--r--sys/pci/if_tireg.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/pci/if_tireg.h b/sys/pci/if_tireg.h
index b66303b..8b7d5b1 100644
--- a/sys/pci/if_tireg.h
+++ b/sys/pci/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
OpenPOWER on IntegriCloud