Vinum Support on 5.0 release

James Taylor jimmykt123 at yahoo.com
Tue May 6 16:49:01 PDT 2003


Hi everyone, I'm pretty new to FreeBSD and am having
some trouble compiling Vinum support into my kernel.
I'm running 5.0 release for Sparc64.  I'm going
through the kernel-recompile howto, editing the
/usr/src/sys/sparc64/conf/MYKERNEL (copy of GENERIC),
adding the line: device   vinum

Looking through google, people have been saying to add
pseudo-device   vinum, however since that absolutely
doesn't work at all, I'm guessing that method is
depreciated.

When I go to run make buildkernel KERNCONF=MYKERNEL,
everything goes through and looks like it's going fine
until it goes to compile vinum, whereupon I get the
following error:

error  /usr/src/sys/dev/vinum/vinum.c
/usr/src/sys/dev/vinum/vinum.c: In function
`vinumattach':
/usr/src/sys/dev/vinum/vinum.c:112: structure has no
member named `p_intr_nesting_level'
/usr/src/sys/dev/vinum/vinum.c:119: structure has no
member named `p_intr_nesting_level'
/usr/src/sys/dev/vinum/vinum.c:126: structure has no
member named `p_intr_nesting_level'
/usr/src/sys/dev/vinum/vinum.c:133: structure has no
member named `p_intr_nesting_level'
*** 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.


And then it dies, and I'm out of luck.  Can anyone
point me in the correct direction on this one? Thanks


__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com


More information about the freebsd-questions mailing list