PERFORCE change 139035 for review

Scott Long scottl at FreeBSD.org
Mon Mar 31 00:03:56 PDT 2008


http://perforce.freebsd.org/chv.cgi?CH=139035

Change 139035 by scottl at 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,


More information about the p4-projects mailing list