summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2005-07-29 22:40:06 +0000
committermux <mux@FreeBSD.org>2005-07-29 22:40:06 +0000
commitfa1de9870bdf50aef5fa401717898970ed005d15 (patch)
treeb7771622c7c4bfb01324011a451910f5581b4d7e /sys/dev/fxp
parent10b44608b05fd838813edcd41df7eb0a67ada58a (diff)
downloadFreeBSD-src-fa1de9870bdf50aef5fa401717898970ed005d15.zip
FreeBSD-src-fa1de9870bdf50aef5fa401717898970ed005d15.tar.gz
Add a new PCI id for fxp(4) cards found on ICH7-based systems.
This commit is a RELENG_6 candidate. Submitted by: Martin Nilsson <martin@gneto.com>
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 ca4de5b..5aff82a 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -190,6 +190,7 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x1229, 0x10, "Intel 82551 Pro/100 Ethernet" },
{ 0x1229, -1, "Intel 82557/8/9 Pro/100 Ethernet" },
{ 0x2449, -1, "Intel 82801BA/CAM (ICH2/3) Pro/100 Ethernet" },
+ { 0x27dc, -1, "Intel 82801GB (ICH7) 10/100 Ethernet" },
{ 0, -1, NULL },
};
OpenPOWER on IntegriCloud