Date: Fri, 30 Apr 2010 07:22:53 -0700 From: Matthew Jacob <mj@feral.com> To: pluknet <pluknet@gmail.com> Cc: FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: mpt(4) MPI_EVENT_IR_RESYNC_UPDATE Message-ID: <4BDAE7BD.4000503@feral.com> In-Reply-To: <x2oa31046fc1004300536t650346afkb194ca4e2f7a7b1@mail.gmail.com> References: <x2oa31046fc1004300536t650346afkb194ca4e2f7a7b1@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
pluknet wrote: Seems good to me- why not trhow it freebsd-scsi? if nobody says no, I'll put it in > --- RELENG_7_3/src/sys/dev/mpt/mpt_cam.c 2010-03-02 > 15:38:13.000000000 +0300 > +++ RELENG_7_3.ours/src/sys/dev/mpt/mpt_cam.c 2010-04-21 > 19:31:00.000000000 +0400 > @@ -2564,6 +2564,12 @@ mpt_cam_event(struct mpt_softc *mpt, req > CAMLOCK_2_MPTLOCK(mpt); > break; > } > + case MPI_EVENT_IR_RESYNC_UPDATE: > + { > + uint8_t resync = (data0 >> 16) & 0xff; > + mpt_prt(mpt, "IR resync update %d completed\n", resync); > + break; > + } > case MPI_EVENT_EVENT_CHANGE: > case MPI_EVENT_INTEGRATED_RAID: > case MPI_EVENT_SAS_DEVICE_STATUS_CHANGE: > > Another way - just hide such event since mptutil displays rebuild progress. > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BDAE7BD.4000503>