From owner-freebsd-current@FreeBSD.ORG Mon Sep 20 03:31:49 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 F2E8316A4CE for ; Mon, 20 Sep 2004 03:31:48 +0000 (GMT) Received: from mail.ambrisko.com (adsl-64-174-51-43.dsl.snfc21.pacbell.net [64.174.51.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE91643D46 for ; Mon, 20 Sep 2004 03:31:48 +0000 (GMT) (envelope-from ambrisko@ambrisko.com) Received: from server2.ambrisko.com (HELO www.ambrisko.com) (192.168.1.2) by mail.ambrisko.com with ESMTP; 19 Sep 2004 20:31:48 -0700 Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.9p2/8.12.9) with ESMTP id i8K3VmkT020745; Sun, 19 Sep 2004 20:31:48 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.9p2/8.12.9/Submit) id i8K3Vlfn020744; Sun, 19 Sep 2004 20:31:47 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200409200331.i8K3Vlfn020744@ambrisko.com> In-Reply-To: <6.1.2.0.0.20040919191030.07238138@64.7.153.2> To: Mike Tancsa Date: Sun, 19 Sep 2004 20:31:47 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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 03:31:49 -0000 Mike Tancsa writes: | At 05:04 PM 19/09/2004, S?ren Schmidt wrote: | >Uro? Gruber wrote: | >>Hello! | >>I've notice that freebsd from beta4 does not recognize my sata 150 drive | >>anymore. With beta3 it works now with beta4 or beta5 there's only udma33. | >>I have ICH6 chipset, is there anything I can do. here is my dmesg output | > | >The ICH6 is not supported yet (ENOHW), so it will show up as a generic 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 get no matter | | Hi, | Are there big differences between the ICH5 and ICH6 controllers | ? 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 didnt | find it in google. ICH5/ICH6 are basically the same thing with these device ID's: case 0x25a38086: /* Intel 6300ESB SATA */ case 0x25b08086: /* Intel 6300ESB SATA RAID */ These SATA parts have the same registers and all from what I've experienced and tests. I developed my stuff on ICH6 (6300ESB). Doug A.