From owner-freebsd-scsi Thu Jan 25 19:07:03 1996 Return-Path: owner-freebsd-scsi Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA28702 for freebsd-scsi-outgoing; Thu, 25 Jan 1996 19:07:03 -0800 (PST) Received: from jjarray.umd.edu (jjarray.umd.edu [129.2.40.99]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA28687 for ; Thu, 25 Jan 1996 19:06:44 -0800 (PST) Received: (from fred@localhost) by jjarray.umd.edu (8.6.12/8.6.12) id WAA00200; Thu, 25 Jan 1996 22:06:00 -0500 From: Fred Cawthorne Message-Id: <199601260306.WAA00200@jjarray.umd.edu> Subject: Re: worm device. To: joerg_wunsch@uriah.heep.sax.de Date: Thu, 25 Jan 1996 22:06:00 -0500 (EST) Cc: freebsd-scsi@freebsd.org In-Reply-To: <199601252152.WAA15801@uriah.heep.sax.de> from "J Wunsch" at Jan 25, 96 10:52:03 pm X-Mailer: ELM [version 2.4 PL24 ME8a] Content-Type: text Sender: owner-freebsd-scsi@freebsd.org Precedence: bulk > > As Fred Cawthorne wrote: > > > > Is there a block device for the worm device? > > Not yet, and unless somebody is going to merge the CD-ROM driver into > the worm driver (or better yet, makes the code shared between both), i > don't see any need for it. > Ok. I suppose it just adds more wear-and-tear on the thing anyway... > I've started to revamp the worm driver today, i hope i'll have > something that would burn me a CD-R without the hackery that is > required now, approximately by the weekend. > .. Great. I look forward to seeing it. I am tracking down a problem now where I can't do alot of disk activity on my new DEC scsi drive when the HP CD-R drive is plugged in. I unplugged it from the scsi bus and everything is fine. Plugging in and unplugging my external cdrom and zip drive doesn't change anything. Keep in mind that there is no activity on the HP CD-R side of things. This is really strange... I think I am going to have to plug in an Adaptec 1542 and use that for the HP CD-R drive. Here's what happened when I tried to copy my entire /user directory (600M) into a partiton on the 2 gig DEC drive: First, here's the stuff on my scsi bus. Jan 25 21:14:22 jjarray /kernel: ncr0 rev 1 int a irq 10 on pci0:5 Jan 25 21:14:22 jjarray /kernel: ncr0 waiting for scsi devices to settle Jan 25 21:14:22 jjarray /kernel: (ncr0:0:0): "MICROP 2217-15MQ1001901 HQ30" type 0 fixed SCSI 2 Jan 25 21:14:22 jjarray /kernel: sd0(ncr0:0:0): Direct-Access Jan 25 21:14:22 jjarray /kernel: sd0(ncr0:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Jan 25 21:14:22 jjarray /kernel: 1685MB (3450902 512 byte sectors) Jan 25 21:14:22 jjarray /kernel: (ncr0:2:0): "DEC DSP3210S 436D" type 0 fixed SCSI 2 Jan 25 21:14:22 jjarray /kernel: sd1(ncr0:2:0): Direct-Access Jan 25 21:14:22 jjarray /kernel: sd1(ncr0:2:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Jan 25 21:14:22 jjarray /kernel: 2047MB (4194303 512 byte sectors) Jan 25 21:14:22 jjarray /kernel: (ncr0:6:0): "HP C4324/C4325 1.20" type 5 removable SCSI 2 Jan 25 21:14:22 jjarray /kernel: worm0(ncr0:6:0): Write-Once - UNTESTED worm0: oops not queued Jan 25 21:14:23 jjarray /kernel: with 333227 2048 byte blocks. And the error message: (After copying a few hundred megs over) Jan 25 21:45:21 jjarray /kernel: ncr0:2: ERROR (20:40) (8-28-0) (8/13) @ (1150:180000a0). Jan 25 21:45:32 jjarray /kernel: script cmd = 88030000 Jan 25 21:45:32 jjarray /kernel: reg: da 10 80 13 47 08 02 1f 01 08 82 28 00 00 08 00. Jan 25 21:45:32 jjarray /kernel: ncr0: have to clear fifos. Jan 25 21:45:33 jjarray /kernel: ncr0: restart (fatal error). Jan 25 21:45:33 jjarray /kernel: sd1(ncr0:2:0): COMMAND FAILED (9 ff) @f0b5aa00. Jan 25 21:45:34 jjarray /kernel: ncr0: restart (ncr dead ?). Jan 25 21:45:34 jjarray /kernel: sd0(ncr0:0:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. Jan 25 21:45:34 jjarray /kernel: sd1(ncr0:2:0): FAST SCSI-2 100ns (10 Mb/sec) offset 8. I filled the whole 2.1 gig drive up fine when I unplugged the CD-R and rebooted... Any ideas? Fred.