diff options
| author | Warner Losh <imp@FreeBSD.org> | 2007-06-30 05:21:18 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2007-06-30 05:21:18 +0000 |
| commit | 3693ebaeacffd8bc0150a432f7b8f27f89f03024 (patch) | |
| tree | 62db8b8fc9bed5982beec62f7249ada07187b2ba | |
| parent | 0cb6a30c6460fad5dc15f951d44bcb9ed2b6a08f (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 b4a0b45f2b94..cded72925f42 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -503,6 +503,14 @@ static struct da_quirk_entry da_quirk_table[] = {T_DIRECT, SIP_MEDIA_REMOVABLE, "JNC*" , "MP3 Player*", "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE }, + { + /* + * SAMSUNG MP0402H + * PR: usb/108427 + */ + {T_DIRECT, SIP_MEDIA_FIXED, "SAMSUNG", "MP0402H", "*"}, + /*quirks*/ DA_Q_NO_SYNC_CACHE + }, }; static disk_strategy_t dastrategy; |
