From owner-freebsd-stable@FreeBSD.ORG Sat Jun 20 02:25:52 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 952EA106567B for ; Sat, 20 Jun 2009 02:25:52 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.freebsd.org (Postfix) with ESMTP id 5EA858FC0C for ; Sat, 20 Jun 2009 02:25:51 +0000 (UTC) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.14.3/8.14.3) with ESMTP id n5K2NYPB005549; Fri, 19 Jun 2009 22:23:34 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200906200223.n5K2NYPB005549@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Fri, 19 Jun 2009 22:25:49 -0400 To: Michael Gass , freebsd-stable@freebsd.org From: Mike Tancsa In-Reply-To: <20090619230802.GA5795@unix.csbsju.edu> References: <20090619172429.GA5197@unix.csbsju.edu> <20090619230802.GA5795@unix.csbsju.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: Subject: Re: kernel wants the wrong driver for my NIC (new issue) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Jun 2009 02:25:53 -0000 At 07:08 PM 6/19/2009, Michael Gass wrote: >I am still confused about the rl driver not working for this >card. The NOTES in /usr/src/sys/conf/NOTES explicitly state >that the rl driver is for the DFE-530TX+ and that the vr >driver is for the DFE-530TX. The manufacturer could have changed chipsets and didnt change model numbers. Its certainly not unprecedented. Or the wrong NIC could have been sold to you by accident. >I made a new kernel without the vr driver and the result was >that no driver at all was recognized for the NIC. >Is there a way to force the kernel to put an entry in /dev >for rl0 so that I could try to configue it for the NIC? Its a vr nic. Fiddling with the PCI ids of the drivers, will not make it work. i.e. changing the device IDs that the rl attaches to and removing it from the vr. ---Mike