Date: Tue, 13 May 2008 11:17:10 -0700 From: Sean Bruno <sbruno@miralink.com> To: freebsd-drivers@freebsd.org Subject: Realtek Ethernet Cards(new PCI IDS)? Message-ID: <4829DB26.4070306@miralink.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4829DB26.4070306>