Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf This was missing pseudo-device ksyms. Po...



details:   https://anonhg.NetBSD.org/src/rev/bc6d1840fa15
branches:  trunk
changeset: 550006:bc6d1840fa15
user:      is <is%NetBSD.org@localhost>
date:      Sun Jul 27 20:36:18 2003 +0000

description:
This was missing pseudo-device ksyms. Pointed out by J. Andberg.

diffstat:

 sys/arch/amiga/conf/GENERIC.in |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 7e1a87712a9d -r bc6d1840fa15 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Sun Jul 27 20:25:07 2003 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Sun Jul 27 20:36:18 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.12 2003/04/16 20:42:34 is Exp $
+# $NetBSD: GENERIC.in,v 1.13 2003/07/27 20:36:18 is Exp $
 #
 # GENERIC machine description file
 #
@@ -56,7 +56,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.12 $"
+#ident                 "GENERIC-$Revision: 1.13 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -580,4 +580,8 @@
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
+m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl
+pseudo-device  ksyms                   # /dev/ksyms (kernel symbols)
+')m4_dnl
+
 config netbsd root on ? type ?



Home | Main Index | Thread Index | Old Index