Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2001 12:48:09 -0700
From:      Mike Smith <msmith@freebsd.org>
To:        Tom Samplonius <tom@sdf.com>
Cc:        Clemens Hermann <haribeau@gmx.de>, Michael Aronsen <mar@netcentralen.dk>, "'freebsd-scsi@freebsd.org'" <freebsd-scsi@freebsd.org>
Subject:   Re: Mylex controllers? 
Message-ID:  <200105301948.f4UJm9R01172@mass.dis.org>
In-Reply-To: Your message of "Wed, 30 May 2001 08:40:56 PDT." <Pine.BSF.4.05.10105300840060.19174-100000@misery.sdf.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> > yes it it. Anyway be aware that it might have trouble using a backplane.
> > I have this constellation and I am not able to use most of the features
> > (hot swap, auto-rebuild etc.) which makes this combination rather
> > useless :(.
> 
>   Well, the Mylex controllers support the backplane in IBM x340s just
> fine.  

The controller isn't the problem, it's CAM.  You could try this patch:

--- /sys/dev/mly/mly_cam.c      Sat Mar  3 01:40:26 2001
+++ mly_cam.c   Wed May 30 12:46:09 2001
@@ -132,6 +132,9 @@
     /* initialise the CCB queue */
     mly_initq_ccb(sc);
 
+    /* hide the physical channels */
+    sc->mly_controllerinfo->physical_channels_present = 0;
+
     /*
      * Allocate a devq for all our channels combined.
      */

which will hide the physical channels from CAM.  This means that non-disk 
peripherals on the controller SCSI busses won't work, which will get me 
another set of whining complaints from different people. 8(

Please, someone actually acknowledge that they're hearing me on this?  I've
sent over a dozen responses to complaints about backplane issues, and 
heard *nothing* in reply.

Regards,
Mike

-- 
... every activity meets with opposition, everyone who acts has his
rivals and unfortunately opponents also.  But not because people want
to be opponents, rather because the tasks and relationships force
people to take different points of view.  [Dr. Fritz Todt]
           V I C T O R Y   N O T   V E N G E A N C E



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?200105301948.f4UJm9R01172>