Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Dec 2008 09:11:06 +0000 (UTC)
From:      Remko Lodder <remko@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186424 - head/sys/cam/scsi
Message-ID:  <200812230911.mBN9B61i094167@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: remko
Date: Tue Dec 23 09:11:05 2008
New Revision: 186424
URL: http://svn.freebsd.org/changeset/base/186424

Log:
  Add quirk for the Storcase InfoStation 12bay
  SATA to FC SAN.
  
  PR:		129858
  Submitted by:	Nick Triantos <nick-freebsd at triantos dot com>
  MFC after:	1 week

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

Modified: head/sys/cam/scsi/scsi_da.c
==============================================================================
--- head/sys/cam/scsi/scsi_da.c	Tue Dec 23 05:10:05 2008	(r186423)
+++ head/sys/cam/scsi/scsi_da.c	Tue Dec 23 09:11:05 2008	(r186424)
@@ -537,6 +537,14 @@ static struct da_quirk_entry da_quirk_ta
 	},
 	{
 		/*
+		 * Storcase (Kingston) InfoStation IFS FC2/SATA-R 201A
+		 * PR: 129858
+		 */
+		{T_DIRECT, SIP_MEDIA_FIXED, "IFS", "FC2/SATA-R*",
+		 "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
+	},
+	{
+		/*
 		 * Samsung YP-U3 mp3-player
 		 * PR: 125398
 		 */



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