Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Feb 2007 20:50:24 GMT
From:      linimon@lonesome.com (Mark Linimon)
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/109477: [vr] onboard via vt6103 ethernet does not work
Message-ID:  <200702262050.l1QKoOIX047099@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/109477; it has been noted by GNATS.

From: linimon@lonesome.com (Mark Linimon)
To: freebsd-gnats-submit@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:
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200702262050.l1QKoOIX047099>