Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/acorn32/conf Pull up revision 1.15 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/e53070fcc32f
branches:  netbsd-1-6
changeset: 527832:e53070fcc32f
user:      tv <tv%NetBSD.org@localhost>
date:      Mon Jun 10 16:34:56 2002 +0000

description:
Pull up revision 1.15 (requested by bjh21 in ticket #224):
Synchronise MONITOR and MODES definitions with GENERIC.  This allows my NC to
boot in a screen mode that looks sensible on its LCD monitor.

diffstat:

 sys/arch/acorn32/conf/NC_WSCONS |  13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r c978141e58ee -r e53070fcc32f sys/arch/acorn32/conf/NC_WSCONS
--- a/sys/arch/acorn32/conf/NC_WSCONS   Mon Jun 10 16:34:44 2002 +0000
+++ b/sys/arch/acorn32/conf/NC_WSCONS   Mon Jun 10 16:34:56 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NC_WSCONS,v 1.13.4.1 2002/06/04 11:29:22 lukem Exp $
+#      $NetBSD: NC_WSCONS,v 1.13.4.2 2002/06/10 16:34:56 tv Exp $
 #
 #      NC - with wscons
 #
@@ -298,11 +298,6 @@
 pseudo-device  md      1               # Ramdisk driver
 pseudo-device  rnd                     # /dev/random and /dev/urandom
 
-#makeoptions   MONITOR="Taxan875+LR"
-makeoptions    MONITOR="AKF85"
-makeoptions    MODES="640,480,70"
-#makeoptions   MODES="800,600,60"
-
-#makeoptions   MONITOR="PALTV"
-#makeoptions   MODES="640,256,60 640,480,60 1024,768,60 1024,768,70 800,600,60 1280,1024 1152,900"
-
+makeoptions    MONITOR="Taxan875+LR"
+#makeoptions   MONITOR="AKF60"
+makeoptions    MODES="1024,768,60 1024,768,70 800,600,60 640,480,60 1280,1024 1152,900"



Home | Main Index | Thread Index | Old Index