aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/msi/ms7135/mptable.c
diff options
context:
space:
mode:
authorJonathan A. Kollasch <jakllsch@kollasch.net>2008-05-06 13:26:32 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2008-05-06 13:26:32 +0000
commit4f9141758ef41080c0aaa93bc6cef6309085f70d (patch)
treecf23c3e11f991be0d984d9aa34c88e6d699d381f /src/mainboard/msi/ms7135/mptable.c
parent33c57f8403bb5bd0415aebb713c28ea7d7c14e3b (diff)
Fix various issues on MSI MS-7135 board.
- W83627THF is strapped to 0x4e, not 0x2e - there's no device 9 on PCI-E x1 bus, it should be device 0 - add mptable entries for AGR slot, based on info in user manual - enable floppy drive controller so that some legacy VGA ROMs will work Signed-off-by: Jonathan A. Kollasch <jakllsch@kollasch.net> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3279 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/msi/ms7135/mptable.c')
-rw-r--r--src/mainboard/msi/ms7135/mptable.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/mainboard/msi/ms7135/mptable.c b/src/mainboard/msi/ms7135/mptable.c
index 97b3db1efd..1182a286af 100644
--- a/src/mainboard/msi/ms7135/mptable.c
+++ b/src/mainboard/msi/ms7135/mptable.c
@@ -163,6 +163,10 @@ void *smp_write_config_table(void *v)
PCI_INT(0, sbdn+10, 0, 22);
+ /* "AGR" slot */
+ PCI_INT(1, 0, 0, 16);
+ PCI_INT(1, 0, 1, 17);
+
/* legacy PCI */
PCI_INT(1, 7, 0, 17);
PCI_INT(1, 7, 1, 18);
@@ -184,8 +188,8 @@ void *smp_write_config_table(void *v)
PCI_INT(2, 0, 0, 19);
/* XXX guesses */
PCI_INT(2, 0, 1, 16);
- PCI_INT(2, 9, 2, 17);
- PCI_INT(2, 9, 3, 18);
+ PCI_INT(2, 0, 2, 17);
+ PCI_INT(2, 0, 3, 18);
/* PCI-E x16 port */ /* XXX fix me ? */
PCI_INT(3, 0, 0, 18);