summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorambrisko <ambrisko@FreeBSD.org>2002-06-05 18:34:08 +0000
committerambrisko <ambrisko@FreeBSD.org>2002-06-05 18:34:08 +0000
commit91ae09f43e95df6d970a77a724d2c4ee915be759 (patch)
treeed4d65f99323aa2ec4db8f1f66c405716da9d11d /sys/dev/fxp
parent09c2c0c59df849756b9efa97b4ab1541a4691fcb (diff)
downloadFreeBSD-src-91ae09f43e95df6d970a77a724d2c4ee915be759.zip
FreeBSD-src-91ae09f43e95df6d970a77a724d2c4ee915be759.tar.gz
Add device id. for fxp chip on Intel D845EPT2L boards. This seems to
make the onboard NIC work. Sponsored by: Vernier Networks MFC after: 1 day
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 fbbed2c..16f79f6 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -159,6 +159,7 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x1036, "Intel Pro/100 Ethernet" },
{ 0x1037, "Intel Pro/100 Ethernet" },
{ 0x1038, "Intel Pro/100 Ethernet" },
+ { 0x1039, "Intel Pro/100 Ethernet" },
{ 0, NULL },
};
OpenPOWER on IntegriCloud