Module Name:    src
Committed By:   simonb
Date:           Tue Nov 15 14:49:14 UTC 2022

Modified Files:
        src/sys/arch/evbmips/conf: MIPSSIM

Log Message:
Enable CD9660; noticed by he@.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/evbmips/conf/MIPSSIM

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/evbmips/conf/MIPSSIM
diff -u src/sys/arch/evbmips/conf/MIPSSIM:1.6 src/sys/arch/evbmips/conf/MIPSSIM:1.7
--- src/sys/arch/evbmips/conf/MIPSSIM:1.6	Sun Aug  7 02:52:25 2022
+++ src/sys/arch/evbmips/conf/MIPSSIM	Tue Nov 15 14:49:14 2022
@@ -1,4 +1,4 @@
-# $NetBSD: MIPSSIM,v 1.6 2022/08/07 02:52:25 simonb Exp $
+# $NetBSD: MIPSSIM,v 1.7 2022/11/15 14:49:14 simonb Exp $
 #
 # Kernel config for the QEMU MIPS "mipssim" simulator
 #
@@ -8,7 +8,7 @@
 
 include 	"arch/evbmips/conf/std.mipssim"
 
-#ident 		"GENERIC-$Revision: 1.6 $"
+#ident 		"GENERIC-$Revision: 1.7 $"
 
 maxusers	32
 
@@ -61,7 +61,7 @@ file-system	FDESC		# user file descripto
 #file-system	UMAPFS		# uid/gid remapping filesystem
 #file-system	LFS		# Log-based filesystem (still experimental)
 file-system	PROCFS		# /proc
-#file-system	CD9660		# ISO 9660 + Rock Ridge file system
+file-system	CD9660		# ISO 9660 + Rock Ridge file system
 file-system	UNION		# union file system
 #file-system	MSDOSFS		# MS-DOS FAT filesystem(s).
 #file-system 	CODA		# Coda File System; also needs vcoda (below)

Reply via email to