Module Name:    src
Committed By:   tsutsui
Date:           Fri May 20 09:25:15 UTC 2011

Modified Files:
        src/sys/arch/zaurus/conf: GENERIC

Log Message:
Add (commented out) options MODULAR.  Just works fine as other arm ports.

This will be mandatory because zbsdmod.o loader has size (5MB) restriction.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/zaurus/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/zaurus/conf/GENERIC
diff -u src/sys/arch/zaurus/conf/GENERIC:1.40 src/sys/arch/zaurus/conf/GENERIC:1.41
--- src/sys/arch/zaurus/conf/GENERIC:1.40	Fri May 20 09:06:02 2011
+++ src/sys/arch/zaurus/conf/GENERIC	Fri May 20 09:25:15 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: GENERIC,v 1.40 2011/05/20 09:06:02 tsutsui Exp $
+#	$NetBSD: GENERIC,v 1.41 2011/05/20 09:25:15 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -117,6 +117,9 @@
 options 	SYSVSHM		# System V-like memory sharing
 options 	P1003_1B_SEMAPHORE	# p1003.1b semaphore support
 
+# Loadable kernel module support
+#options 	MODULAR		# new style module(7) framework
+
 # Device options
 
 # Miscellaneous kernel options

Reply via email to