1*b3d94504SStephan Aßmus########################################################## 2*b3d94504SStephan Aßmus## 3*b3d94504SStephan Aßmus## USB Storage Module settings file 4*b3d94504SStephan Aßmus## 5*b3d94504SStephan Aßmus## This file is a part of BeOS USB SCSI interface module project. 6*b3d94504SStephan Aßmus## Copyright (c) 2003-2005 by Siarzhuk Zharski <imker@gmx.li> 7*b3d94504SStephan Aßmus## All rights reserved. 8*b3d94504SStephan Aßmus## 9*b3d94504SStephan Aßmus########################################################## 10*b3d94504SStephan Aßmus## This file typically placed in following directory: 11*b3d94504SStephan Aßmus## /boot/home/config/settings/kernel/drivers/ 12*b3d94504SStephan Aßmus########################################################## 13*b3d94504SStephan Aßmus## 14*b3d94504SStephan Aßmus## More details on using this settings file and 15*b3d94504SStephan Aßmus## detailed parameters reference are in the ReadMe.html 16*b3d94504SStephan Aßmus## 17*b3d94504SStephan Aßmus 18*b3d94504SStephan Aßmus#reserve_devices 2 # count of device entries reserved by this SIM. default is 2 19*b3d94504SStephan Aßmus#reserve_luns 4 # count of LUNs available for every reserved device entry. default is 4 20*b3d94504SStephan Aßmus 21*b3d94504SStephan Aßmus#ignore_sysinit2 true # workaround for some R5 + USB patches boot problem 22*b3d94504SStephan Aßmus 23*b3d94504SStephan Aßmus#debug_output true # activates debug output 24*b3d94504SStephan Aßmus#debug_output_in_file true # use /var/log/usb_scsi.log instead of syslog 25*b3d94504SStephan Aßmus#debug_output_file_rewrite true # truncate log file on system reboot 26*b3d94504SStephan Aßmus 27*b3d94504SStephan Aßmus#debug_trace_protocol true # dump USB MS protocol information 28*b3d94504SStephan Aßmus#debug_trace_sense_data true # dump additional USB MS protocol information 29*b3d94504SStephan Aßmus#debug_trace_capacity true # dump READ CAPACITY SCSI command results 30*b3d94504SStephan Aßmus 31