Lines Matching +full:drive +full:- +full:mode
2 .\" John-Mark Gurney. All rights reserved.
13 .\" THIS SOFTWARE IS PROVIDED BY John-Mark Gurney AND CONTRIBUTORS ``AS IS'' AND
34 device driver provides a read-only interface for CDROM drives
47 .Tn CD-ROM
53 .Bl -tag -width CD_Q_BCD_TRACKS
55 This flag tells the driver not to probe the drive at attach time to see if
56 there is a disk in the drive and find out what size it is.
63 If the drive seems to skip tracks
64 (tracks 10-15 are skipped)
65 then you have a drive that is in need of this flag.
71 This flag tells the driver that the given device is a multi-lun changer.
78 This flag tells the driver that the given device only accepts 10 byte MODE
79 SENSE/MODE SELECT commands.
85 determine whether the drive in question needs 10 byte commands.
88 the drive speaks typically only allows 10 byte commands.
93 from a 6 byte MODE SENSE or MODE SELECT command, it attempts to send the 10
96 quirk is if your drive uses a protocol (e.g.,
101 .Bl -tag -width /sys/cam/scsi/scsi_cd.c -compact
114 .An -nosplit
117 .An John-Mark Gurney Aq Mt jmg@FreeBSD.org .