Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf add wsfont now that it's actually usabl...



details:   https://anonhg.NetBSD.org/src/rev/ef1c06585cb5
branches:  trunk
changeset: 355730:ef1c06585cb5
user:      macallan <macallan%NetBSD.org@localhost>
date:      Fri Aug 11 21:03:23 2017 +0000

description:
add wsfont now that it's actually usable on at least some drivers

diffstat:

 sys/arch/macppc/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5c6b7433a1f1 -r ef1c06585cb5 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Fri Aug 11 20:47:58 2017 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Fri Aug 11 21:03:23 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.330 2017/07/29 18:08:58 maxv Exp $
+# $NetBSD: GENERIC,v 1.331 2017/08/11 21:03:23 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.330 $"
+#ident                 "GENERIC-$Revision: 1.331 $"
 
 maxusers       32
 
@@ -642,6 +642,7 @@
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  openfirm                # /dev/openfirm
 pseudo-device  wsmux                   # mouse and keyboard multiplexer
+pseudo-device  wsfont
 pseudo-device  swwdog                  # software watchdog driver - swwdog(4)
 pseudo-device  clockctl                # user control of clock subsystem
 pseudo-device  ksyms                   # /dev/ksyms



Home | Main Index | Thread Index | Old Index