Removed ban on linux_sg_device_family, warning now of linux_sg_accept_any_type

This commit is contained in:
Thomas Schmitt 2006-12-11 14:54:26 +00:00
parent e405092ab0
commit 17fc8e7161
2 changed files with 2 additions and 3 deletions

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.12.11.134452"
#define Cdrskin_timestamP "2006.12.11.145332"

View File

@ -103,12 +103,11 @@ static int linux_sg_enumerate_debug = 0;
address parameters Host, Channel, Id, Lun and also Bus.
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"};
/* 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;