From 61832b06a8b8016392c44f38cd2f0c50cab2e793 Mon Sep 17 00:00:00 2001 From: wpaul Date: Thu, 21 Sep 2000 20:01:57 +0000 Subject: 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. --- sys/pci/if_fxpreg.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/pci/if_fxpreg.h') 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 -- cgit v1.1