This was just a failed attempt to try to address the dead sony stick.
Kept for my personal historic interest.

# *** 6.0-RELEASE/src/sys/cam/scsi/scsi_da.c	Thu Jun  9 19:35:04 2005
# --- new-generic/src/sys/cam/scsi/scsi_da.c	Wed Apr 26 18:24:56 2006
# ***************
# *** 354,359 ****
# --- 354,369 ----
#   		{T_DIRECT, SIP_MEDIA_REMOVABLE, "Kingston" , "DataTraveler II+", "*"},
#   		/*quirks*/ DA_Q_NO_SYNC_CACHE
#   	},
# + 	{
# + 		/* Label on outside: "Sony Corporation D33021 2GB"
# + 	   	 * cam/scsi/scsi_all.c scsi_inquiry_match() inq->vendor 
# + 		 * Vendor="USB     USB 2.0 Fash    1.00" Product="USB 2.0 Fash    1.00" Revision="1.00"
# + 		 */
# + 		{T_DIRECT, SIP_MEDIA_REMOVABLE, "USB" , "USB 2.0 Fash", "1.00"},
# + 		/*quirks*/ 
# + 		/* stick seems broken so be paranoid & turn on all quirk inhibitors */
# + 		DA_Q_NO_SYNC_CACHE | DA_Q_NO_6_BYTE | DA_Q_NO_PREVENT
# + 	},
#   };
#   
#   static	disk_strategy_t	dastrategy;

