Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jun 2009 14:50:48 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        freebsd-stable@freebsd.org
Cc:        Michael Gass <mgass@unix.csbsju.edu>
Subject:   Re: kernel wants the wrong driver for my NIC
Message-ID:  <200906191450.48241.jhb@freebsd.org>
In-Reply-To: <20090619172429.GA5197@unix.csbsju.edu>
References:  <20090619172429.GA5197@unix.csbsju.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Friday 19 June 2009 1:24:29 pm Michael Gass wrote:
> I'm running 7.2-stable and I replaced an old ISA NIC with 
> a D-Link DFE-530TX+  card.  According to the manual, the
> correct driver for this card is rl driver.  The kernel
> insists on using the vr driver which is for the DFE-530TX.
> >From what I can tell, the two cards have different chipsets
> and so the drivers are not compatable.

I would assume the vr(4) driver is the right driver for your card since PCI 
devices probe based on PCI IDs.  Also, the driver has worked well enough to 
read a MAC address, etc. (have you compared it with the sticker on the card, 
if it matches vr(4) is almost _certainly_ the correct driver).

-- 
John Baldwin



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