Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 2008 07:03:55 GMT
From:      Scott Long <scottl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 139035 for review
Message-ID:  <200803310703.m2V73tPm076682@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=139035

Change 139035 by scottl@scottl-deimos on 2008/03/31 07:02:59

	Merge cam_xpt.c#75 (rev 1.190) to scsi_xpt.c

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#71 integrate
.. //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_xpt.c#4 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/cam/cam_xpt.c#71 (text+ko) ====


==== //depot/projects/scottl-camlock/src/sys/cam/scsi/scsi_xpt.c#4 (text+ko) ====

@@ -420,6 +420,18 @@
 		CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
 	},
 	{
+		/*
+		 * Western Digital My Book 250GB (USB)
+		 * hangs upon serial number probing.
+		 * PR: 107495
+		 */
+		{
+			T_DIRECT, SIP_MEDIA_FIXED, "WD",
+			"2500JB External", "*"
+		},
+		CAM_QUIRK_NOSERIAL, /*mintags*/0, /*maxtags*/0
+	},
+	{
 		/* Default tagged queuing parameters for all devices */
 		{
 		  T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED,



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