kern/127391: [ata] Intel 6300ESB SATA150 cannot find disk and boot under 6.3 [regression]

Greg Satz satz at iranger.com
Thu Nov 20 21:10:04 PST 2008


The following reply was made to PR kern/127391; it has been noted by GNATS.

From: Greg Satz <satz at iranger.com>
To: Corey Smith <corsmith at gmail.com>
Cc: "John Baldwin" <jhb at freebsd.org>, bug-followup at 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 <corsmith at 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" */
 >
 > !DSPAM:4922df87236996920810825!
 >
 


More information about the freebsd-bugs mailing list