Re: Current SMP kernel won't build

2001-02-25 Thread Matthew Jacob
sorry.. I have a nightly script that updates, but it fell over (silently) on the 23rd... To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Current SMP kernel won't build

2001-02-25 Thread Matthew Jacob
*sputter* I just updated (I thought...) whups... maybe not.. On Sun, 25 Feb 2001, Kris Kennaway wrote: > On Sun, Feb 25, 2001 at 03:48:36PM -0800, Matthew Jacob wrote: > > > > What on *earth* are you all referring to? > > With current top of tree I get > > > > QUARM:253: unknown option "INVA

Re: Current SMP kernel won't build

2001-02-25 Thread Dima Dorfman
> > What on *earth* are you all referring to? > With current top of tree I get > > QUARM:253: unknown option "INVARIANT_SUPPORT" src/sys/conf/options: revision 1.256 date: 2001/02/24 19:03:18; author: jhb; state: Exp; lines: +2 -1 Add back in INVARIANT_SUPPORT a

Re: Current SMP kernel won't build

2001-02-25 Thread Kris Kennaway
On Sun, Feb 25, 2001 at 03:48:36PM -0800, Matthew Jacob wrote: > > What on *earth* are you all referring to? > With current top of tree I get > > QUARM:253: unknown option "INVARIANT_SUPPORT" You're a few days back from the top. It was removed briefly then reappeared. Kris PGP signature

Re: Current SMP kernel won't build

2001-02-25 Thread Matthew Jacob
What on *earth* are you all referring to? With current top of tree I get QUARM:253: unknown option "INVARIANT_SUPPORT" On Sun, 25 Feb 2001, Manfred Antar wrote: > At 02:28 PM 2/25/2001 -0800, you wrote: > >> cam_periph.o: In function `cam_periph_mapmem': > >> /usr/src/sys/compile/pro2/../../c

Re: Current SMP kernel won't build

2001-02-25 Thread Manfred Antar
At 02:28 PM 2/25/2001 -0800, you wrote: >> cam_periph.o: In function `cam_periph_mapmem': >> /usr/src/sys/compile/pro2/../../cam/cam_periph.c(.text+0xa42): undefined refe >> rence to `_mtx_assert' > >Try putting, > >options INVARIANT_SUPPORT > >in your kernel config. I think jhb recently

Re: Current SMP kernel won't build

2001-02-25 Thread Dima Dorfman
> cam_periph.o: In function `cam_periph_mapmem': > /usr/src/sys/compile/pro2/../../cam/cam_periph.c(.text+0xa42): undefined refe > rence to `_mtx_assert' Try putting, options INVARIANT_SUPPORT in your kernel config. I think jhb recently made mtx_assert conditional on that option. Eith