diff options
| author | Stefan Eßer <se@FreeBSD.org> | 1996-02-17 23:59:24 +0000 |
|---|---|---|
| committer | Stefan Eßer <se@FreeBSD.org> | 1996-02-17 23:59:24 +0000 |
| commit | 9df7e08732291b48bf325875847e6da2aca990c0 (patch) | |
| tree | aa96bca42b55f9967c695c556d353fec8b271147 /sys | |
| parent | 07d9d14a551e72c3e6bc06a76da98c54849fb80a (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/scsi/scsiconf.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 8789744c20d8..1d136b9e1961 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 |
