Module Name:    src
Committed By:   tsutsui
Date:           Sun Feb 21 17:57:03 UTC 2010

Modified Files:
        src/sys/arch/atari/conf: GENERIC.in

Log Message:
Add pseudo-device ksyms. Noticed by David Ross on port-atari.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/sys/arch/atari/conf/GENERIC.in

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/atari/conf/GENERIC.in
diff -u src/sys/arch/atari/conf/GENERIC.in:1.82 src/sys/arch/atari/conf/GENERIC.in:1.83
--- src/sys/arch/atari/conf/GENERIC.in:1.82	Sat Dec  5 20:11:03 2009
+++ src/sys/arch/atari/conf/GENERIC.in	Sun Feb 21 17:57:03 2010
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC.in,v 1.82 2009/12/05 20:11:03 pooka Exp $
+#	$NetBSD: GENERIC.in,v 1.83 2010/02/21 17:57:03 tsutsui Exp $
 #
 # Generic atari
 #
@@ -294,6 +294,7 @@
 pseudo-device	ipfilter		# IP filtering device
 pseudo-device	rnd			# /dev/random and in-kernel generator
 pseudo-device	clockctl		# user control of clock subsystem
+pseudo-device	ksyms			# /dev/ksyms
 #pseudo-device	pf			# PF packet filter
 #pseudo-device	pflog			# PF log if
 #endif /* !SMALL030_KERNEL */

Reply via email to