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
*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
>
> 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
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
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
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
> 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