Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 2008 05:10:04 GMT
From:      Greg Satz <satz@iranger.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:  <200811210510.mAL5A4E9055029@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: Greg Satz <satz@iranger.com>
To: Corey Smith <corsmith@gmail.com>
Cc: "John Baldwin" <jhb@freebsd.org>, 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 <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" */
 >
 > !DSPAM:4922df87236996920810825!
 >
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811210510.mAL5A4E9055029>