que! cdrw support

Hidetoshi Shimokawa simokawa at sat.t.u-tokyo.ac.jp
Mon Jun 23 04:27:12 PDT 2003


It might be too early for the device to start probing.
Try the following patch:

Index: firewire.c
===================================================================
RCS file: /home/ncvs/src/sys/dev/firewire/firewire.c,v
retrieving revision 1.53
diff -u -r1.53 firewire.c
--- firewire.c	15 Jun 2003 04:09:26 -0000	1.53
+++ firewire.c	23 Jun 2003 11:25:48 -0000
@@ -1204,7 +1204,7 @@
 	} else
 		fc->status = FWBUSMGRDONE;
 
-	callout_reset(&fc->busprobe_callout, hz/4,
+	callout_reset(&fc->busprobe_callout, hz*2,
 			(void *)fw_bus_probe, (void *)fc);
 }
 

/\ Hidetoshi Shimokawa
\/  simokawa at sat.t.u-tokyo.ac.jp
PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html

At Mon, 23 Jun 2003 20:05:39 +0900,
Hidetoshi Shimokawa wrote:
> 
> I suppose there is something wrong with the hardware.
> CAM debug shouldn't help for this case.
> 
> Can you use this device with the machine without problem in other OS?
> 
> /\ Hidetoshi Shimokawa
> \/  simokawa at sat.t.u-tokyo.ac.jp
> PGP public key: http://www.sat.t.u-tokyo.ac.jp/~simokawa/pgp.html
> 
> 
> At Mon, 23 Jun 2003 04:27:36 -0400,
> David Kleiner wrote:
> > 
> > [1  <text/plain; us-ascii (7bit)>]
> > Shimokawa-san,
> > 
> > I believe, a while ago I have replied to your suggestion to try lower speed - it didn't 
> > change things much.
> > 
> > I have enabled CAMDEBUG in my kernel config, I've attached the log to this mail.
> > The bottom line is this: camcontrol reset does not work. Camcontrol rescan all
> > hangs and camcontrol reset all hangs the laptop (no response to keyboard/mouse
> > fan noise is high).  Perhaps I need to point out that this is an I-Link to 
> > firewire cable - this laptop only has Sony I-Link socket.  The multiple lines
> > are due to turning on/off the drive and plugging/unplugging the firewire cable.
> > 
> > 
> > I am running -CURRENT, with WITNESS'es:
> > 
> > FreeBSD wallaby.homeunix.net 5.1-CURRENT FreeBSD 5.1-CURRENT #28: 
> > Mon Jun 23 00:23:40 PDT 2003     
> > 
> > Please let me know if you need any additional information or if I can add debugging
> > to f/w probes.
> > 
> > Thank you,


More information about the freebsd-firewire mailing list