Subject: kern/20689: fxp doesn't match some Intel VM cards it actually can drive just fine
To: None <gnats-bugs@gnats.netbsd.org>
From: None <jdolecek@NetBSD.org>
List: netbsd-bugs
Date: 03/13/2003 08:46:17
>Number:         20689
>Category:       kern
>Synopsis:       fxp doesn't match some Intel VM cards it actually can drive just fine
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 13 08:47:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jaromir Dolecek
>Release:        NetBSD 1.6P
>Organization:
>Environment:
>Description:
The 'VM Network Controller with 82562 EM/EX PHY' is confirmed
working, the ' PRO/100 VM Network Controller with 82562 EM/EX (CNR)
PHY' not, but very likely to work too.
>How-To-Repeat:
See above
>Fix:
Index: if_fxp_pci.c
===================================================================
RCS file: /cvsroot/src/sys/dev/pci/if_fxp_pci.c,v
retrieving revision 1.32
diff -u -r1.32 if_fxp_pci.c
--- if_fxp_pci.c        2003/02/18 00:11:53     1.32
+++ if_fxp_pci.c        2003/03/13 16:33:44
@@ -136,6 +136,10 @@
          "Intel PRO/100 VM Network Controller" },
        { PCI_PRODUCT_INTEL_PRO_100_VM_2,
          "Intel PRO/100 VM Network Controller" },
+       { PCI_PRODUCT_INTEL_PRO_100_VM_3,
+         "Intel PRO/100 VM Network Controller" },
+       { PCI_PRODUCT_INTEL_PRO_100_VM_4,
+         "Intel PRO/100 VM Network Controller" },
        { PCI_PRODUCT_INTEL_PRO_100_M,
          "Intel PRO/100 M Network Controller" },
        { 0,
@@ -373,6 +377,8 @@
        case PCI_PRODUCT_INTEL_82562EH_HPNA_1:
        case PCI_PRODUCT_INTEL_82562EH_HPNA_2:
        case PCI_PRODUCT_INTEL_PRO_100_VM_2:
+       case PCI_PRODUCT_INTEL_PRO_100_VM_3:
+       case PCI_PRODUCT_INTEL_PRO_100_VM_4:
                aprint_normal(": %s, rev %d\n", fpp->fpp_name, sc->sc_rev);
 

>Release-Note:
>Audit-Trail:
>Unformatted: