From owner-freebsd-current@FreeBSD.ORG Sun Sep 19 21:04:58 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 C493216A4CE for ; Sun, 19 Sep 2004 21:04:58 +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 1528943D41 for ; Sun, 19 Sep 2004 21:04:58 +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 i8JL4uc5060236; Sun, 19 Sep 2004 23:04:56 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <414DF473.6060208@DeepCore.dk> Date: Sun, 19 Sep 2004 23:04:51 +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: =?windows-1252?Q?Uro=9A_Gruber?= References: <1827510723.20040919214144@sir-mag.com> In-Reply-To: <1827510723.20040919214144@sir-mag.com> 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: Sun, 19 Sep 2004 21:04:58 -0000 Uro=9A Gruber wrote: > Hello! >=20 > I've notice that freebsd from beta4 does not recognize my sata 150 driv= e > anymore. With beta3 it works now with beta4 or beta5 there's only udma3= 3. >=20 > I have ICH6 chipset, is there anything I can do. here is my dmesg outpu= t 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=20 get SATA-II) always run the interface at 150MB/s thats what you will get = no matter what the probe says (unless you use old PATA disks with=20 PATA->SATA converter dongles). -S=F8ren