From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 21 05:10:04 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 C0A5E106564A for ; Fri, 21 Nov 2008 05:10:04 +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 A9E318FC0C for ; Fri, 21 Nov 2008 05:10:04 +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 mAL5A4JF055030 for ; Fri, 21 Nov 2008 05:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mAL5A4E9055029; Fri, 21 Nov 2008 05:10:04 GMT (envelope-from gnats) Date: Fri, 21 Nov 2008 05:10:04 GMT Message-Id: <200811210510.mAL5A4E9055029@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Greg Satz 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: Greg Satz List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2008 05:10:04 -0000 The following reply was made to PR kern/127391; it has been noted by GNATS. From: Greg Satz To: Corey Smith Cc: "John Baldwin" , bug-followup@freebsd.org Subject: Re: kern/127391: [ata] Intel 6300ESB SATA150 cannot find disk and boot under 6.3 [regression] Date: Thu, 20 Nov 2008 21:41:45 -0700 I tried your first patch and it worked. I will try this patch next. Thanks, Greg On Nov 18, 2008, at 8:30 AM, Corey Smith wrote: > 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" */ > > !DSPAM:4922df87236996920810825! >