Module Name:    src
Committed By:   jakllsch
Date:           Mon Aug  8 17:02:32 UTC 2011

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

Log Message:
We have PUFFS, we need putter.


To generate a diff of this commit:
cvs rdiff -u -r1.1043 -r1.1044 src/sys/arch/i386/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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1043 src/sys/arch/i386/conf/GENERIC:1.1044
--- src/sys/arch/i386/conf/GENERIC:1.1043	Mon Aug  8 16:27:07 2011
+++ src/sys/arch/i386/conf/GENERIC	Mon Aug  8 17:02:31 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1043 2011/08/08 16:27:07 jakllsch Exp $
+# $NetBSD: GENERIC,v 1.1044 2011/08/08 17:02:31 jakllsch Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.1043 $"
+#ident 		"GENERIC-$Revision: 1.1044 $"
 
 maxusers	64		# estimated number of users
 
@@ -1548,6 +1548,7 @@
 #options 	RF_INCLUDE_PARITY_DECLUSTERING=1
 #options 	RF_INCLUDE_PARITY_DECLUSTERING_DS=1
 pseudo-device	fss			# file system snapshot device
+pseudo-device	putter			# for puffs and pud
 
 pseudo-device	md			# memory disk device (ramdisk)
 options 	MEMORY_DISK_HOOKS	# enable root ramdisk

Reply via email to