Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jan 2004 00:30:19 -0800 (PST)
From:      Tatsuto Toyonaga <toyonaga@jp.fujitsu.com>
To:        freebsd-i386@FreeBSD.org
Subject:   Re: i386/57398: Current fails to install on mly(4) based RAID disk
Message-ID:  <200401290830.i0T8UJAr037025@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR i386/57398; it has been noted by GNATS.

From: Tatsuto Toyonaga <toyonaga@jp.fujitsu.com>
To: hbkwon@naraesys.co.kr
Cc: freebsd-gnats-submit@FreeBSD.org
Subject: Re: i386/57398: Current fails to install on mly(4) based RAID disk
Date: Thu, 29 Jan 2004 17:28:08 +0900 (JST)

 Hi,
 
 Thank you for the information. The machine had that problem is now runnin=
 g
 RELENG_4 as a alternate server. I'll give it a try after I reconfigure th=
 e
 original server up and running.=20
 That one has older mylex card(mlx) and fujitsu's strange BIOS...
 
 Regards,
                                 Tatsuto Toyonaga<toyonaga@jp.fujitsu.com>
 
 From: =B1=C7=C7=F5=BA=F3 <hbkwon@naraesys.co.kr>
 Subject: Re: i386/57398: Current fails to install on mly(4) based RAID di=
 sk
 Date: Thu, 29 Jan 2004 16:29:42 +0900
 
 > Hi there.
 >=20
 > Why don't you update /sys/dev/mly/mly.c file.
 > I got the same problem and fixed it.
 >=20
 > remove 2 lines in mly_periodic() function.
 >=20
 >=20
 > static void
 > mly_periodic(void *data)
 > {
 >     struct mly_softc    *sc =3D (struct mly_softc *)data;
 >     int         bus, target;
 >=20
 >     debug_called(2);
 >=20
 >     /*
 >      * Scan devices.
 >      */
 >     for (bus =3D 0; bus < sc->mly_cam_channels; bus++) {
 >     if (MLY_BUS_IS_VALID(sc, bus)) {
 >         for (target =3D 0; target < MLY_MAX_TARGETS; target++) {
 >=20
 >         /* ignore the controller in this scan */
 > #if 0
 >         if (target =3D=3D sc->mly_controllerparam->initiator_id)
 >             continue;
 > #endif
 >         /* perform device rescan? */
 >         if (sc->mly_btl[bus][target].mb_flags & MLY_BTL_RESCAN)
 >             mly_rescan_btl(sc, bus, target);
 >         }
 >     }
 >     }
 >=20
 >     /* check for controller events */
 >     mly_check_event(sc);
 >=20
 >     /* reschedule ourselves */
 >     sc->mly_periodic =3D timeout(mly_periodic, sc, MLY_PERIODIC_INTERVA=
 L * hz);
 > }
 >=20
 >=20
 > Gook luck with you.



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