Module Name:    src
Committed By:   dholland
Date:           Fri Aug 24 05:59:01 UTC 2012

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

Log Message:
Restore comment heading lost during the MODULAR thrashing.


To generate a diff of this commit:
cvs rdiff -u -r1.359 -r1.360 src/sys/arch/amd64/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/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.359 src/sys/arch/amd64/conf/GENERIC:1.360
--- src/sys/arch/amd64/conf/GENERIC:1.359	Wed Aug  1 04:20:04 2012
+++ src/sys/arch/amd64/conf/GENERIC	Fri Aug 24 05:59:01 2012
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.359 2012/08/01 04:20:04 matt Exp $
+# $NetBSD: GENERIC,v 1.360 2012/08/24 05:59:01 dholland Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.359 $"
+#ident 		"GENERIC-$Revision: 1.360 $"
 
 maxusers	64		# estimated number of users
 
@@ -132,7 +132,7 @@ options 	DKWEDGE_METHOD_GPT	# Supports G
 #options 	DKWEDGE_METHOD_MBR	# Support MBR partitions as wedges
 #options	DKWEDGE_METHOD_APPLE    # Support Apple partitions as wedges
 
-
+# File systems
 file-system 	FFS		# UFS
 file-system	MFS		# memory file system
 file-system 	NFS		# Network File System client

Reply via email to