Add wsfont. Addresses PR#18388.
This commit is contained in:
parent
cd3c6906c0
commit
9c89a57de0
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue