Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf Work around yet more LKM system braindamage tickled...



details:   https://anonhg.NetBSD.org/src/rev/fda51590dafd
branches:  trunk
changeset: 503414:fda51590dafd
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Feb 05 15:56:27 2001 +0000

description:
Work around yet more LKM system braindamage tickled by rev 1.418 by
including layer_*.c if "options LKM".  This is not the right way to fix
it, but we have as yet no standardized mechanism to add a "LKM code
library" to fill in gaps in the monolithic kernel's code.

Problem noted by <tron%netbsd.org@localhost>.

diffstat:

 sys/conf/files |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r 434662bbdd42 -r fda51590dafd sys/conf/files
--- a/sys/conf/files    Mon Feb 05 14:25:34 2001 +0000
+++ b/sys/conf/files    Mon Feb 05 15:56:27 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.419 2001/02/04 17:05:11 ad Exp $
+#      $NetBSD: files,v 1.420 2001/02/05 15:56:27 tv Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -850,9 +850,9 @@
 file miscfs/fdesc/fdesc_vnops.c                fdesc
 file miscfs/fifofs/fifo_vnops.c
 file miscfs/genfs/genfs_vnops.c
-file miscfs/genfs/layer_subr.c         nullfs | overlay | umapfs
-file miscfs/genfs/layer_vfsops.c       nullfs | overlay | umapfs
-file miscfs/genfs/layer_vnops.c                nullfs | overlay | umapfs
+file miscfs/genfs/layer_subr.c         nullfs | overlay | umapfs | lkm
+file miscfs/genfs/layer_vfsops.c       nullfs | overlay | umapfs | lkm
+file miscfs/genfs/layer_vnops.c                nullfs | overlay | umapfs | lkm
 file miscfs/kernfs/kernfs_vfsops.c     kernfs
 file miscfs/kernfs/kernfs_vnops.c      kernfs
 file miscfs/nullfs/null_vfsops.c       nullfs



Home | Main Index | Thread Index | Old Index