Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Sep 1998 01:53:47 -0500 (CDT)
From:      Russell Cattelan <cattelan@thebarn.com>
To:        freebsd-scsi@FreeBSD.ORG
Subject:   Weird Toshiba CD causes CAM to crash.
Message-ID:  <13818.6546.136668.786570@lupo.thebarn.com>

next in thread | raw e-mail | index | archive | help
I has to put his hack back into scsi_da.c

+     if (!strncmp(*(&(&cgd->inq_data)->product),"CD-ROM XM-5401TA",
+            strlen("CD-ROM XM-5401TA"))){
+       printf("daasync skipping device that looks like CD\n");
+       break;
+     }
+ 
      if (cgd->pd_type != T_DIRECT)
        break;

Other wise it would crash someplace in "dadone" at boot time.

I know this drive is a little weird.
-- 
Russell Cattelan
cattelan@thebarn.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-scsi" in the body of the message



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