diff options
| author | martin <martin@NetBSD.org> | 2005-05-03 14:48:52 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2005-05-03 14:48:52 +0000 |
| commit | b68faae5664f1c4829bd482ba3050c19b7cd865e (patch) | |
| tree | 17d603a29fcc8b49a552d808dfb0362098e266cb /sys | |
| parent | 83ee25f9d4e4ec5e3d67c274fac3980841cb35ec (diff) | |
Add wsmux and wsfont pseudo devices.
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/sparc64/conf/GENERIC32 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/sparc64/conf/GENERIC32 b/sys/arch/sparc64/conf/GENERIC32 index 0e26188a26b..7c5e92adca2 100644 --- a/sys/arch/sparc64/conf/GENERIC32 +++ b/sys/arch/sparc64/conf/GENERIC32 @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC32,v 1.101 2005/04/29 19:41:21 martin Exp $ +# $NetBSD: GENERIC32,v 1.102 2005/05/03 14:48:52 martin Exp $ include "arch/sparc64/conf/std.sparc64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.101 $" +#ident "GENERIC-$Revision: 1.102 $" maxusers 64 @@ -821,6 +821,8 @@ pseudo-device pty # pseudo-ttys (for network, etc.) pseudo-device rnd +pseudo-device wsmux # mouse & keyboard multiplexor +pseudo-device wsfont pseudo-device clockctl # user control of clock subsystem pseudo-device ksyms # /dev/ksyms #pseudo-device pf # PF packet filter |
