From 2031545fcb5dd8d9e44b6660c25ab12b76d9cc52 Mon Sep 17 00:00:00 2001 From: Francisco Jerez Date: Fri, 6 Aug 2010 14:59:32 +0200 Subject: Add some more PBUS registers. --- tvdump.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tvdump.c b/tvdump.c index 8e686d6..7fa1ab1 100644 --- a/tvdump.c +++ b/tvdump.c @@ -449,7 +449,8 @@ void tv_dump(void* regs){ uint32_t pbus_regs[] = { 0x1084, 0x108c, 0x1098, 0x10b8, 0x10d8, 0x10e0, 0x10f0, 0x1100, 0x1140, 0x1210, 0x1214, 0x1218, 0x121c, 0x1220, - 0x1228, 0x122c, 0x1518, 0x1580, 0x1584, 0x1588, 0x158c, + 0x1228, 0x122c, 0x1230, 0x1234, 0x1238, 0x123c, 0x1240, + 0x1244, 0x1248, 0x1518, 0x1580, 0x1584, 0x1588, 0x158c, 0x1590, 0x15a0, 0x1800, 0x1804, 0x1808, 0x180c, 0x1810, 0x1814, 0x1818, 0x182c, 0x1830, 0x1844, 0x1848, 0x184c, 0x1850, 0x1854, 0x1860 -- cgit v1.2.3