From owner-freebsd-questions@FreeBSD.ORG Fri Jan 8 22:03:09 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 06F0A10656A9 for ; Fri, 8 Jan 2010 22:03:09 +0000 (UTC) (envelope-from cwhiteh@onetel.com) Received: from april.london.02.net (april.london.02.net [87.194.255.143]) by mx1.freebsd.org (Postfix) with ESMTP id 9C3BB8FC14 for ; Fri, 8 Jan 2010 22:03:08 +0000 (UTC) Received: from eco.config (93.97.24.219) by april.london.02.net (8.5.016.1) id 4A23ECF80722DD8D; Fri, 8 Jan 2010 22:03:00 +0000 Message-ID: <4B47AB93.4010706@onetel.com> Date: Fri, 08 Jan 2010 22:02:59 +0000 From: Chris Whitehouse User-Agent: Thunderbird 2.0.0.23 (X11/20091212) MIME-Version: 1.0 To: Uwe Laverenz References: <29722c131001080743l6bad2ddfy91ffa5ceaaa7627a@mail.gmail.com> <4B479992.3010708@laverenz.de> In-Reply-To: <4B479992.3010708@laverenz.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Support for Asus MicroATX Boards 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: Fri, 08 Jan 2010 22:03:09 -0000 Uwe Laverenz wrote: > Am 08.01.2010 16:43, schrieb Anselm Strauss: > >> chips. I can't find real evidence on the supported hardware list >> whether the >> following chipsets are really working with FreeBSD 8.0 or not. Maybe > > I have an Asus "M4A785TD-M EVO" running with RELENG_8 and it works fine. > There is/was a race condition in FreeBSD 7.2/8.0 that forces you to > switch off the firewire device in the BIOS: > > http://www.mail-archive.com/freebsd-questions@freebsd.org/msg221493.html > > Uwe 8.0 generic kernel now has the offending driver sbp commented out so you can install without disabling firewire in the BIOS. You can manually kldload sbp once the system is up but not in loader.conf (at least for me). Chris