Hello, 2009/1/10 Aryeh M. Friedman <[email protected]>: > I just got a i45 based motherboard and everything works except for the > following pci: > > no...@pci0:1:0:0: class=0x020000 card=0x83671043 chip=0x816810ec > rev=0x02 hdr=0x00 > vendor = 'Realtek Semiconductor' > device = 'RTL8168/8111 PCI-E Gigabit Ethernet NIC' > class = network > subclass = ethernet
This does not seem to be related to the Intel ICH10 chipsets. This must be a second network adapter on your motherboard. For information, my ASUS P5Q3 (Intel ICH10 too) works very well, everything is detected. The two network controllers are a "88E8056 Yukon PCI-E Gigabit Ethernet Controller" (if_msk driver) and a "Yukon 88E8001/8003/8010 PCI Gigabit Ethernet Controller (Copper)" (if_sk driver). Is your watchdog detected (ichwd driver) ? I'm also using the ichsmb driver without issues. See the following thread on freebsd-questions : http://lists.freebsd.org/pipermail/freebsd-questions/2008-November/187147.html According to it, RTL8168/8111 should work with 7.1-RELEASE. Are you using the if_re driver ? Try loading the if_re.ko module, as I think it's not in the GENERIC kernel. Cheers > > does -current support it or should I stay with 7.1-RELEASE ? (i386) > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "[email protected]" > -- Olivier Smedts _ ASCII ribbon campaign ( ) e-mail: [email protected] - against HTML email & vCards X www: http://www.gid0.org - against proprietary attachments / \ "Il y a seulement 10 sortes de gens dans le monde : ceux qui comprennent le binaire, et ceux qui ne le comprennent pas." _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[email protected]"

