summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorsanpei <sanpei@FreeBSD.org>2003-01-27 14:31:32 +0000
committersanpei <sanpei@FreeBSD.org>2003-01-27 14:31:32 +0000
commitc11acfe3b72782410b60a41516dfc523014a8b0d (patch)
treea38984c0043d29b481e3cce236c39a65e77c13c7 /sys/dev/fxp
parente0d8560e86cd352ae29c766c9567e90b8bd6a1b8 (diff)
downloadFreeBSD-src-c11acfe3b72782410b60a41516dfc523014a8b0d.zip
FreeBSD-src-c11acfe3b72782410b60a41516dfc523014a8b0d.tar.gz
Add PCI id for fxp(Intel Pro/100 M Mobile Connection).
PR: i386/41915 Submitted by: Ross A. Lippert <ripper@eskimo.com> MFC after: 1 week
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 34f1e98..062e432 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -165,6 +165,7 @@ static struct fxp_ident fxp_ident_table[] = {
{ 0x103C, "Intel Pro/100 Ethernet" },
{ 0x103D, "Intel Pro/100 Ethernet" },
{ 0x103E, "Intel Pro/100 Ethernet" },
+ { 0x1059, "Intel Pro/100 M Mobile Connection" },
{ 0, NULL },
};
OpenPOWER on IntegriCloud