From owner-freebsd-bugs Sat Oct 19 02:41:56 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA10090 for bugs-outgoing; Sat, 19 Oct 1996 02:41:56 -0700 (PDT) Received: from incog.com (ns.incog.com [199.190.177.251]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA10082 for ; Sat, 19 Oct 1996 02:41:53 -0700 (PDT) Received: from osmosys.incog.com by incog.com (SMI-8.6/94082501) id CAA22822; Sat, 19 Oct 1996 02:42:57 -0700 Received: from monster.incog.com by osmosys.incog.com (SMI-8.6/SMI-SVR4) id CAA14332; Sat, 19 Oct 1996 02:42:16 -0700 Received: by monster.incog.com (SMI-8.6/SMI-SVR4) id CAA14045; Sat, 19 Oct 1996 02:42:01 -0700 Date: Sat, 19 Oct 1996 02:42:01 -0700 From: markson@osmosys.incog.com (Tom Markson) Message-Id: <199610190942.CAA14045@monster.incog.com> To: bugs@FreeBSD.org Subject: Two bugs Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk 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 , you'll get an error about a missing include file . It is referenced in 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