mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 21:09:28 +00:00
Add: CDU-8003A aka Apple CDROM-300
Submitted by: Michael Reifenberger <root@totum.plaut.de>
This commit is contained in:
parent
07d9d14a55
commit
9df7e08732
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14134
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user