Module Name:    src
Committed By:   martin
Date:           Tue Jun  7 18:30:49 UTC 2022

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

Log Message:
This kernel has no midi configured, so comment out pseudo-device sequencer


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 src/sys/arch/bebox/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/bebox/conf/GENERIC
diff -u src/sys/arch/bebox/conf/GENERIC:1.165 src/sys/arch/bebox/conf/GENERIC:1.166
--- src/sys/arch/bebox/conf/GENERIC:1.165	Thu Jan 21 06:51:54 2021
+++ src/sys/arch/bebox/conf/GENERIC	Tue Jun  7 18:30:49 2022
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.165 2021/01/21 06:51:54 nia Exp $
+# $NetBSD: GENERIC,v 1.166 2022/06/07 18:30:49 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/bebox/conf/std.bebox"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.165 $"
+#ident 		"GENERIC-$Revision: 1.166 $"
 
 maxusers	32
 
@@ -299,7 +299,7 @@ pseudo-device   accf_http		# "httpready"
 
 # miscellaneous pseudo-devices
 pseudo-device	pty			# pseudo-terminals
-pseudo-device	sequencer		# MIDI sequencer
+#pseudo-device	sequencer		# MIDI sequencer
 #options 	RND_COM			# use "com" randomness as well (BROKEN)
 pseudo-device	clockctl		# user control of clock subsystem
 pseudo-device	ksyms			# /dev/ksyms

Reply via email to