summaryrefslogtreecommitdiffstats
path: root/sys/scsi/scsiconf.c
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1996-02-17 23:59:24 +0000
committerse <se@FreeBSD.org>1996-02-17 23:59:24 +0000
commit387ee3bccdcb0671ea8962c067f0f1fe370932f0 (patch)
treeaa96bca42b55f9967c695c556d353fec8b271147 /sys/scsi/scsiconf.c
parent139a5ed52c8b06f5e30f4e085f01d010ad6a08f1 (diff)
downloadFreeBSD-src-387ee3bccdcb0671ea8962c067f0f1fe370932f0.zip
FreeBSD-src-387ee3bccdcb0671ea8962c067f0f1fe370932f0.tar.gz
Add: CDU-8003A aka Apple CDROM-300
Submitted by: Michael Reifenberger <root@totum.plaut.de>
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r--sys/scsi/scsiconf.c9
1 files changed, 8 insertions, 1 deletions
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 <sys/types.h>
@@ -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
OpenPOWER on IntegriCloud