From owner-freebsd-current Sun Oct 21 17:48:53 2001 Delivered-To: freebsd-current@freebsd.org Received: from TYO201.gate.nec.co.jp (TYO201.gate.nec.co.jp [202.32.8.214]) by hub.freebsd.org (Postfix) with ESMTP id E236937B406 for ; Sun, 21 Oct 2001 17:48:46 -0700 (PDT) Received: from mailgate4.nec.co.jp ([10.7.69.197]) by TYO201.gate.nec.co.jp (8.11.6/3.7W01080315) with ESMTP id f9M0miO04355 for ; Mon, 22 Oct 2001 09:48:44 +0900 (JST) Received: from mailsv4.nec.co.jp (mailgate51.nec.co.jp [10.7.69.190]) by mailgate4.nec.co.jp (8.11.6/3.7W-MAILGATE-NEC) with ESMTP id f9M0mhF07257 for ; Mon, 22 Oct 2001 09:48:43 +0900 (JST) Received: from sdlpc374.ulsys.lsi.nec.co.jp ([10.30.82.50]) by mailsv4.nec.co.jp (8.11.6/3.7W-MAILSV4-NEC) with ESMTP id f9M0mgX27051 for ; Mon, 22 Oct 2001 09:48:43 +0900 (JST) Received: from sdlpc374.ulsys.lsi.nec.co.jp (sdlpc374.ulsys.lsi.nec.co.jp [::ffff:10.30.82.50]) by sdlpc374.ulsys.lsi.nec.co.jp with esmtp; Mon, 22 Oct 2001 09:48:42 +0900 Date: Mon, 22 Oct 2001 09:48:42 +0900 Message-ID: From: HIROSHI OOTA To: current@freebsd.org Subject: AccleRAID 352 does not work User-Agent: Wanderlust/2.2.18 (Please Forgive Me) REMI/1.14.1 (=?ISO-8859-4?Q?Mushigawa=F2sugi?=) FLIM/1.13.2 (Kasanui) APEL/10.2 Emacs/20.6 (i386-unknown-freebsdelf4.0) MULE/4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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