Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Recognise the Intel PRO/100 VM Network Controlle...
details: https://anonhg.NetBSD.org/src/rev/f437c661d0ca
branches: trunk
changeset: 536554:f437c661d0ca
user: abs <abs%NetBSD.org@localhost>
date: Wed Sep 18 16:45:01 2002 +0000
description:
Recognise the Intel PRO/100 VM Network Controller as seen in the HP
omnibook 6100.
diffstat:
sys/dev/pci/if_fxp_pci.c | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diffs (31 lines):
diff -r 63f5f816139a -r f437c661d0ca sys/dev/pci/if_fxp_pci.c
--- a/sys/dev/pci/if_fxp_pci.c Wed Sep 18 15:20:53 2002 +0000
+++ b/sys/dev/pci/if_fxp_pci.c Wed Sep 18 16:45:01 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_fxp_pci.c,v 1.24 2002/07/22 08:25:45 msaitoh Exp $ */
+/* $NetBSD: if_fxp_pci.c,v 1.25 2002/09/18 16:45:01 abs Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.24 2002/07/22 08:25:45 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.25 2002/09/18 16:45:01 abs Exp $");
#include "rnd.h"
@@ -131,6 +131,12 @@
"Intel PRO/100 VE Network Controller with 82562ET/EZ (CNR) PHY" },
{ PCI_PRODUCT_INTEL_PRO_100_VE_4,
"Intel PRO/100 VE (MOB) Network Controller" },
+ { PCI_PRODUCT_INTEL_PRO_100_VM_0,
+ "Intel PRO/100 VM Network Controller" },
+ { PCI_PRODUCT_INTEL_PRO_100_VM_1,
+ "Intel PRO/100 VM Network Controller" },
+ { PCI_PRODUCT_INTEL_PRO_100_VM_2,
+ "Intel PRO/100 VM Network Controller" },
{ 0,
NULL },
};
Home |
Main Index |
Thread Index |
Old Index