summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp/if_fxpreg.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>2000-06-18 10:26:09 +0000
committerdg <dg@FreeBSD.org>2000-06-18 10:26:09 +0000
commit205d1fefd0b2a2a81905674902522f5267da2277 (patch)
treec43551929a176bd9dd117dbcb97129731948f436 /sys/dev/fxp/if_fxpreg.h
parentd043bb7c6cd6a638726572d01b966ad75573a43e (diff)
downloadFreeBSD-src-205d1fefd0b2a2a81905674902522f5267da2277.zip
FreeBSD-src-205d1fefd0b2a2a81905674902522f5267da2277.tar.gz
Added support for the i82559ER (10/100Mbps NIC for embedded applications).
Product device ID provided by: Les Biffle <les@ns3.safety.net>
Diffstat (limited to 'sys/dev/fxp/if_fxpreg.h')
-rw-r--r--sys/dev/fxp/if_fxpreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxpreg.h b/sys/dev/fxp/if_fxpreg.h
index 5580813..9ca2f7e 100644
--- a/sys/dev/fxp/if_fxpreg.h
+++ b/sys/dev/fxp/if_fxpreg.h
@@ -30,6 +30,7 @@
#define FXP_VENDORID_INTEL 0x8086
#define FXP_DEVICEID_i82557 0x1229 /* 82557 - 82559 "classic" */
#define FXP_DEVICEID_i82559 0x1030 /* New 82559 device id.. */
+#define FXP_DEVICEID_i82559ER 0x1209 /* 82559 for embedded applications */
#define FXP_PCI_MMBA 0x10
#define FXP_PCI_IOBA 0x14
OpenPOWER on IntegriCloud