Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/dev/pci Pull up revision 1.25 (requested by abs in ...



details:   https://anonhg.NetBSD.org/src/rev/52c8eac5f6e7
branches:  netbsd-1-6
changeset: 529142:52c8eac5f6e7
user:      lukem <lukem%NetBSD.org@localhost>
date:      Sun Oct 13 22:29:23 2002 +0000

description:
Pull up revision 1.25 (requested by abs in ticket #844):
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 0db10b4ea864 -r 52c8eac5f6e7 sys/dev/pci/if_fxp_pci.c
--- a/sys/dev/pci/if_fxp_pci.c  Sun Oct 13 22:25:25 2002 +0000
+++ b/sys/dev/pci/if_fxp_pci.c  Sun Oct 13 22:29:23 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_fxp_pci.c,v 1.22.4.2 2002/10/02 01:19:49 lukem Exp $        */
+/*     $NetBSD: if_fxp_pci.c,v 1.22.4.3 2002/10/13 22:29:23 lukem 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.22.4.2 2002/10/02 01:19:49 lukem Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_fxp_pci.c,v 1.22.4.3 2002/10/13 22:29:23 lukem Exp $");
 
 #include "rnd.h"
 
@@ -127,6 +127,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