mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 23:28:57 +00:00
Submitted by: rich (which one?)
Another special case for probing multi-CD cdrom drives. 2nd try at this patch.
This commit is contained in:
parent
5dec5a0060
commit
1c07bf3556
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13673
@ -16,7 +16,7 @@
|
||||
*
|
||||
* New configuration setup: dufault@hda.com
|
||||
*
|
||||
* $Id: scsiconf.c,v 1.45 1995/12/27 17:07:12 pst Exp $
|
||||
* $Id: scsiconf.c,v 1.47 1996/01/28 21:51:57 jkh Exp $
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
@ -292,6 +292,10 @@ static struct scsidevs knowndevs[] =
|
||||
T_READONLY, T_READONLY, T_REMOV, "PIONEER", "CD-ROM DRM-6??*" ,"*",
|
||||
"cd", SC_MORE_LUS, CD_Q_NO_TOUCH
|
||||
},
|
||||
{
|
||||
T_READONLY, T_READONLY, T_REMOV, "NRC", "MBR-7" ,"*",
|
||||
"cd", SC_MORE_LUS
|
||||
},
|
||||
{
|
||||
T_READONLY, T_READONLY, T_REMOV, "CHINON", "CD-ROM CDS-535","*",
|
||||
"cd", SC_ONE_LU
|
||||
|
Loading…
Reference in New Issue
Block a user