aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/sunw
diff options
context:
space:
mode:
authorMyles Watson <mylesgw@gmail.com>2008-04-23 20:40:55 +0000
committerWard Vandewege <ward@gnu.org>2008-04-23 20:40:55 +0000
commit3d1d3b23f07282d4a8bda4814b21cc6938475843 (patch)
treee54c7df6e71f96941615c43f88e0a19cfae53584 /src/mainboard/sunw
parent0eec1a8e8e5574b1cbe8f1354446a978f2402860 (diff)
This is the sata irq patch for s2895 and ultra40. It also changes some broken
white space in the s2892 and s2891 mptable.c files. Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Ward Vandewege <ward@gnu.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3256 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/sunw')
-rw-r--r--src/mainboard/sunw/ultra40/mptable.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/sunw/ultra40/mptable.c b/src/mainboard/sunw/ultra40/mptable.c
index c63dbd2387..8155829b34 100644
--- a/src/mainboard/sunw/ultra40/mptable.c
+++ b/src/mainboard/sunw/ultra40/mptable.c
@@ -83,8 +83,9 @@ void *smp_write_config_table(void *v)
smp_write_ioapic(mc, apicid_ck804, 0x11, res->base);
}
+ /* Initialize interrupt mapping*/
- dword = 0x0000d218;
+ dword = 0x0120d218;
pci_write_config32(dev, 0x7c, dword);
dword = 0x12008a00;