From 387ee3bccdcb0671ea8962c067f0f1fe370932f0 Mon Sep 17 00:00:00 2001 From: se Date: Sat, 17 Feb 1996 23:59:24 +0000 Subject: Add: CDU-8003A aka Apple CDROM-300 Submitted by: Michael Reifenberger --- sys/scsi/scsiconf.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'sys/scsi/scsiconf.c') diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 8789744..1d136b9 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -16,7 +16,7 @@ * * New configuration setup: dufault@hda.com * - * $Id: scsiconf.c,v 1.52 1996/02/03 13:31:11 joerg Exp $ + * $Id: scsiconf.c,v 1.53 1996/02/12 23:22:33 ache Exp $ */ #include @@ -299,6 +299,13 @@ static struct scsidevs knowndevs[] = #endif /* NCH */ #if NCD > 0 #ifndef UKTEST /* make cdroms unrecognised to test the uk driver */ + /* + * CDU-8003A aka Apple CDROM-300. + */ + { + T_READONLY, T_READONLY, T_REMOV, "SONY", "CD-ROM CDU-8003A", "1.9a", + "cd", SC_ONE_LU + }, { T_READONLY, T_READONLY, T_REMOV, "SONY", "CD-ROM CDU-8012", "3.1a", "cd", SC_ONE_LU -- cgit v1.1