diff options
| author | Warner Losh <imp@FreeBSD.org> | 2007-06-30 05:24:25 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2007-06-30 05:24:25 +0000 |
| commit | dd7153acf36a08dd08a9a26fcb81387e079a1d1a (patch) | |
| tree | 68ce009d5fad1e127ce3a11a4bd124d510ce5edf | |
| parent | 3693ebaeacffd8bc0150a432f7b8f27f89f03024 (diff) | |
Notes
| -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 cded72925f42..4b5d47e61c62 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -511,6 +511,14 @@ static struct da_quirk_entry da_quirk_table[] = {T_DIRECT, SIP_MEDIA_FIXED, "SAMSUNG", "MP0402H", "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE }, + { + /* + * I/O Magic USB flash - Giga Bank + * PR: usb/108810 + */ + {T_DIRECT, SIP_MEDIA_FIXED, "GS-Magic", "stor*", "*"}, + /*quirks*/ DA_Q_NO_SYNC_CACHE + }, }; static disk_strategy_t dastrategy; |
