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 [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message