Subject: Re: problem initializing raid
To: rudolf <netbsd@eq.cz>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 05/16/2005 13:50:18
--8t9RHnE3ZwKMSgU+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
On Mon, May 16, 2005 at 01:43:53PM +0200, rudolf wrote:
> Manuel Bouyer wrote:
> >block number 268435455 is 0xfffffff. What model of seagate is it ?
> >Some of them requires to use LBA48 for sector 0xfffffff.
>
> ST3250823AS
>
> Do I need to change something in disktab, or anything else?
Please apply the attached patch, and rebuild a kernel
--
Manuel Bouyer <bouyer@antioche.eu.org>
NetBSD: 26 ans d'experience feront toujours la difference
--
--8t9RHnE3ZwKMSgU+
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=diff3
Index: wd.c
===================================================================
RCS file: /cvsroot/src/sys/dev/ata/wd.c,v
retrieving revision 1.299
diff -u -r1.299 wd.c
--- wd.c 31 Mar 2005 11:28:53 -0000 1.299
+++ wd.c 16 May 2005 11:49:16 -0000
@@ -237,6 +237,8 @@
*/
{ "ST3200822A",
WD_QUIRK_FORCE_LBA48 },
+ { "ST3250823AS",
+ WD_QUIRK_FORCE_LBA48 },
{ NULL,
0 }
--8t9RHnE3ZwKMSgU+--