Add a quirk entry for IO DATA CDC-TX86 6 CD changer.

PR:		5942
Submitted by:	Masanao Sasai <m_sasai@mxa.meshnet.ne.jp>
This commit is contained in:
Jordan K. Hubbard 1998-03-08 06:52:45 +00:00
parent e163e201ef
commit 1bd7f49a71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=34238

View File

@ -16,7 +16,7 @@
*
* New configuration setup: dufault@hda.com
*
* $Id: scsiconf.c,v 1.103 1998/02/16 11:15:35 msmith Exp $
* $Id: scsiconf.c,v 1.104 1998/02/18 09:40:54 msmith Exp $
*/
#include "opt_scsi.h"
@ -414,6 +414,11 @@ static struct scsidevs knowndevs[] =
T_READONLY, T_READONLY, T_REMOV, "REGAL", "CDC-4*" ,"*",
"cd", SC_MORE_LUS
},
/* IODATA CD-C68E 6 CD changer */
{
T_READONLY, T_READONLY, T_REMOV, "IODATA", "CD-C68E" ,"*",
"cd", SC_MORE_LUS
},
#endif /* !UKTEST */
#endif /* NCD */
#if NWORM > 0