svn commit: r236283 - head/sys/cam/scsi

Eitan Adler eadler at FreeBSD.org
Wed May 30 03:50:59 UTC 2012


Author: eadler
Date: Wed May 30 03:50:58 2012
New Revision: 236283
URL: http://svn.freebsd.org/changeset/base/236283

Log:
  Add support for newer garmin devices
  
  PR:		kern/163932
  Submitted by:	Bartosz Fabianowski <freebsd at chillt.de>
  Approved by:	cperciva
  MFC after:	1 week

Modified:
  head/sys/cam/scsi/scsi_xpt.c

Modified: head/sys/cam/scsi/scsi_xpt.c
==============================================================================
--- head/sys/cam/scsi/scsi_xpt.c	Wed May 30 03:47:51 2012	(r236282)
+++ head/sys/cam/scsi/scsi_xpt.c	Wed May 30 03:50:58 2012	(r236283)
@@ -535,6 +535,10 @@ static struct scsi_quirk_entry scsi_quir
 		CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
 	},
 	{
+		{ T_DIRECT, SIP_MEDIA_REMOVABLE, "Garmin", "*", "*" },
+		CAM_QUIRK_NORPTLUNS, /*mintags*/2, /*maxtags*/255
+	},
+	{
 		/* Default tagged queuing parameters for all devices */
 		{
 		  T_ANY, SIP_MEDIA_REMOVABLE|SIP_MEDIA_FIXED,


More information about the svn-src-all mailing list