Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Apr 2001 14:25:43 -0700
From:      Mike Smith <msmith@freebsd.org>
To:        Domas Mituzas <domas.mituzas@delfi.lt>
Cc:        scsi@freebsd.org, jkh@freebsd.org, vd@sampo.lt
Subject:   Re: mly driver does not work with SCA in up-to-date 4.3 
Message-ID:  <200104202125.f3KLPhf04507@mass.dis.org>
In-Reply-To: Your message of "Fri, 20 Apr 2001 10:02:42 %2B0200." <20010420100053.I34482-100000@axis.tdd.lt> 

next in thread | previous in thread | raw e-mail | index | archive | help
> > and the problem is that the device isn't considered a "physical" device
> > by the Mylex controller.  You might try something like
> >
> > 	if (sc->mly_btl[bus][target].mb_speed == 0) {
> > 		cts->sync_period = 1000000 / 5;
> > 	} else {
> > 		cts->sync_period = 1000000 / sc->mly_btl[bus][target].mb_speed;
> > 	}
> >
> 
> Yes, it solved that division by zero problem. Thanks! It would be really
> nice to see this patch in 4.3-rel.

I think, unfortunately, that we're just a couple of days too late. 8(

-- 
... 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?200104202125.f3KLPhf04507>