Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2004 09:28:23 -0800 (PST)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        david@catwhisker.org, wpaul@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: kern/60824: No driver associated with Realtek 8129-based NIC
Message-ID:  <200401021728.i02HSN7W068164@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: No driver associated with Realtek 8129-based NIC

State-Changed-From-To: open->closed
State-Changed-By: wpaul
State-Changed-When: Fri Jan 2 09:22:50 PST 2004
State-Changed-Why: 

Fixed the code in rl_probe() to match the 8169 chip to be more specific.
It turns out the 8169 gigE MAC reports an hwrev of 0x00000000. I don't
know why RealTek did it this way, but it turns out this matches the
8129 too. The 8169 case is the only one that can collide with the 8129,
so for this case we now check both the hwrev and PCI device ID for a
match.

Unfortunately, I don't have an 8129 card, so I was never able to test
this case. :(

-Bill

http://www.freebsd.org/cgi/query-pr.cgi?pr=60824



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