From owner-freebsd-scsi Sat Sep 12 00:00:06 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA07202 for freebsd-scsi-outgoing; Sat, 12 Sep 1998 00:00:06 -0700 (PDT) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from lupo.thebarn.com (lupo.lcse.umn.edu [128.101.182.105]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA07096 for ; Fri, 11 Sep 1998 23:59:51 -0700 (PDT) (envelope-from cattelan@lupo.thebarn.com) Received: (from cattelan@localhost) by lupo.thebarn.com (8.9.1/8.8.8) id BAA15648; Sat, 12 Sep 1998 01:53:50 -0500 (CDT) (envelope-from cattelan) From: Russell Cattelan MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Sat, 12 Sep 1998 01:53:47 -0500 (CDT) To: freebsd-scsi@FreeBSD.ORG Subject: Weird Toshiba CD causes CAM to crash. X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <13818.6546.136668.786570@lupo.thebarn.com> Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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