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
This commit is contained in:
parent
0eec1a8e8e
commit
3d1d3b23f0
|
@ -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;
|
||||
|
|
|
@ -76,7 +76,7 @@ void *smp_write_config_table(void *v)
|
|||
if (res) {
|
||||
smp_write_ioapic(mc, apicid_ck804, 0x11, res->base);
|
||||
}
|
||||
|
||||
|
||||
/* Initialize interrupt mapping*/
|
||||
|
||||
dword = 0x0120d218;
|
||||
|
|
|
@ -75,7 +75,7 @@ void *smp_write_config_table(void *v)
|
|||
if (res) {
|
||||
smp_write_ioapic(mc, apicid_ck804, 0x11, res->base);
|
||||
}
|
||||
|
||||
|
||||
/* Initialize interrupt mapping*/
|
||||
|
||||
dword = 0x0120d218;
|
||||
|
|
|
@ -83,9 +83,9 @@ void *smp_write_config_table(void *v)
|
|||
smp_write_ioapic(mc, apicid_ck804, 0x11, res->base);
|
||||
}
|
||||
|
||||
/* Initialize interrupt mapping*/
|
||||
/* Initialize interrupt mapping*/
|
||||
|
||||
dword = 0x0000d218;
|
||||
dword = 0x0120d218;
|
||||
pci_write_config32(dev, 0x7c, dword);
|
||||
|
||||
dword = 0x12008a00;
|
||||
|
|
Loading…
Reference in New Issue