Date: Sat, 19 Oct 1996 02:42:01 -0700 From: markson@osmosys.incog.com (Tom Markson) To: bugs@FreeBSD.org Subject: Two bugs Message-ID: <199610190942.CAA14045@monster.incog.com>
next in thread | raw e-mail | index | archive | help
Hi, I've found a couple of bugs. I was trying to port our SKIP IP layer encryption software which runs fine on 2.1.5 to 2.2 and ran into a couple of things. If you're compiling a kernel module and include <sys/conf.h>, you'll get an error about a missing include file <machine/ioconf.h>. It is referenced in <machine/conf.h> A second thing is the LKM interface. Has the interface changed? Is _init no longer being used as the entry point? A third note on a different level. I want to install a 2.1.5 partition on a machine and a 2.2 partition. Is this possible? It seems to mount /dev/wd0a as root, which means it will always find one root file system or another... Thanks --tom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610190942.CAA14045>