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 options.



details:   https://anonhg.NetBSD.org/src/rev/e9f2f78e4956
branches:  trunk
changeset: 481926:e9f2f78e4956
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Wed Feb 09 13:10:15 2000 +0000

description:
Add wsfont options.

diffstat:

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

diffs (59 lines):

diff -r d0a7c8ce1a31 -r e9f2f78e4956 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Feb 09 13:08:35 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Feb 09 13:10:15 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.52 2000/02/08 12:10:56 tsubai Exp $
+#      $NetBSD: GENERIC,v 1.53 2000/02/09 13:10:15 tsubai Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.52 $"
+#ident                 "GENERIC-$Revision: 1.53 $"
 
 maxusers       32
 
@@ -114,6 +114,7 @@
 # wscons options
 #options       WSEMUL_SUN              # sun terminal emulation
 options        WSEMUL_VT100            # VT100 / VT220 emulation
+options        FONT_GALLANT12x22
 
 # Kernel root file system and dump configuration.
 config         netbsd  root on ? type ?
diff -r d0a7c8ce1a31 -r e9f2f78e4956 sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Wed Feb 09 13:08:35 2000 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Wed Feb 09 13:10:15 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.21 2000/02/08 12:13:50 tsubai Exp $
+#      $NetBSD: INSTALL,v 1.22 2000/02/09 13:10:15 tsubai Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -37,6 +37,7 @@
 options        NFS_BOOT_DHCP, NFS_BOOT_BOOTPARAM
 
 options        WSEMUL_VT100    # VT100 / VT220 emulation
+options        FONT_GALLANT12x22
 
 # Kernel root file system and dump configuration.
 config         netbsd  root on ? type ?
diff -r d0a7c8ce1a31 -r e9f2f78e4956 sys/arch/macppc/conf/POWERMAC
--- a/sys/arch/macppc/conf/POWERMAC     Wed Feb 09 13:08:35 2000 +0000
+++ b/sys/arch/macppc/conf/POWERMAC     Wed Feb 09 13:10:15 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: POWERMAC,v 1.20 2000/02/03 19:27:44 tsubai Exp $
+#      $NetBSD: POWERMAC,v 1.21 2000/02/09 13:10:16 tsubai Exp $
 #
 # POWERMAC config file
 #
@@ -47,6 +47,7 @@
 
 #options       ZS_TXDMA        # Use dma on zs output
 options        WSEMUL_VT100    # VT100 / VT220 emulation
+options        FONT_GALLANT12x22
 
 # Kernel root file system and dump configuration.
 config netbsd  root on ? type ?



Home | Main Index | Thread Index | Old Index