Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Oct 2001 09:48:42 +0900
From:      HIROSHI OOTA <oota@LSi.nec.co.jp>
To:        current@freebsd.org
Subject:   AccleRAID 352 does not work
Message-ID:  <cwadykwlcl.wl@sdlpc374.ulsys.lsi.nec.co.jp>

next in thread | raw e-mail | index | archive | help
Hi,

Version 1.9 of that file does not work. You probably meant to
write:

--- sys/dev/mly/mly.c-  Wed Sep 12 17:37:09 2001
+++ sys/dev/mly/mly.c   Thu Oct 18 13:46:50 2001
@@ -847,7 +847,7 @@
     mci->addr.phys.controller = 0;
     mci->timeout.value = 30;
     mci->timeout.scale = MLY_TIMEOUT_SECONDS;
-    if (bus < sc->mly_controllerinfo->virtual_channels_present) {
+    if (bus >= sc->mly_controllerinfo->physical_channels_present) {
        mc->mc_length = mci->data_size = sizeof(struct mly_ioctl_getlogdevinfovalid);
        mci->sub_ioctl = MDACIOCTL_GETLOGDEVINFOVALID;
        mci->addr.log.logdev = MLY_LOGDEV_ID(sc, bus, target);

--

				HIROSHI OOTA
				oota@LSi.nec.co.jp

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




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