aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2007-11-04 16:50:27 +0000
committerStefan Reinauer <stepan@openbios.org>2007-11-04 16:50:27 +0000
commit2cb701499141cbafe6449394f718923a1458d4e9 (patch)
treed8e08114a65962816e30038b0f61f9042e21e1ff /src/northbridge
parent25d712ac16a853d96b8ec03d64b20f596c013b2c (diff)
Add dummy function for MCFG on those mainboards that provide ACPI but don't
have PCIe MMCONFIG. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2941 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge')
-rw-r--r--src/northbridge/via/vt8623/northbridge.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/northbridge/via/vt8623/northbridge.c b/src/northbridge/via/vt8623/northbridge.c
index 73b498aa3e..bd128b9cc9 100644
--- a/src/northbridge/via/vt8623/northbridge.c
+++ b/src/northbridge/via/vt8623/northbridge.c
@@ -20,6 +20,7 @@
* slower than normal, ethernet drops packets).
* Apparently these registers govern some sort of bus master behavior.
*/
+#if 0
static void dump_dev(device_t dev)
{
int i,j;
@@ -32,6 +33,8 @@ static void dump_dev(device_t dev)
printk_debug("\n");
}
}
+#endif
+
static void northbridge_init(device_t dev)
{
device_t fb_dev;