diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 68a2c4c45669..446a72cc761e 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.47 2003/04/26 14:10:13 ragge Exp $ +# $NetBSD: GENERIC,v 1.48 2003/05/04 01:27:53 gmcgarry Exp $ # # GENERIC machine description file # @@ -530,5 +530,5 @@ pseudo-device vcoda 4 # coda minicache <-> venus comm. # mouse & keyboard multiplexor pseudo-devices pseudo-device wsmux - +pseudo-device wsfont pseudo-device ksyms # /dev/ksyms diff --git a/sys/arch/cats/conf/INSTALL b/sys/arch/cats/conf/INSTALL index 7da5b2e245cf..f21f72ab2a6b 100644 --- a/sys/arch/cats/conf/INSTALL +++ b/sys/arch/cats/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.26 2003/04/10 22:06:54 christos Exp $ +# $NetBSD: INSTALL,v 1.27 2003/05/04 01:27:53 gmcgarry Exp $ # # CATSINST -- CHALTECH CATS Install kernel # @@ -445,6 +445,7 @@ pseudo-device pty # pseudo-terminals # mouse & keyboard multiplexor pseudo-devices pseudo-device wsmux +pseudo-device wsfont # for IPv6 #pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) diff --git a/sys/arch/shark/conf/GENERIC b/sys/arch/shark/conf/GENERIC index cc9872dc4944..46137134e792 100644 --- a/sys/arch/shark/conf/GENERIC +++ b/sys/arch/shark/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.17 2003/05/03 00:47:04 thorpej Exp $ +# $NetBSD: GENERIC,v 1.18 2003/05/04 01:34:32 gmcgarry Exp $ # # Generic Shark configuration. # @@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.17 $" +#ident "GENERIC-$Revision: 1.18 $" # estimated number of users maxusers 32 @@ -233,3 +233,4 @@ pseudo-device openfirm # /dev/openfirm #pseudo-device vcoda 4 # coda kernel <-> cachemanager pseudo-device clockctl # user control of clock subsystem pseudo-device ksyms # /dev/ksyms +pseudo-device wsfont