summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_fxpreg.h
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-09-21 20:01:57 +0000
committerwpaul <wpaul@FreeBSD.org>2000-09-21 20:01:57 +0000
commit61832b06a8b8016392c44f38cd2f0c50cab2e793 (patch)
tree12bb4311236a131ca4dee761c83a6339e613385e /sys/pci/if_fxpreg.h
parent40aced84380b37dca254a6c503c538ae5cb59e0d (diff)
downloadFreeBSD-src-61832b06a8b8016392c44f38cd2f0c50cab2e793.zip
FreeBSD-src-61832b06a8b8016392c44f38cd2f0c50cab2e793.tar.gz
Add the PCI device ID for the on-board ethernet controllers on the
Intel 815E motherboard, which I believe is an i82562. Seems to work just fine with the fxp driver.
Diffstat (limited to 'sys/pci/if_fxpreg.h')
-rw-r--r--sys/pci/if_fxpreg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_fxpreg.h b/sys/pci/if_fxpreg.h
index 9ca2f7e..6cbcd40 100644
--- a/sys/pci/if_fxpreg.h
+++ b/sys/pci/if_fxpreg.h
@@ -31,6 +31,7 @@
#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_DEVICEID_i82562 0x2449 /* 82562 PLC devices */
#define FXP_PCI_MMBA 0x10
#define FXP_PCI_IOBA 0x14
OpenPOWER on IntegriCloud