kern/109477: [vr] onboard via vt6103 ethernet does not work

Mark Linimon linimon at lonesome.com
Mon Feb 26 20:50:25 UTC 2007


The following reply was made to PR kern/109477; it has been noted by GNATS.

From: linimon at lonesome.com (Mark Linimon)
To: freebsd-gnats-submit at FreeBSD.org
Cc:  
Subject: Re: kern/109477: [vr] onboard via vt6103 ethernet does not work
Date: Mon, 26 Feb 2007 14:46:28 -0600

  The following diff fixed the problem for me.
  
  __FBSDID("$FreeBSD: src/sys/pci/if_vr.c,v 1.104.2.6 2006/03/17 21:30:57 
  glebius Exp $");
  
  *** if_vr.c~    Mon Feb 26 11:21:43 2007
  --- if_vr.c     Mon Feb 26 11:22:43 2007
  ***************
  *** 457,462 ****
  --- 457,463 ----
   
          switch (sc->vr_revid) {
          case REV_ID_VT6102_APOLLO:
  +       case 0x78:
                  if (phy != 1) {
                          frame.mii_data = 0;
                          goto out;
  ***************
  *** 482,487 ****
  --- 483,489 ----
   
          switch (sc->vr_revid) {
          case REV_ID_VT6102_APOLLO:
  +       case 0x78:
                  if (phy != 1)
                          return (0);
          default:
  


More information about the freebsd-bugs mailing list