Subject: Re: panic in new ieee1394 code
To: None <riz@tastylime.net>
From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
List: current-users
Date: 07/23/2005 21:00:11
Hi, riz
From: Jeff Rizzo <riz@tastylime.net>
Date: Thu, 21 Jul 2005 15:47:02 -0700
> >Please try simplified direct disk. You set T_RBC ( == T_SIMPLE_DIRECT)
> >when inquiry response.
> I hope I understood your request correctly; I applied the patch, and
> attached the disk again. It's *different*, but still not right. Let me
> know if I should do something else to test.
>
> Here's the debug messages with your patch:
>
> sd0 at scsibus0 target 0 lun 0: <DMI, HDS722580VLAT20, 0438> simplified
> direct f
> ixed
> sd0: 19114 TB, 78533 cyl, 64 head, 32 sec, 38443 bytes/sect x
> 546687688736 secto
> rs
hmm...
Please fabricate the blksize too.
Index: sd.c
===================================================================
RCS file: /cvsroot/src/sys/dev/scsipi/sd.c,v
retrieving revision 1.240
diff -u -r1.240 sd.c
--- sd.c 29 May 2005 22:00:50 -0000 1.240
+++ sd.c 23 Jul 2005 11:11:04 -0000
@@ -1946,6 +1946,7 @@
dp->heads = 64;
dp->sectors = 32;
dp->cyls = dp->disksize / (64 * 32);
+ dp->blksize = 512;
}
dp->rot_rate = 3600;
return (SDGP_RESULT_OK);
How about other HDD?
And, how many is true geometry of your HDD?
regards,
--
kiyohara