diff options
| author | itojun <itojun@NetBSD.org> | 2001-11-02 03:40:47 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2001-11-02 03:40:47 +0000 |
| commit | 9d7baa72da3cfb8f1d52dbf79cebbeb98ffd5fd9 (patch) | |
| tree | e0c39fe6906f4725e1d94d62873424b21afedc6b /sys/dev/pci | |
| parent | 2c903bf2c0a82ebe96ad61bcec9a4992a8ade554 (diff) | |
recognize fxp on IBM thinkpad T23. from akimichi@wide.ad.jp
Diffstat (limited to 'sys/dev/pci')
| -rw-r--r-- | sys/dev/pci/if_fxp_pci.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c index 946db723ce7..cd81c651144 100644 --- a/sys/dev/pci/if_fxp_pci.c +++ b/sys/dev/pci/if_fxp_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_fxp_pci.c,v 1.19 2001/08/05 23:39:59 thorpej Exp $ */ +/* $NetBSD: if_fxp_pci.c,v 1.20 2001/11/02 03:40:47 itojun Exp $ */ /*- * Copyright (c) 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc. @@ -114,6 +114,10 @@ const struct fxp_pci_product { "Intel InBusiness Ethernet" }, { PCI_PRODUCT_INTEL_82801BA_LAN, "Intel i82562 Ethernet" }, + { PCI_PRODUCT_INTEL_PRO_100_VE_0, + "Intel PRO/100 VE Network Controller" }, + { PCI_PRODUCT_INTEL_PRO_100_VE_1, + "Intel PRO/100 VE Network Controller" }, { 0, NULL }, }; |
