From 9d7baa72da3cfb8f1d52dbf79cebbeb98ffd5fd9 Mon Sep 17 00:00:00 2001 From: itojun Date: Fri, 2 Nov 2001 03:40:47 +0000 Subject: [PATCH] recognize fxp on IBM thinkpad T23. from akimichi@wide.ad.jp --- sys/dev/pci/if_fxp_pci.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c index 946db723ce7b..cd81c651144c 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 }, };