Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf Fix TAB-jump lossage in previous.



details:   https://anonhg.NetBSD.org/src/rev/af2ab959c974
branches:  trunk
changeset: 471884:af2ab959c974
user:      pk <pk%NetBSD.org@localhost>
date:      Wed Apr 14 09:48:37 1999 +0000

description:
Fix TAB-jump lossage in previous.

diffstat:

 sys/arch/sparc/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r d68df2ee795f -r af2ab959c974 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Wed Apr 14 09:38:37 1999 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Wed Apr 14 09:48:37 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.77 1999/04/13 18:45:41 ad Exp $
+#      $NetBSD: GENERIC,v 1.78 1999/04/14 09:48:37 pk Exp $
 
 include "arch/sparc/conf/std.sparc"
 
@@ -23,9 +23,9 @@
 ## Use a faster console than the PROM's slow drawing routines.  Not needed
 ## for headless (no framebuffer) machines.
 options        RASTERCONSOLE           # fast rasterop console
-options                RASOPS1                 # 1-bit operations (XXX)
-options                RASOPS8                 # 8-bit operations (XXX)
-options                FONT_LUCIDA16x29        # the console font
+options        RASOPS1                 # 1-bit operations (XXX)
+options        RASOPS8                 # 8-bit operations (XXX)
+options        FONT_LUCIDA16x29        # the console font
 
 #### System options that are the same for all ports
 



Home | Main Index | Thread Index | Old Index