Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/sys/arch/atari/pci pullup 1.2->1.3 (leo): fix et4000 co...
details: https://anonhg.NetBSD.org/src/rev/9978428bd75a
branches: netbsd-1-4
changeset: 468892:9978428bd75a
user: perry <perry%NetBSD.org@localhost>
date: Tue Jun 22 17:07:29 1999 +0000
description:
pullup 1.2->1.3 (leo): fix et4000 consoles
diffstat:
sys/arch/atari/pci/pci_tseng.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (35 lines):
diff -r d6a8066467fe -r 9978428bd75a sys/arch/atari/pci/pci_tseng.c
--- a/sys/arch/atari/pci/pci_tseng.c Tue Jun 22 17:05:50 1999 +0000
+++ b/sys/arch/atari/pci/pci_tseng.c Tue Jun 22 17:07:29 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pci_tseng.c,v 1.2 1999/03/26 08:21:49 leo Exp $ */
+/* $NetBSD: pci_tseng.c,v 1.2.2.1 1999/06/22 17:07:29 perry Exp $ */
/*
* Copyright (c) 1999 Leo Weppelman. All rights reserved.
@@ -61,7 +61,7 @@
0xff, 0x3d, 0x8f, 0x28, 0x0f, 0x8f, 0xc2, 0xa3,
0x60, 0x08, 0x00, 0x00, 0x56, 0x05, 0xc1, 0x1f,
0x00, 0x4f, 0x00, 0x0f, 0x00, 0x00, 0x07, 0x80,
- 0x85, 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00,
+ 0x00, 0x80, 0x28, 0x00, 0x00, 0x10, 0x43, 0x09,
0x05, 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00 };
static u_char ras_cas_tab[] = {
@@ -110,7 +110,6 @@
}
}
-
vgaw(ba, GREG_MISC_OUTPUT_W, 0x63);
vgaw(ba, GREG_VIDEOSYSENABLE, 0x01);
WCrt(ba, 0x17 , 0x00); /* color */
@@ -142,7 +141,7 @@
/* CRT registers */
for (i = 0; i < 0x3e; i++)
WCrt(ba, i, crt_tab[i]);
-
+
/* GCT registers */
for (i = 0; i < 0x09; i++)
WGfx(ba, i, gfx_tab[i]);
Home |
Main Index |
Thread Index |
Old Index