Date: Tue, 22 Oct 1996 05:43:02 +1000 From: Bruce Evans <bde@zeta.org.au> To: bugs@FreeBSD.org, markson@osmosys.incog.com Subject: Re: Two bugs Message-ID: <199610211943.FAA26570@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>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> This is handled in bsd.kmod.mk. >A second thing is the LKM interface. Has the interface changed? Is >_init no longer being used as the entry point? The entry points can be whatever you want, but the standard macros generate slightly different name. >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... 2.2 partitioning is identical with 2.1.5 partitioning. It mounts whatever you tell it. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199610211943.FAA26570>