This kernels have no midi configured, so comment out pseudo-device sequencer
This commit is contained in:
parent
9359559e9a
commit
fd2f23e6a4
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P4032,v 1.83 2021/06/29 10:22:34 nia Exp $
|
||||
# $NetBSD: P4032,v 1.84 2022/06/07 18:33:41 martin Exp $
|
||||
#
|
||||
# Algorithmics P-4032 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P4032-$Revision: 1.83 $"
|
||||
#ident "P4032-$Revision: 1.84 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -315,7 +315,7 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device sequencer # MIDI sequencer
|
||||
#pseudo-device sequencer # MIDI sequencer
|
||||
#options RND_COM # use "com" randomness too
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device drvctl # user control of drive subsystem
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P5064,v 1.95 2021/08/20 20:25:27 andvar Exp $
|
||||
# $NetBSD: P5064,v 1.96 2022/06/07 18:33:41 martin Exp $
|
||||
#
|
||||
# Algorithmics P-5064 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P5064-$Revision: 1.95 $"
|
||||
#ident "P5064-$Revision: 1.96 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -380,7 +380,7 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device sequencer # MIDI sequencer
|
||||
#pseudo-device sequencer # MIDI sequencer
|
||||
#options RND_COM # use "com" randomness too
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device drvctl # user control of drive subsystem
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: P6032,v 1.84 2021/06/29 10:22:34 nia Exp $
|
||||
# $NetBSD: P6032,v 1.85 2022/06/07 18:33:41 martin Exp $
|
||||
#
|
||||
# Algorithmics P-6032 kernel.
|
||||
#
|
||||
|
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
|
|||
|
||||
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "P6032-$Revision: 1.84 $"
|
||||
#ident "P6032-$Revision: 1.85 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -384,7 +384,7 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
|||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
pseudo-device vlan # IEEE 802.1q encapsulation
|
||||
pseudo-device sequencer # MIDI sequencer
|
||||
#pseudo-device sequencer # MIDI sequencer
|
||||
#options RND_COM # use "com" randomness too
|
||||
pseudo-device clockctl # user control of clock subsystem
|
||||
pseudo-device drvctl # user control of drive subsystem
|
||||
|
|
Loading…
Reference in New Issue