From owner-freebsd-questions@FreeBSD.ORG Mon Jul 24 11:11:52 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C77DD16A508 for ; Mon, 24 Jul 2006 11:11:52 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail3.sea5.speakeasy.net (mail3.sea5.speakeasy.net [69.17.117.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 332B443F10 for ; Mon, 24 Jul 2006 11:09:24 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 28514 invoked from network); 24 Jul 2006 11:09:21 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail3.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 24 Jul 2006 11:09:21 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 6575A2842A; Mon, 24 Jul 2006 07:09:20 -0400 (EDT) To: Nick Sayer References: From: Lowell Gilbert Date: Mon, 24 Jul 2006 07:09:20 -0400 In-Reply-To: (Nick Sayer's message of "Sat, 22 Jul 2006 11:28:28 -0700") Message-ID: <44u057gsyn.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@freebsd.org Subject: Re: ICH8 chipset support? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 11:11:53 -0000 Nick Sayer writes: > I just upgraded my machine at home to a Conroy-ready motherboard - An > Asus P5B. This particular motherboard has the smallest fraction of > recognized devices I think I've ever come across. From what I can > tell, the blame can be placed squarely on the Intel ICH8 chipset that > supplies almost all of the devices in the system. > > USB is working, though it is recognized only generically. The ICH8 > SATA ports do not seem to work properly (thank goodness for the > JMicro RAID controller - which can be used without RAID). The audio > subsystem, SMB controller and the Realtek on-board Ethernet aren't > recognized at all. There's an nVidia PCI Express graphics card in > there too, but I probably won't even run X on this machine, much less > 3D stuff. > > I'll attach the output from pciconf -l and the dmesg.boot. At this > point, it is up, sort of. > > Is there any hope of improving support for this system? *Some* improvement is probably pretty easy. It doesn't seem to be recognizing the System Management Bus at all, and just adding the appropriate device IDs to the kernel tables might get the basic bus exploration to occur. And then you'll see whether the drivers can attach... Good luck.