Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jun 2001 14:51:58 -0500
From:      Jonathan Lemon <jlemon@flugsvamp.com>
To:        Kent Stewart <kstewart@urx.com>
Cc:        Jonathan Lemon <jlemon@flugsvamp.com>, Wilko Bulte <wkb@freebie.demon.nl>, Pete French <pfrench@firstcallgroup.co.uk>, freebsd-stable@freebsd.org, jlemon@freebsd.org
Subject:   Re: Problem with xl driver (cvsup 2001-06-02)
Message-ID:  <20010602145158.H82158@prism.flugsvamp.com>
In-Reply-To: <3B1941B6.3FFD2782@urx.com>
References:  <20010602173041.A15232@f113.hadiko.de> <E156E1q-000Ckv-00@dilbert.fcg.co.uk> <20010602185006.C7587@freebie.demon.nl> <3B193D2E.13A98AB3@urx.com> <20010602142800.G82158@prism.flugsvamp.com> <3B1941B6.3FFD2782@urx.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jun 02, 2001 at 12:42:46PM -0700, Kent Stewart wrote:
> 
> 
> Jonathan Lemon wrote:
> > 
> > On Sat, Jun 02, 2001 at 12:23:26PM -0700, Kent Stewart wrote:
> > > On the 3C509-TX, the only thing that works so far is commenting out the
> > > write to the PHY, which is the one of the changes that Lemon made for the
> > > Intel card.
> > >
> > > /*
> > >                 PHY_WRITE(sc, MII_NSPHY_PCR, reg);
> > >  */
> > >
> > > I deleted the or's to reg until only setting the led was left and then I
> > > backed it all out and commented the PHY_WRITE, which restored networking to
> > > the NIC.
> > >
> > > My system with a 3C509B-TX wasn't affected by the changes to mii/nsphy.c.
> > 
> > This is fairly useful to know.  The register definitions come from the
> > datasheet for the National part, so my guess is that the part used on
> > the 3C509 doesn't quite conform to the National specification.
> > 
> > Please try the following patch.  This should change things so that
> > the register is only touched for the fxp card; otherwise it is left
> > alone.
> 
> With this patch, my 3C509-TX works like it used to.

Thanks for testing!  Patch has been committed.
-- 
Jonathan

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




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