diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2004-09-30 22:50:13 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2004-09-30 22:50:13 +0000 |
commit | ed9f18d545ffa6e4604eacbf1ce8c68913378ab8 (patch) | |
tree | 52e76e7243b59076c73592f94e29b57fe0610e07 /src/mainboard/digitallogic | |
parent | a4779e80c3e54e6e6c31169908803065b4ef68b2 (diff) |
mods for i855pm that don't seem too wrong. ha!
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1653 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/digitallogic')
-rw-r--r-- | src/mainboard/digitallogic/adl855pc/auto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/digitallogic/adl855pc/auto.c b/src/mainboard/digitallogic/adl855pc/auto.c index 6e6b2cd944..f2e183615b 100644 --- a/src/mainboard/digitallogic/adl855pc/auto.c +++ b/src/mainboard/digitallogic/adl855pc/auto.c @@ -61,7 +61,7 @@ static void main(void) { static const struct mem_controller memctrl[] = { { - .d0 = PCI_DEV(0, 0, 0), + .d0 = PCI_DEV(0, 0, 1), .channel0 = { (0xa<<3)|0, 0 }, }, }; |