Date: Mon, 13 Dec 1999 09:19:25 +0100 From: "Oliver Blasnik" <ob@omnilink.net> To: "Justin T. Gibbs" <gibbs@narnia.plutotech.com>, <freebsd-scsi@FreeBSD.ORG> Subject: Re: Again: CRD-Raid-Controller and FreeBSD 3.x Message-ID: <00e201bf4542$c84a8bf0$c20effd4@jav.net> References: <199912121537.IAA27060@narnia.plutotech.com> <006201bf44ee$21a01df0$c20effd4@jav.net>
next in thread | previous in thread | raw e-mail | index | archive | help
(... answering to myself is weird, isn't it?... ) I wrote: > I just checked out the datasheet-pdf of that 5440 at cmd.com. They write > something about 32 commands-cache per host. Thinking about this... 32 commands per host... Hum... As far as CRD's show their logical partitions in a per-lun-basis, you could have e.g. 3 independend partitions, each with a 10,6 (*g*) commands-cache... Ough :( That dynamically things aren't good.... I'll setup a max of 4 in cam_xpt.c and check it out. Possibly a recommended patch to cam_xpt.c would be to setup this, as far freebsd only supports 8 lun's by default (afair?). Any chances to get that into 3.4R? Justin? :) Actual added this to cam_xpt.c: { /* Broken tagged queuing drive, 32 tqs per host */ /* changed 12/12/1999 oliver blasnik fixno2 */ { T_DIRECT, SIP_MEDIA_FIXED, "CMD TECH","CRD*","*" }, /*quirks*/0, /*mintags*/0, /*maxtags*/ 4 }, Cu, Oliver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00e201bf4542$c84a8bf0$c20effd4>