Date: Tue, 6 May 2003 16:49:00 -0700 (PDT) From: James Taylor <jimmykt123@yahoo.com> To: freebsd-questions@freebsd.org Subject: Vinum Support on 5.0 release Message-ID: <20030506234900.31197.qmail@web14612.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030506234900.31197.qmail>