summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/cam/scsi/scsi_cd.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/cam/scsi/scsi_cd.c b/sys/cam/scsi/scsi_cd.c
index 73cacc4..50d1549 100644
--- a/sys/cam/scsi/scsi_cd.c
+++ b/sys/cam/scsi/scsi_cd.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: scsi_cd.c,v 1.4 1998/09/23 03:17:08 ken Exp $
+ * $Id: scsi_cd.c,v 1.5 1998/10/07 02:57:57 ken Exp $
*/
/*
* Portions of this driver taken from the original FreeBSD cd driver.
@@ -162,6 +162,10 @@ static struct cd_quirk_entry cd_quirk_table[] =
{
{ T_CDROM, SIP_MEDIA_REMOVABLE, "PIONEER", "CD-ROM DRM-604X",
"*"}, /* quirks */ CD_Q_CHANGER
+ },
+ {
+ { T_CDROM, SIP_MEDIA_REMOVABLE, "CHINON", "CD-ROM CDS-535","*"},
+ /* quirks */ CD_Q_BCD_TRACKS
}
};
OpenPOWER on IntegriCloud