Date: Tue, 18 Nov 2008 15:40:03 GMT From: "Corey Smith" <corsmith@gmail.com> To: freebsd-bugs@FreeBSD.org Subject: Re: kern/127391: [ata] Intel 6300ESB SATA150 cannot find disk and boot under 6.3 [regression] Message-ID: <200811181540.mAIFe32J005392@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/127391; it has been noted by GNATS. From: "Corey Smith" <corsmith@gmail.com> To: "John Baldwin" <jhb@freebsd.org> 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 <corsmith@gmail.com> 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" */
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811181540.mAIFe32J005392>