Add: CDU-8003A aka Apple CDROM-300

Submitted by:	Michael Reifenberger <root@totum.plaut.de>
This commit is contained in:
Stefan Eßer 1996-02-17 23:59:24 +00:00
parent 07d9d14a55
commit 9df7e08732
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14134

View File

@ -16,7 +16,7 @@
* *
* New configuration setup: dufault@hda.com * 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 <sys/types.h> #include <sys/types.h>
@ -299,6 +299,13 @@ static struct scsidevs knowndevs[] =
#endif /* NCH */ #endif /* NCH */
#if NCD > 0 #if NCD > 0
#ifndef UKTEST /* make cdroms unrecognised to test the uk driver */ #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", T_READONLY, T_READONLY, T_REMOV, "SONY", "CD-ROM CDU-8012", "3.1a",
"cd", SC_ONE_LU "cd", SC_ONE_LU