Author: eadler
Date: Thu Oct 18 01:12:15 2012
New Revision: 241668
URL: http://svn.freebsd.org/changeset/base/241668

Log:
  MFC r241580:
        Add support for the USB DISK Pro PMAP.
  
        This patch has sit for 6 years in the PR database.
  
  PR:           usb/96381
  Approved by:  cperciva (implicit)

Modified:
  stable/7/sys/cam/scsi/scsi_da.c
Directory Properties:
  stable/7/sys/   (props changed)

Modified: stable/7/sys/cam/scsi/scsi_da.c
==============================================================================
--- stable/7/sys/cam/scsi/scsi_da.c     Thu Oct 18 01:12:15 2012        
(r241667)
+++ stable/7/sys/cam/scsi/scsi_da.c     Thu Oct 18 01:12:15 2012        
(r241668)
@@ -352,6 +352,15 @@ static struct da_quirk_entry da_quirk_ta
        },
        {
                /*
+                * USB DISK Pro PMAP
+                * Reported by: jhs
+                * PR: usb/96381
+                */
+               {T_DIRECT, SIP_MEDIA_REMOVABLE, " ", "USB DISK Pro", "PMAP"},
+               /*quirks*/ DA_Q_NO_SYNC_CACHE
+       },
+       {
+               /*
                 * Motorola E398 Mobile Phone (TransFlash memory card).
                 * Reported by: Wojciech A. Koszek <duns...@freebsd.czest.pl>
                 * PR: usb/89889
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to