From owner-freebsd-commit Mon Jan 1 00:37:37 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13011 for freebsd-commit-outgoing; Mon, 1 Jan 1996 00:37:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13001 for cvs-all-outgoing; Mon, 1 Jan 1996 00:37:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12991 for cvs-sbin-outgoing; Mon, 1 Jan 1996 00:37:32 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12982 Mon, 1 Jan 1996 00:37:30 -0800 (PST) Date: Mon, 1 Jan 1996 00:37:30 -0800 (PST) From: Peter Wemm Message-Id: <199601010837.AAA12982@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/newfs newfs.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/01 00:37:30 Modified: sbin/newfs newfs.c Log: Add hooks into the mount_mfs code in newfs to do the FreeBSD-style LKM loading if it was not configured into the system. Note that the LKM for MFS is not enabled by default, but I got it working on my machine.. I'll see what I did.. Revision Changes Path 1.13 +15 -1 src/sbin/newfs/newfs.c