Removed ban on linux_sg_device_family, warning now of linux_sg_accept_any_type
This commit is contained in:
parent
1619135256
commit
d40e0f8fa6
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2006.12.11.134452"
|
#define Cdrskin_timestamP "2006.12.11.145332"
|
||||||
|
@ -103,12 +103,11 @@ static int linux_sg_enumerate_debug = 0;
|
|||||||
address parameters Host, Channel, Id, Lun and also Bus.
|
address parameters Host, Channel, Id, Lun and also Bus.
|
||||||
E.g.: "/dev/sg%d"
|
E.g.: "/dev/sg%d"
|
||||||
*/
|
*/
|
||||||
/* NOT READY YET !!! DO NOT SET TO OTHER THAN "/dev/sg%d" !!! */
|
|
||||||
static char linux_sg_device_family[80] = {"/dev/sg%d"};
|
static char linux_sg_device_family[80] = {"/dev/sg%d"};
|
||||||
|
|
||||||
|
|
||||||
/* Set this to 1 in order to accept any TYPE_* (see scsi/scsi.h) */
|
/* Set this to 1 in order to accept any TYPE_* (see scsi/scsi.h) */
|
||||||
/* NOT READY YET !!! DO NOT SET TO 1 !!! */
|
/* !!! DO NOT SET TO 1 UNLESS YOU PROTECTED ALL HARD DISKS chmod -rw !!! */
|
||||||
static int linux_sg_accept_any_type = 0;
|
static int linux_sg_accept_any_type = 0;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user