From owner-freebsd-hackers@FreeBSD.ORG Sat Jan 10 15:54:34 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 162BB1065672 for ; Sat, 10 Jan 2009 15:54:34 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from mta4.srv.hcvlny.cv.net (mta4.srv.hcvlny.cv.net [167.206.4.199]) by mx1.freebsd.org (Postfix) with ESMTP id DB2478FC1D for ; Sat, 10 Jan 2009 15:54:33 +0000 (UTC) (envelope-from aryeh.friedman@gmail.com) Received: from flosoft.no-ip.biz (ool-435559b8.dyn.optonline.net [67.85.89.184]) by mta4.srv.hcvlny.cv.net (Sun Java System Messaging Server 6.2-8.04 (built Feb 28 2007)) with ESMTP id <0KD900CCXIUVZ4O0@mta4.srv.hcvlny.cv.net> for freebsd-hackers@freebsd.org; Sat, 10 Jan 2009 10:54:31 -0500 (EST) Received: from flosoft.no-ip.biz (localhost [127.0.0.1]) by flosoft.no-ip.biz (8.14.3/8.14.3) with ESMTP id n0AFsUZs003659; Sat, 10 Jan 2009 10:54:30 -0500 Date: Sat, 10 Jan 2009 10:54:30 -0500 From: "Aryeh M. Friedman" In-reply-to: <367b2c980901100739v2127adb6u8950ffa0efc032de@mail.gmail.com> To: Olivier SMEDTS Message-id: <4968C4B6.3040203@gmail.com> Organization: FloSoft Systems MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7BIT X-Enigmail-Version: 0.95.7 References: <4967FE4C.2050301@gmail.com> <367b2c980901100718s12a3d6balcf5fbf2ecde24bf2@mail.gmail.com> <4968BD72.50306@gmail.com> <367b2c980901100739v2127adb6u8950ffa0efc032de@mail.gmail.com> User-Agent: Thunderbird 2.0.0.18 (X11/20081124) Cc: freebsd-hackers@freebsd.org Subject: Re: support for i45 (ich10) chipsets X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: aryeh.friedman@gmail.com List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Jan 2009 15:54:34 -0000 Olivier SMEDTS wrote: > 2009/1/10 Aryeh M. Friedman : > >> Olivier SMEDTS wrote: >> >>> Hello, >>> >>> 2009/1/10 Aryeh M. Friedman : >>> >>> >>>> I just got a i45 based motherboard and everything works except for the >>>> following pci: >>>> >>>> none2@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 >>> >>> >> Same motherboard >> > > ASUS P5Q3 or P5Q3 Deluxe ? I've got the Deluxe one, maybe the ethernet > controllers are different. The only thing not working on mine is the > integrated 802.11n wireless controller. It's a Ralink chipset (don't > remember which one) attached to the USB bus. There's a linux driver > available. > I assume deluxe but I do not have access to the machine physically right now but it was bought earlier this week and my boss asked if I wanted deluxe or not (he bought it) > >>> 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. >>> >>> >> I am used to current where it is in GENERIC so will add it to my config >> I guess >> I guess not: # kldstat Id Refs Address Size Name 1 3 0xc0400000 94f054 kernel 2 1 0xc0d50000 68304 acpi.ko # kldload if_re kldload: can't load if_re: File exists in the config (unmodified except setting IPI_PREMPTION): device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet device re # RealTek 8139C+/8169/8169S/8110S >>> Cheers >>> >>> >>> >>>> does -current support it or should I stay with 7.1-RELEASE ? (i386) >>>> _______________________________________________ >>>> freebsd-hackers@freebsd.org mailing list >>>> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >>>> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >>>> >>>> >>>> >>> >> > > > >