Subject: Re: kern/10207: ADEV_CDROM does nothing
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Gregory McGarry <g.mcgarry@ieee.org>
List: netbsd-bugs
Date: 05/29/2000 07:52:43
Manuel Bouyer wrote:

> > >Number:         10207
> > >Category:       kern
> > >Synopsis:       ADEV_CDROM in sys/dev/scsipi/scsiconf.c does nothing
> 
> Is this for a SCSI or ATAPI device ?
> ADEV_CDROM was used for ATAPI, so it shoud only be used in atapiconf.c

It is a SCSI device.  The only place ADEV_CDROM is currently being
used is in scsiconf.c.  It looks like the original ADEV_CDROM entry
was introduced at:

revision 1.129
date: 1999/10/10 18:49:15;  author: hwr;  state: Exp;  lines: +3 -1
Add a quirk to recognize a Toshiba XM-3401TA SCSI CD-ROM as
removable SCSI device. From Matthew Fredette <fredette@mit.edu> in
kern/7438.

If ADEV_CDROM should not be used, what is the correct way to handle
these quirk entries?

	-- Gregory McGarry <g.mcgarry@ieee.org>