From owner-cvs-sys Fri Mar 27 10:09:21 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA05548 for cvs-sys-outgoing; Fri, 27 Mar 1998 10:09:21 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA05431; Fri, 27 Mar 1998 10:09:08 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA04685; Fri, 27 Mar 1998 10:08:09 -0800 (PST) Date: Fri, 27 Mar 1998 10:08:09 -0800 (PST) Message-Id: <199803271808.KAA04685@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet mlf_ipl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/03/27 10:08:09 PST Modified files: sys/netinet mlf_ipl.c Log: When building in in the kernel rather than as a LKM, don't compile all the LKM load/unload junk, and don't forget to register the SYSINIT so that the cdevsw entry is attached. BTW: I think the way it builds it's /dev nodes on the fly as an LKM with vnode ops is kinda cute - I guess that'd be one way to solve the devfs persistance problems.. :-) (ie: have the drivers make the nodes in /dev on disk directly if they are missing, but leave them alone if present). Revision Changes Path 1.5 +4 -4 src/sys/netinet/mlf_ipl.c