From b0840da400be3c5b1fd4e77d703b32ed2baa00ae Mon Sep 17 00:00:00 2001 From: njl Date: Mon, 25 Aug 2003 18:48:45 +0000 Subject: Remove quirk for Apacer Handydrive. Kevin Oberman 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 --- sys/cam/scsi/scsi_da.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sys/cam') 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 */ -- cgit v1.1