diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2005-02-03 05:35:32 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2005-02-03 05:35:32 +0000 |
commit | 55ba88da9e4df2d47d2eba8c4e3e67a37ae06ed7 (patch) | |
tree | 0dc2fb94de5b4acf29d82ccfa915cb29aee13202 /src/mainboard | |
parent | aabf7f93b37234476c4fe73a52bc2ca20fed9919 (diff) | |
download | coreboot-55ba88da9e4df2d47d2eba8c4e3e67a37ae06ed7.tar.xz |
*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1908 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/tyan/s2850/Config.lb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/tyan/s2850/Config.lb b/src/mainboard/tyan/s2850/Config.lb index b88eb15af5..ea41e2fb29 100644 --- a/src/mainboard/tyan/s2850/Config.lb +++ b/src/mainboard/tyan/s2850/Config.lb @@ -126,6 +126,11 @@ end # sample config for tyan/s2850 chip northbridge/amd/amdk8/root_complex + device apic_cluster 0 on + chip cpu/amd/socket_940 + device apic 0 on end + end + end device pci_domain 0 on chip northbridge/amd/amdk8 device pci 18.0 on # LDT0 @@ -201,10 +206,5 @@ chip northbridge/amd/amdk8/root_complex device pci 18.3 on end end end - device apic_cluster 0 on - chip cpu/amd/socket_940 - device apic 0 on end - end - end end |