Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev/pci Pull up revision 1.11 (requested by hubertf):
details: https://anonhg.NetBSD.org/src/rev/49365d58a3a5
branches: netbsd-1-5
changeset: 490954:49365d58a3a5
user: he <he%NetBSD.org@localhost>
date: Thu Mar 22 02:46:02 2001 +0000
description:
Pull up revision 1.11 (requested by hubertf):
Make the Intel Pro/100 as e.g. found on Toshiba Satellite Pro
4600s work.
diffstat:
sys/dev/pci/if_fxp_pci.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r c2a8f2111c0f -r 49365d58a3a5 sys/dev/pci/if_fxp_pci.c
--- a/sys/dev/pci/if_fxp_pci.c Thu Mar 22 02:44:38 2001 +0000
+++ b/sys/dev/pci/if_fxp_pci.c Thu Mar 22 02:46:02 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_fxp_pci.c,v 1.8.4.1 2000/07/16 00:27:58 jhawk Exp $ */
+/* $NetBSD: if_fxp_pci.c,v 1.8.4.2 2001/03/22 02:46:02 he Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999, 2000 The NetBSD Foundation, Inc.
@@ -123,7 +123,8 @@
"Intel i82559ER Ethernet" },
{ PCI_PRODUCT_INTEL_IN_BUSINESS,
"Intel InBusiness Ethernet" },
-
+ { PCI_PRODUCT_INTEL_82801BA_LAN,
+ "Intel i82562 Ethernet" },
{ 0,
NULL },
};
Home |
Main Index |
Thread Index |
Old Index