diff options
author | njl <njl@FreeBSD.org> | 2003-08-25 18:48:45 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2003-08-25 18:48:45 +0000 |
commit | b0840da400be3c5b1fd4e77d703b32ed2baa00ae (patch) | |
tree | 17a6062ae5336fee5e7ea5f53bfec5a7924c61fd /sys/cam | |
parent | 59cb58f3f1999df7487bc8d3eb48d451013c4a08 (diff) | |
download | FreeBSD-src-b0840da400be3c5b1fd4e77d703b32ed2baa00ae.zip FreeBSD-src-b0840da400be3c5b1fd4e77d703b32ed2baa00ae.tar.gz |
Remove quirk for Apacer Handydrive. Kevin Oberman <oberman@es.net> reports
that it works without the quirk. This and any other quirk changes will be
MFCd after the release unless they fix a known problem.
MFC after: 1 month
Diffstat (limited to 'sys/cam')
-rw-r--r-- | sys/cam/scsi/scsi_da.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/cam/scsi/scsi_da.c b/sys/cam/scsi/scsi_da.c index 6c756e1..e2edbcf 100644 --- a/sys/cam/scsi/scsi_da.c +++ b/sys/cam/scsi/scsi_da.c @@ -342,14 +342,6 @@ static struct da_quirk_entry da_quirk_table[] = }, { /* - * Apacer HandyDrive - * PR: kern/43627 - */ - {T_DIRECT, SIP_MEDIA_REMOVABLE, "Apacer", "HandyDrive", "*"}, - /*quirks*/ DA_Q_NO_SYNC_CACHE - }, - { - /* * Daisy Technology PhotoClip on Zoran chip * PR: kern/43580 */ |