From owner-freebsd-questions@FreeBSD.ORG Thu Sep 9 11:04:47 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 237D210656C4 for ; Thu, 9 Sep 2010 11:04:47 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by mx1.freebsd.org (Postfix) with ESMTP id CF4838FC14 for ; Thu, 9 Sep 2010 11:04:46 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Otevr-0000TF-VN for freebsd-questions@freebsd.org; Thu, 09 Sep 2010 13:04:43 +0200 Received: from lara.cc.fer.hr ([161.53.72.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Sep 2010 13:04:43 +0200 Received: from ivoras by lara.cc.fer.hr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 09 Sep 2010 13:04:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Ivan Voras Date: Thu, 09 Sep 2010 13:04:30 +0200 Lines: 18 Message-ID: References: <4C8825E7.5080000@pp.dyndns.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: lara.cc.fer.hr User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100518 Thunderbird/3.0.4 In-Reply-To: <4C8825E7.5080000@pp.dyndns.biz> X-Enigmail-Version: 1.0.1 Subject: Re: Any way to force AHCI mode on ICH8? 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: Thu, 09 Sep 2010 11:04:47 -0000 On 09/09/10 02:10, Morgan Wesström wrote: > I run FreeBSD 8.1 on an old Asus P5B-VM motherboard with ICH8. Its AMI > BIOS lacks an option to enable AHCI mode. Intel's datasheet for the ICH8 > family specifies that this feature exists on the ICH8, and the option is > available in the BIOS for the identical (apart from form factor) P5B > motherboard. > > http://www.intel.com/Assets/PDF/datasheet/313056.pdf > > I've contacted Asus support for an updated BIOS but I don't have much > hope I will ever see one. Would it be possible to patch the FreeBSD > kernel to enable AHCI mode somehow during boot? You mean except adding: ahci_load="YES" to /boot/loader.conf ?