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 Add putter device to generic kernels.



details:   https://anonhg.NetBSD.org/src/rev/59b78d491823
branches:  trunk
changeset: 772247:59b78d491823
user:      mlelstv <mlelstv%NetBSD.org@localhost>
date:      Mon Dec 26 13:07:24 2011 +0000

description:
Add putter device to generic kernels.

diffstat:

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

diffs (30 lines):

diff -r 4da7d45859f8 -r 59b78d491823 sys/arch/amiga/conf/GENERIC.in
--- a/sys/arch/amiga/conf/GENERIC.in    Mon Dec 26 12:39:19 2011 +0000
+++ b/sys/arch/amiga/conf/GENERIC.in    Mon Dec 26 13:07:24 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC.in,v 1.89 2011/12/18 05:49:23 dholland Exp $
+# $NetBSD: GENERIC.in,v 1.90 2011/12/26 13:07:24 mlelstv Exp $
 #
 ##
 # GENERIC machine description file
@@ -52,7 +52,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.89 $"
+#ident                 "GENERIC-$Revision: 1.90 $"
 
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
 makeoptions    COPTS="-Os"
@@ -627,6 +627,11 @@
 ', `m4_dnl
 pseudo-device  fss                     # file system snapshot device
 ')m4_dnl
+m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
+#pseudo-device putter                  # for puffs and pud
+', `m4_dnl
+pseudo-device  putter                  # for puffs and pud
+')m4_dnl
 
 pseudo-device  view            4       # views (needed for grfcc)
 m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl



Home | Main Index | Thread Index | Old Index