From owner-freebsd-drivers@FreeBSD.ORG Tue May 13 18:20:55 2008 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AA88E1065673 for ; Tue, 13 May 2008 18:20:55 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from plato.miralink.com (mail.miralink.com [70.103.185.20]) by mx1.freebsd.org (Postfix) with ESMTP id 81F478FC1B for ; Tue, 13 May 2008 18:20:55 +0000 (UTC) (envelope-from sbruno@miralink.com) Received: from localhost (localhost.localdomain [127.0.0.1]) by plato.miralink.com (Postfix) with ESMTP id 5C5BB1C8052 for ; Tue, 13 May 2008 11:20:55 -0700 (PDT) Received: from plato.miralink.com ([127.0.0.1]) by localhost (plato.miralink.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 15968-03 for ; Tue, 13 May 2008 11:20:54 -0700 (PDT) Received: from iago.office.miralink.com (iago.office.miralink.com [10.0.0.40]) by plato.miralink.com (Postfix) with ESMTP id 342F11C803D for ; Tue, 13 May 2008 11:20:54 -0700 (PDT) Message-ID: <4829DC05.2040108@miralink.com> Date: Tue, 13 May 2008 11:20:53 -0700 From: Sean Bruno User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: freebsd-drivers@freebsd.org References: <4829DB26.4070306@miralink.com> In-Reply-To: <4829DB26.4070306@miralink.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-DSPAM-Result: Innocent X-DSPAM-Processed: Tue May 13 11:20:55 2008 X-DSPAM-Confidence: 0.9997 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 4829dc07172692362839998 X-DSPAM-Factors: 27, X-Virus-Scanned: amavisd-new at X-Spam-Status: No, score=-4.483 tagged_above=-10 required=6.6 autolearn=ham tests=[ALL_TRUSTED=-1.8, AWL=0.016, BAYES_00=-2.599, DSPAM_HAM=-0.1] X-Spam-Score: -4.483 X-Spam-Level: Subject: Re: Realtek Ethernet Cards(new PCI IDS)? X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 18:20:55 -0000 Or, I am unable to read man pages and should use the "re" driver not the "rl" driver. Sorry for the noise. Sean Sean Bruno wrote: > I seem to have a motherboard (Jetway 7K4K1G5D-LF) that has a Realtek > ethernet controller. The driver is not picking up this controller > under RELENG_63? > > > > none0@pci0:9:0: class=0x020000 card=0x10ec16f3 chip=0x816710ec > rev=0x10 hdr=0x00 vendor = 'Realtek Semiconductor' > device = 'RTL8169/8110 Family Gigabit Ethernet NIC' > class = network > subclass = ethernet > none1@pci0:11:0: class=0x020000 card=0x10ec16f3 chip=0x816710ec > rev=0x10 hdr=0x00 > vendor = 'Realtek Semiconductor' > device = 'RTL8169/8110 Family Gigabit Ethernet NIC' > class = network > subclass = ethernet > > When I load the if_rl module, I get the following: > > Source # kldload if_rl > pci0: driver added > found-> vendor=0x10ec, dev=0x8167, revid=0x10 > bus=0, slot=9, func=0 > class=02-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0007, statreg=0x02b0, cachelnsz=16 (dwords) > lattimer=0x20 (960 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns) > intpin=a, irq=18 > powerspec 2 supports D0 D1 D2 D3 current D0 > pci0:9:0: reprobing on driver added > found-> vendor=0x10ec, dev=0x8167, revid=0x10 > bus=0, slot=11, func=0 > class=02-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0007, statreg=0x02b0, cachelnsz=16 (dwords) > lattimer=0x20 (960 ns), mingnt=0x20 (8000 ns), maxlat=0x40 (16000 ns) > intpin=a, irq=19 > powerspec 2 supports D0 D1 D2 D3 current D0 > pci0:11:0: reprobing on driver added > pci1: driver added > found-> vendor=0x1106, dev=0x3344, revid=0x01 > bus=1, slot=0, func=0 > class=03-00-00, hdrtype=0x00, mfdev=0 > cmdreg=0x0007, statreg=0x0230, cachelnsz=0 (dwords) > lattimer=0x20 (960 ns), mingnt=0x02 (500 ns), maxlat=0x00 (0 ns) > intpin=a, irq=16 > powerspec 2 supports D0 D1 D2 D3 current D0 > pci1:0:0: reprobing on driver added > > > > _______________________________________________ > freebsd-drivers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-drivers > To unsubscribe, send any mail to > "freebsd-drivers-unsubscribe@freebsd.org"