Lines Matching full:quirks
13 these devices, we have created a quirks mechanism to indicate to
16 focuses on identifying and committing quirks for storage hardware
28 as possible. If you are a committer, please do NOT commit quirks
37 * cam/cam_xpt.c quirks
47 * cam/scsi/scsi_da.c quirks
69 * cam/scsi/scsi_cd.c quirks
79 * cam/scsi/scsi_ch.c quirks
82 * cam/scsi/scsi_sa.c quirks
100 * dev/usb/umass.c quirks
154 multiple quirks or quirks in different drivers. For example, some
155 USB pen drives or flash readers require quirks in both da(4) and
172 * /*quirks*/ DA_Q_NO_SYNC_CACHE|DA_Q_NO_PREVENT
200 referencing the PR. (Again, all quirks must be submitted as PRs).
205 Please insert quirks in the right section in scsi_da.c, sorted by
207 above for an example.) Please sort quirks alphabetically in umass.c.