diff options
| author | Warner Losh <imp@FreeBSD.org> | 2007-06-30 14:44:09 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2007-06-30 14:44:09 +0000 |
| commit | 73bbb79dd464a229d82af9d6c6e3300e78e5d4dd (patch) | |
| tree | 380600362d1b94800fc8cfed88563b23b462a320 /sys | |
| parent | cdbcad0542abc711f5ff3e207f21a9279210ccf8 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/cam/scsi/scsi_da.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index df1ddcf223d7e..7006e2ee4d872 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -527,6 +527,14 @@ static struct da_quirk_entry da_quirk_table[] = {T_DIRECT, SIP_MEDIA_REMOVABLE, "USB*", "Flash Disk*", "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE }, + { + /* + * ChipsBnk usb stick + * PR: 103702 + */ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "ChipsBnk", "USB*", + "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE + }, }; static disk_strategy_t dastrategy; |
