Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2012 01:12:15 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r241666 - stable/8/sys/cam/scsi
Message-ID:  <201210180112.q9I1CFdp007025@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Thu Oct 18 01:12:15 2012
New Revision: 241666
URL: http://svn.freebsd.org/changeset/base/241666

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/8/sys/cam/scsi/scsi_da.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/cam/   (props changed)

Modified: stable/8/sys/cam/scsi/scsi_da.c
==============================================================================
--- stable/8/sys/cam/scsi/scsi_da.c	Thu Oct 18 00:45:53 2012	(r241665)
+++ stable/8/sys/cam/scsi/scsi_da.c	Thu Oct 18 01:12:15 2012	(r241666)
@@ -358,6 +358,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 <dunstan@FreeBSD.czest.pl>
 		 * PR: usb/89889



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210180112.q9I1CFdp007025>