07.06.2013 Views

Scsi - Index of

Scsi - Index of

Scsi - Index of

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

100<br />

285 * maximum, and may be over the transfer limits allowed for<br />

286 * individual devices (e.g. 256 for SCSI-1)<br />

287 */<br />

288 #define SCSI_DEFAULT_MAX_SECTORS 1024<br />

289<br />

290 /*<br />

291 * True if this host adapter can make good use <strong>of</strong> linked commands.<br />

292 * This will allow more than one command to be queued to a given<br />

293 * unit on a given host. Set this to the maximum number <strong>of</strong> command<br />

294 * blocks to be provided for each device. Set this to 1 for one<br />

295 * command block per lun, 2 for two, etc. Do not set this to 0.<br />

296 * You should make sure that the host adapter will do the right thing<br />

297 * before you try setting this above 1.<br />

298 */<br />

299 short cmd_per_lun;<br />

300<br />

301 /*<br />

302 * present contains counter indicating how many boards <strong>of</strong> this<br />

303 * type were found when we did the scan.<br />

304 */<br />

305 unsigned char present;<br />

306<br />

307 /*<br />

308 * true if this host adapter uses unchecked DMA onto an ISA bus.<br />

309 */<br />

310 unsigned unchecked_isa_dma:1;<br />

311<br />

312 /*<br />

313 * true if this host adapter can make good use <strong>of</strong> clustering.<br />

314 * I originally thought that if the tablesize was large that it<br />

315 * was a waste <strong>of</strong> CPU cycles to prepare a cluster list, but<br />

316 * it works out that the Buslogic is faster if you use a smaller<br />

317 * number <strong>of</strong> segments (i.e. use clustering). I guess it is<br />

318 * inefficient.<br />

319 */<br />

320 unsigned use_clustering:1;<br />

321<br />

322 /*<br />

323 * True for emulated SCSI host adapters (e.g. ATAPI)<br />

324 */<br />

325 unsigned emulated:1;<br />

326<br />

327 /*

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!