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/24/2005 14:20:44
Hi! riz,
From: Jeff Rizzo <riz@tastylime.net>
Date: Sat, 23 Jul 2005 21:46:55 -0700
> >Please fabricate the blksize too.
> Doesn't seem to have changed much. (See new debug messages, below)
> sd0 at scsibus0 target 0 lun 0: <DMI, HDS722580VLAT20, 0438> simplified
> direct f
> ixed
No. You must reverse this patch.
From: KIYOHARA Takashi <kiyohara@kk.iij4u.or.jp>
Date: Fri, 22 Jul 2005 01:47:19 +0900 (JST)
Index: sbp.c
===================================================================
RCS file: /cvsroot/src/sys/dev/ieee1394/sbp.c,v
retrieving revision 1.1
diff -u -r1.1 sbp.c
--- sbp.c 11 Jul 2005 15:29:05 -0000 1.1
+++ sbp.c 21 Jul 2005 16:00:07 -0000
@@ -1767,7 +1767,7 @@
END_DEBUG
switch (inq->device & SID_TYPE) {
case T_DIRECT:
-#if 0
+#if 1
/*
* XXX Convert Direct Access device to RBC.
* I've never seen FireWire DA devices which support READ_6.
> >How about other HDD?
> >
> >
> I don't have any other fw hard drives at the moment.
No. Can you exchange internal HDD in your enclosure of IEEE1394.
> >And, how many is true geometry of your HDD?
> >
> >
>
> I thought I'd posted how it shows up when attached via USB, earlier.
>
> Here it is again:
>
> sd0 at scsibus0 target 0 lun 0: <HDS72258, 0VLAT20, V320> disk fixed
> sd0: fabricating a geometry
> sd0: 78533 MB, 78533 cyl, 64 head, 32 sec, 512 bytes/sect x 160836480
> sectors
Your sd0 at scsibus0 fabricate tha geometry. Therefore, I want your true
geometry.
--
kiyohara