From owner-freebsd-bugs@FreeBSD.ORG Tue Nov 18 15:40:03 2008 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D34AF1065677 for ; Tue, 18 Nov 2008 15:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C3B2F8FC26 for ; Tue, 18 Nov 2008 15:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mAIFe3B2005393 for ; Tue, 18 Nov 2008 15:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAIFe32J005392; Tue, 18 Nov 2008 15:40:03 GMT (envelope-from gnats) Date: Tue, 18 Nov 2008 15:40:03 GMT Message-Id: <200811181540.mAIFe32J005392@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Corey Smith" Cc: Subject: Re: kern/127391: [ata] Intel 6300ESB SATA150 cannot find disk and boot under 6.3 [regression] X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Corey Smith List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2008 15:40:03 -0000 The following reply was made to PR kern/127391; it has been noted by GNATS. From: "Corey Smith" To: "John Baldwin" Cc: bug-followup@freebsd.org, satz@iranger.com Subject: Re: kern/127391: [ata] Intel 6300ESB SATA150 cannot find disk and boot under 6.3 [regression] Date: Tue, 18 Nov 2008 10:30:11 -0500 On Mon, Nov 17, 2008 at 10:52 AM, Corey Smith wrote: > Attached is the minimal diff required to find the hard drive on a > PowerEdge 750 with the Intel 6300ESB SATA150 Controller. It looks like query-pr is not liking gmail attachments so here is the patch inline: --- src.2008.11.11.02.00.00/sys/dev/ata/ata-chipset.c Tue Nov 11 20:26:51 2008 +++ src/sys/dev/ata/ata-chipset.c Mon Nov 17 15:36:22 2008 @@ -1937,7 +1937,7 @@ } } pci_write_config(parent, 0x92, pci_read_config(parent, 0x92, 2) & ~mask, 2); - DELAY(10); + DELAY(11); pci_write_config(parent, 0x92, pci_read_config(parent, 0x92, 2) | mask, 2); /* wait up to 1 sec for "connect well" */