summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2005-12-12 14:30:13 +0000
committermux <mux@FreeBSD.org>2005-12-12 14:30:13 +0000
commitec4362ed2eb7bf7f661eefdc71dcb9d600d11ce2 (patch)
treed8b03134eff09949e37ce2e1b76e7a3d79af166b /sys/dev/fxp
parent09f8635fd4a19f16d674f3065d0e49fe2ae5e781 (diff)
downloadFreeBSD-src-ec4362ed2eb7bf7f661eefdc71dcb9d600d11ce2.zip
FreeBSD-src-ec4362ed2eb7bf7f661eefdc71dcb9d600d11ce2.tar.gz
Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.
PR: kern/90024 Submitted by: Thomas Hurst <tom@hur.st> MFC after: 3 days
Diffstat (limited to 'sys/dev/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index 1e734cd..db11798 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -177,6 +177,7 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x1059, -1, "Intel 82551QM Pro/100 M Mobile Connection" },
{ 0x1064, -1, "Intel 82562EZ (ICH6)" },
{ 0x1068, -1, "Intel 82801FBM (ICH6-M) Pro/100 VE Ethernet" },
+ { 0x1069, -1, "Intel 82562EM/EX/GX Pro/100 Ethernet" },
{ 0x1209, -1, "Intel 82559ER Embedded 10/100 Ethernet" },
{ 0x1229, 0x01, "Intel 82557 Pro/100 Ethernet" },
{ 0x1229, 0x02, "Intel 82557 Pro/100 Ethernet" },
OpenPOWER on IntegriCloud