From owner-freebsd-bugs@FreeBSD.ORG Mon Jun 13 16:30:28 2005 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EE26016A41C for ; Mon, 13 Jun 2005 16:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC7E043D58 for ; Mon, 13 Jun 2005 16:30:28 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j5DGUSTR091509 for ; Mon, 13 Jun 2005 16:30:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j5DGUSek091508; Mon, 13 Jun 2005 16:30:28 GMT (envelope-from gnats) Date: Mon, 13 Jun 2005 16:30:28 GMT Message-Id: <200506131630.j5DGUSek091508@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Erik Power Cc: Subject: Re: kern/81634: ICH5R SATA driver non-functional, install from CD fails w/ no HDDs found X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Erik Power List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Jun 2005 16:30:29 -0000 The following reply was made to PR kern/81634; it has been noted by GNATS. From: Erik Power To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/81634: ICH5R SATA driver non-functional, install from CD fails w/ no HDDs found Date: Mon, 13 Jun 2005 09:23:22 -0700 The latest 5.4-STABLE sources exhibit the same problem--ata(4) doesn't work properly (device timeout messages during boot) with the ICH5R SATA controller after compiling with sources retrieved on 13 June 2005. I found a workaround: Comment out the "options ATA_STATIC_ID" line from the kernel config file. After rebooting, you may discover the device mappings for your partitions are wrong. Get the list of geom managed partitions and edit /etc/fstab to correct the device mappings.