From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 05:53:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8E03D16A4CE for ; Mon, 20 Sep 2004 05:53:35 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDF2643D2D for ; Mon, 20 Sep 2004 05:53:34 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i8K5rXrm064799; Mon, 20 Sep 2004 07:53:33 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <414E7057.30200@DeepCore.dk> Date: Mon, 20 Sep 2004 07:53:27 +0200 From: =?windows-1252?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Mike Tancsa References: <1827510723.20040919214144@sir-mag.com> <414DF473.6060208@DeepCore.dk> <6.1.2.0.0.20040919191030.07238138@64.7.153.2> In-Reply-To: <6.1.2.0.0.20040919191030.07238138@64.7.153.2> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable cc: freebsd-current@freebsd.org Subject: Re: Problem with sata drive X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Sep 2004 05:53:35 -0000 Mike Tancsa wrote: > At 05:04 PM 19/09/2004, S=F8ren Schmidt wrote: >=20 >> Uro=9A Gruber wrote: >> >>> Hello! >>> I've notice that freebsd from beta4 does not recognize my sata 150 dr= ive >>> anymore. With beta3 it works now with beta4 or beta5 there's only=20 >>> udma33. >>> I have ICH6 chipset, is there anything I can do. here is my dmesg out= put >> >> >> The ICH6 is not supported yet (ENOHW), so it will show up as a generic= =20 >> ATA controller. However since all SATA controllers (at least until we = >> get SATA-II) always run the interface at 150MB/s thats what you will=20 >> get no matter >=20 > Hi, > Are there big differences between the ICH5 and ICH6 controllers= =20 > ? I have one of these boards and it seems to work fine if I add a def = > for it in ata-pci.h and ata-chipset.c. Also what does ENOHW mean ? I=20 > didnt find it in google. The ich6 is one of the first chips to support the AHCI inteface which is = sortof what Promise and others have had for some time in "proprietary"=20 versions. That said, IIRC the ich6 has a compatibility mode where it will work as=20 just a good old ich controller, so adding the PCI id's should do it. Anyhow I havn't been able to look into it since I dont have access to=20 any ich6 HW (E NO HW :) ).. -S=F8ren