Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 1998 22:30:41 -0600 (MDT)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        gpalmer@FreeBSD.ORG (Gary Palmer)
Cc:        scsi@FreeBSD.ORG
Subject:   Re: CDROM weirdness
Message-ID:  <199809230430.WAA19437@panzer.plutotech.com>
In-Reply-To: <12164.906515710@gjp.erols.com> from Gary Palmer at "Sep 22, 98 09:55:10 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Gary Palmer wrote...
> 
> I've tried interpreting this, but I don't grok CDB tables so I'll leave it to 
> the experts:

I wouldn't call myself an expert, but I did write the CD driver (and some
of the probe code).

> found-> vendor=0x1077, dev=0x1020, revid=0x02
>         class=01-00-00, hdrtype=0x00, mfdev=0
>         subordinatebus=0        secondarybus=0
>         intpin=a, irq=17
>         map[0]: type 4, range 32, base 00000000, size  8
>         map[1]: type 1, range 32, base 82221000, size 12
> Qlogic ISP Driver, FreeBSD CAM Version 0.97, Core Version 1.3
> isp0: <Qlogic ISP 10X0 PCI SCSI Adapter> rev 0x02 int a irq 17 on pci1.1.0
> isp0: using Memory space register mapping
> isp0: Board Revision 1020A, loaded F/W Revision 7.55
> isp0: Last F/W revision was 2.10
> found-> vendor=0x1077, dev=0x1020, revid=0x02
>         class=01-00-00, hdrtype=0x00, mfdev=0
>         subordinatebus=0        secondarybus=0
>         intpin=a, irq=18
>         map[0]: type 4, range 32, base 00010000, size  8
>         map[1]: type 1, range 32, base 82220000, size 12
> isp1: <Qlogic ISP 10X0 PCI SCSI Adapter> rev 0x02 int a irq 18 on pci1.2.0
> isp1: using Memory space register mapping
> isp1: Board Revision 1020A, loaded F/W Revision 7.55
> <SNIP>
> isp0: driver initiated bus reset
> isp1: driver initiated bus reset
> (probe5:isp0:0:5:0): INQUIRY. CDB: 12 1 80 0 ff 0 
> (probe5:isp0:0:5:0): ILLEGAL REQUEST asc:24,0
> (probe5:isp0:0:5:0): Invalid field in CDB sks:c8,1

This is pretty standard.  Your CDROM drive doesn't like serial number
requests.  Most CDROM drives don't.

> (cd0:isp0:0:5:0): READ CD RECORDED CAPACITY. CDB: 25 0 0 0 0 0 0 0 0 0 
> (cd0:isp0:0:5:0): NOT READY asc:3a,0
> (cd0:isp0:0:5:0): Medium not present

All this means is that you don't have a CD in the drive.  You shouldn't see
that when you boot without -v.

> cd0 at isp0 bus 0 target 5 lun 0
> cd0: <DEC RRD45   (C) DEC 1645> Removable CD-ROM SCSI2 device 
> cd0: 10.0MB/s transfers (10.0MHz, offset 12)
> cd0: Attempt to query device size failed: NOT READY, Medium not present

That's the standard "compact" error message we print out when there's no
media in the drive.  For instance:

cd0 at ahc0 bus 0 target 3 lun 0
cd0: <PLEXTOR CD-R   PX-R412C 1.04> Removable CD-ROM SCSI2 device 
cd0: 10.0MB/s transfers (10.0MHz, offset 8)
cd0: Attempt to query device size failed: NOT READY, Medium not present

> (I snipped the SCSI HD's out since they probed ok).
> 
> Is this something else in need of a quirk? Or should I just stop booting -v? :)

You should probably stop booting with -v.  :)  All of those things are
normal.

Ken
-- 
Kenneth Merry
ken@plutotech.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?199809230430.WAA19437>