From owner-freebsd-scsi Tue Jul 7 03:25:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA03578 for freebsd-scsi-outgoing; Tue, 7 Jul 1998 03:25:30 -0700 (PDT) (envelope-from owner-freebsd-scsi@FreeBSD.ORG) Received: from zed.ludd.luth.se (zed.ludd.luth.se [130.240.16.33]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA03572 for ; Tue, 7 Jul 1998 03:25:28 -0700 (PDT) (envelope-from rln@ludd.luth.se) Received: from father.ludd.luth.se (rln@father.ludd.luth.se [130.240.16.18]) by zed.ludd.luth.se (8.8.5/8.8.5) with ESMTP id MAA01421; Tue, 7 Jul 1998 12:25:25 +0200 From: Rolf Larsson Received: (rln@localhost) by father.ludd.luth.se (8.6.11/8.6.11) id MAA01604; Tue, 7 Jul 1998 12:25:24 +0200 Message-Id: <199807071025.MAA01604@father.ludd.luth.se> Subject: Re: Two problems (Ultra2-performance and CD-recording) To: ken@plutotech.com (Kenneth D. Merry) Date: Tue, 7 Jul 1998 12:25:24 +0200 (MET DST) Cc: rln@ludd.luth.se, gibbs@pluto.plutotech.com, scsi@FreeBSD.ORG In-Reply-To: <199807061824.MAA23873@panzer.plutotech.com> from "Kenneth D. Merry" at "Jul 6, 98 12:24:05 pm" X-Mailer: ELM [version 2.4ME+ PL15 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Kenneth D. Merry said something like this: > > ahc0: aic7890/91 Wide Channel A, SCSI Id=15, 32/255 SCBs > > Justin has made some fixes to the Adaptec driver since the last > snapshot that may fix your problem. Notice that the SCSI ID of your > adapter is 15. Your WORM drive is almost certainly a narrow device, so it > won't see the controller. There's a bug in the May 20th version of the > Adaptec driver on Ultra 2 controllers -- it reads the SCSI ID from the > wrong place (when it is looking at "leftover BIOS values" on chips without > a SEEPROM). The patch fixes that problem. > > The other thing the patch does is that it tries reading the SEEPROM > in several different formats, just in case the one you have is different > from what the driver thinks should be there. > > Anyway, try the patch out, and let me know if it helps things any. > This patch may also be useful to other folks, so I'm CCing it to the scsi > list. Hello, again, The patch fixes my problem regarding probing the CD-writer (or rather, with the SCSI ID). With the patch it detects the adapter at ID 7, which is correct. Thanks for all the help, and for the work! Snippets from dmesg: ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 32/255 SCBs pass1 at ahc0 bus 0 target 2 lun 0 pass1: Removable CD-ROM SCSI2 device pass1: 3.300MB/s transfers cd0 at ahc0 bus 0 target 2 lun 0 cd0: Removable CD-ROM SCSI2 device cd0: 3.300MB/s transfers cd0: Attempt to query device size failed: NOT READY, Medium not present - tray c (cdrecord-1_6-cam_980630_tar.gz doesn't like me though, it bus errors because of "undefined error 0") To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message