On Fri, Oct 17, 2008 at 03:21:48PM +0200, Aniruddha wrote: > On Thu, 2008-10-16 at 08:56 +0900, Pyun YongHyeon wrote: > > It seems that msk(4) in HEAD does not build correctly on RELENG_7. > > Try attached patch. > > > > Save attached patch to /path/to/patch > > #cd /usr/src/sys/dev/msk > > #patch -p0 < /path/to/patch/msk.watchdog.diff > > And rebuild your kernel. > > This patch failed with the following error: > > /if_msk.c > /usr/src/sys/dev/msk/if_msk.c:845:50: error: macro "MEXTADD" passed 8 > arguments, but takes just 7 > /usr/src/sys/dev/msk/if_msk.c: In function 'msk_jumbo_newbuf': > /usr/src/sys/dev/msk/if_msk.c:844: error: 'MEXTADD' undeclared (first > use in this function) > /usr/src/sys/dev/msk/if_msk.c:844: error: (Each undeclared identifier is > reported only once > /usr/src/sys/dev/msk/if_msk.c:844: error: for each function it appears > in.) > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/MYKERNEL. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src.
Are you sure you've backed out any changes to if_msk.c/if_mskreg.h? You should apply the patch above to if_msk.c/if_mskreg.h in 7.1-PRELEASE. I've verified compilation testing and it should build without problems. -- Regards, Pyun YongHyeon _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"