Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/arc fix duplicate wired TLB allocation, this is...



details:   https://anonhg.NetBSD.org/src/rev/97bc974b76f8
branches:  trunk
changeset: 513778:97bc974b76f8
user:      soda <soda%NetBSD.org@localhost>
date:      Mon Aug 13 18:45:49 2001 +0000

description:
fix duplicate wired TLB allocation, this is now done in {vga,pccons}_jazzio.c.

diffstat:

 sys/arch/arc/arc/c_nec_eisa.c |  10 +---------
 1 files changed, 1 insertions(+), 9 deletions(-)

diffs (24 lines):

diff -r 49aab7f14c3f -r 97bc974b76f8 sys/arch/arc/arc/c_nec_eisa.c
--- a/sys/arch/arc/arc/c_nec_eisa.c     Mon Aug 13 15:38:11 2001 +0000
+++ b/sys/arch/arc/arc/c_nec_eisa.c     Mon Aug 13 18:45:49 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: c_nec_eisa.c,v 1.1 2001/06/13 15:22:49 soda Exp $      */
+/*     $NetBSD: c_nec_eisa.c,v 1.2 2001/08/13 18:45:49 soda Exp $      */
 
 /*-
  * Copyright (C) 2000 Shuichiro URATA.  All rights reserved.
@@ -109,14 +109,6 @@
         */
        arc_enter_wired(RD94_V_LOCAL_IO_BASE, RD94_P_LOCAL_IO_BASE, 0,
            MIPS3_PG_SIZE_256K);
-       arc_enter_wired(PICA_V_LOCAL_VIDEO_CTRL, PICA_P_LOCAL_VIDEO_CTRL,
-           PICA_P_LOCAL_VIDEO_CTRL + PICA_S_LOCAL_VIDEO_CTRL/2,
-           MIPS3_PG_SIZE_1M);
-       arc_enter_wired(PICA_V_EXTND_VIDEO_CTRL, PICA_P_EXTND_VIDEO_CTRL,
-           PICA_P_EXTND_VIDEO_CTRL + PICA_S_EXTND_VIDEO_CTRL/2,
-           MIPS3_PG_SIZE_1M);
-       arc_enter_wired(PICA_V_LOCAL_VIDEO, PICA_P_LOCAL_VIDEO,
-           PICA_P_LOCAL_VIDEO + PICA_S_LOCAL_VIDEO/2, MIPS3_PG_SIZE_4M);
        arc_enter_wired(RD94_V_PCI_IO, RD94_P_PCI_IO, RD94_P_PCI_MEM,
            MIPS3_PG_SIZE_16M);
 



Home | Main Index | Thread Index | Old Index