Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2008 08:59:14 -0700
From:      Sean Bruno <sbruno@miralink.com>
To:        Nick Triantos <nick-freebsd-scsi@triantos.com>
Cc:        freebsd-scsi@freebsd.org
Subject:   Re: Patch to fix support for StorCase InfoStation
Message-ID:  <48AEE252.1060007@miralink.com>
In-Reply-To: <432CA218-138B-4F45-83BF-DA973B5D9F63@triantos.com>
References:  <432CA218-138B-4F45-83BF-DA973B5D9F63@triantos.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Nick Triantos wrote:
> Hi,
>
> I've got a StorCase InfoStation 12-bay SATA-to-FC SAN attached to my 
> FreeBSD server.  It turns out that this device does not support the 
> SCSI cmds to sync its cache.
>
> The patch below can be applied to /usr/src/sys/cam/scsi/da_scsi.c to 
> fix this issue, but adding this storage system to the list of quirks.
>
> I don't know the correct procedure to submit this patch, but hopefully 
> someone on this list can help.
>
> Please let me know if I should do anything else to get this checked in.
>
> best,
> -Nick
>
> *** scsi_da.c.orig    Tue Aug 19 00:03:43 2008
> --- scsi_da.c    Tue Aug 19 22:54:41 2008
> ***************
> *** 535,540 ****
> --- 535,547 ----
>          {T_DIRECT, SIP_MEDIA_REMOVABLE, "ChipsBnk", "USB*",
>           "*"}, /*quirks*/ DA_Q_NO_SYNC_CACHE
>      },
> +     {
> +         /*
> +          * StorCase (Kingston) InfoStation IFS FC2/SATA-R 201A
> +          */
> +         {T_DIRECT, SIP_MEDIA_FIXED, "IFS", "FC2/SATA-R*", "*"},
> +         /*quirks*/ DA_Q_NO_SYNC_CACHE
> +     },
>  };
>
>  static    disk_strategy_t    dastrategy;
Was this for 6 or 7?

-- 
Sean Bruno
MiraLink Corporation
6015 NE 80th Ave, Ste 100
Portland, OR 97218
Cell 503-358-6832
Phone 503-621-5143
Fax 503-621-5199
MSN: sbruno@miralink.com
Google:  seanwbruno@gmail.com




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