Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Add wsfont. Addresses PR#18388.



details:   https://anonhg.NetBSD.org/src/rev/393cbd9c8ebd
branches:  trunk
changeset: 546683:393cbd9c8ebd
user:      gmcgarry <gmcgarry%NetBSD.org@localhost>
date:      Sun May 04 01:27:53 2003 +0000

description:
Add wsfont.  Addresses PR#18388.

diffstat:

 sys/arch/cats/conf/GENERIC  |  4 ++--
 sys/arch/cats/conf/INSTALL  |  3 ++-
 sys/arch/shark/conf/GENERIC |  5 +++--
 3 files changed, 7 insertions(+), 5 deletions(-)

diffs (56 lines):

diff -r 33f65b10c6f7 -r 393cbd9c8ebd sys/arch/cats/conf/GENERIC
--- a/sys/arch/cats/conf/GENERIC        Sun May 04 01:18:56 2003 +0000
+++ b/sys/arch/cats/conf/GENERIC        Sun May 04 01:27:53 2003 +0000
@@ -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 @@
 
 # mouse & keyboard multiplexor pseudo-devices
 pseudo-device  wsmux
-
+pseudo-device  wsfont
 pseudo-device  ksyms                   # /dev/ksyms
diff -r 33f65b10c6f7 -r 393cbd9c8ebd sys/arch/cats/conf/INSTALL
--- a/sys/arch/cats/conf/INSTALL        Sun May 04 01:18:56 2003 +0000
+++ b/sys/arch/cats/conf/INSTALL        Sun May 04 01:27:53 2003 +0000
@@ -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 @@
 
 # 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 -r 33f65b10c6f7 -r 393cbd9c8ebd sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC       Sun May 04 01:18:56 2003 +0000
+++ b/sys/arch/shark/conf/GENERIC       Sun May 04 01:27:53 2003 +0000
@@ -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 @@
 
 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 vcoda   4               # coda kernel <-> cachemanager
 pseudo-device  clockctl                # user control of clock subsystem
 pseudo-device  ksyms                   # /dev/ksyms
+pseudo-device  wsfont



Home | Main Index | Thread Index | Old Index