From e709687416314e314c1d602cdfbba1a58ad7d323 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Thu, 18 Feb 2010 04:19:18 +0100 Subject: video: Mark DMA register bits as known (and fix a typo) --- video.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/video.c b/video.c index 7125011..19fb131 100644 --- a/video.c +++ b/video.c @@ -49,10 +49,11 @@ static const u16 known_reg_bits[] = { 0, 0, 0, 0, // 2850..2853 0x0007, // 2854 LCD control 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 2855..285f - 0, 0, // 2860//2861 + 0, 0, // 2860..2861 0x0007, 0x0007, // 2862..2863 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 2864..286f - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 2870..287f + 0x3fff, 0x03ff, 0x03ff, // 2870..2872 DMA + 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, // 2873..287f }; static const u16 known_sprite_bits[] = { -- cgit v1.2.3