diff --git a/sys/arch/evbppc/conf/EV64260 b/sys/arch/evbppc/conf/EV64260 index c444118e4c3a..16587d842ca5 100644 --- a/sys/arch/evbppc/conf/EV64260 +++ b/sys/arch/evbppc/conf/EV64260 @@ -1,4 +1,4 @@ -# $NetBSD: EV64260,v 1.30 2006/02/05 05:01:49 cube Exp $ +# $NetBSD: EV64260,v 1.31 2006/07/13 04:52:04 simonb Exp $ # # MVP -- Motorola's Multiprocessing Verification Platform # @@ -276,3 +276,4 @@ pseudo-device pty # pseudo-terminals pseudo-device rnd # /dev/random and in-kernel generator #pseudo-device wsmux # ick pseudo-device clockctl # user control of clock subsystem +pseudo-device ksyms # /dev/ksyms diff --git a/sys/arch/evbppc/conf/OPENBLOCKS200 b/sys/arch/evbppc/conf/OPENBLOCKS200 index 0ad15553d25a..6357b076d0db 100644 --- a/sys/arch/evbppc/conf/OPENBLOCKS200 +++ b/sys/arch/evbppc/conf/OPENBLOCKS200 @@ -1,4 +1,4 @@ -# $NetBSD: OPENBLOCKS200,v 1.14 2006/03/29 17:10:41 shige Exp $ +# $NetBSD: OPENBLOCKS200,v 1.15 2006/07/13 04:52:04 simonb Exp $ # # GENERIC -- everything that's currently supported # @@ -232,4 +232,5 @@ pseudo-device pty # pseudo-terminals pseudo-device rnd # /dev/random and in-kernel generator #pseudo-device wsmux # ick pseudo-device clockctl # user control of clock subsystem +pseudo-device ksyms # /dev/ksyms pseudo-device kttcp # kernel ttcp diff --git a/sys/arch/evbppc/conf/OPENBLOCKS266 b/sys/arch/evbppc/conf/OPENBLOCKS266 index 61214cfd67c6..8651d85ebb00 100644 --- a/sys/arch/evbppc/conf/OPENBLOCKS266 +++ b/sys/arch/evbppc/conf/OPENBLOCKS266 @@ -1,4 +1,4 @@ -# $NetBSD: OPENBLOCKS266,v 1.32 2006/04/02 17:04:24 kiyohara Exp $ +# $NetBSD: OPENBLOCKS266,v 1.33 2006/07/13 04:52:04 simonb Exp $ # # GENERIC -- everything that's currently supported # @@ -7,7 +7,7 @@ include "arch/evbppc/conf/std.obs405" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "OPENBLOCKS266-$Revision: 1.32 $" +#ident "OPENBLOCKS266-$Revision: 1.33 $" maxusers 32 @@ -228,3 +228,4 @@ pseudo-device bridge # simple inter-network bridging pseudo-device pty # pseudo-terminals pseudo-device rnd # /dev/random and in-kernel generator pseudo-device clockctl # user control of clock subsystem +pseudo-device ksyms # /dev/ksyms diff --git a/sys/arch/evbppc/conf/WALNUT b/sys/arch/evbppc/conf/WALNUT index f73abc8a21db..ea0ffcad3704 100644 --- a/sys/arch/evbppc/conf/WALNUT +++ b/sys/arch/evbppc/conf/WALNUT @@ -1,4 +1,4 @@ -# $NetBSD: WALNUT,v 1.31 2006/05/14 21:55:10 elad Exp $ +# $NetBSD: WALNUT,v 1.32 2006/07/13 04:52:04 simonb Exp $ # # GENERIC -- everything that's currently supported # @@ -277,4 +277,5 @@ pseudo-device pty # pseudo-terminals pseudo-device rnd # /dev/random and in-kernel generator #pseudo-device wsmux # ick pseudo-device clockctl # user control of clock subsystem +pseudo-device ksyms # /dev/ksyms pseudo-device kttcp # kernel ttcp