Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/conf Enable vga0 at isa?, and add options VGA_R...



details:   https://anonhg.NetBSD.org/src/rev/404f091f3acd
branches:  trunk
changeset: 542525:404f091f3acd
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jan 31 22:11:20 2003 +0000

description:
Enable vga0 at isa?, and add options VGA_RESET and
(commented out) options VGA_RASTERCONSOLE for NEC-J96A and NEC-R96.

diffstat:

 sys/arch/arc/conf/GENERIC |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 529e3eb488ea -r 404f091f3acd sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Fri Jan 31 22:07:52 2003 +0000
+++ b/sys/arch/arc/conf/GENERIC Fri Jan 31 22:11:20 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.79 2003/01/04 21:09:31 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.80 2003/01/31 22:11:20 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.79 $"
+#ident         "GENERIC-$Revision: 1.80 $"
 
 maxusers       32              # estimated number of users
 
@@ -226,7 +226,9 @@
 
 pc0            at isa? irq 1                   # generic PC console device
 opms0          at isa? irq 12                  # PS/2 auxiliary port mouse
-#vga0          at isa?
+vga0           at isa?
+#options       VGA_RASTERCONSOLE
+options        VGA_RESET
 #pckbc0                at isa?                         # PC keyboard controller
 com0           at isa? port 0x3f8 irq 4
 com1           at isa? port 0x2f8 irq 3
@@ -291,7 +293,7 @@
 necpb*         at mainbus0     # NEC RISCstation PCI host bridge.
 pci*           at necpb?
 
-#pcivga*       at pci? dev ? function ?
+#vga*          at pci? dev ? function ?
 tga*           at pci? dev ? function ?        # DEC ZLXp-E[123] Graphics
 
 ahc*           at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI



Home | Main Index | Thread Index | Old Index