diff options
author | Yinghai Lu <yinghailu@gmail.com> | 2004-11-03 00:47:40 +0000 |
---|---|---|
committer | Yinghai Lu <yinghailu@gmail.com> | 2004-11-03 00:47:40 +0000 |
commit | 4403f6082372d069e3cabe0918d9af5f9c1dccf6 (patch) | |
tree | effad64783ce4ff53b857ad86e62da2f64632925 /src/mainboard/amd | |
parent | e507c85fe331e8c24bf4ff4d20c880c9affee9d6 (diff) | |
download | coreboot-4403f6082372d069e3cabe0918d9af5f9c1dccf6.tar.xz |
*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1736 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/quartet/auto.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/amd/quartet/auto.c b/src/mainboard/amd/quartet/auto.c index fce5df684d..67bc959496 100644 --- a/src/mainboard/amd/quartet/auto.c +++ b/src/mainboard/amd/quartet/auto.c @@ -206,13 +206,9 @@ static void main(void) static const struct ht_chain ht_c[] = { { /* Link 2 of CPU0 */ - .udev = PCI_DEV(0, 0x18, 0), - .upos = 0xc0, .devreg = 0xe0, /* Preset bus num in resource map */ }, { /* Link 1 of CPU1 */ - .udev = PCI_DEV(0, 0x19, 0), - .upos = 0xa0, .devreg = 0xe4, /* Preset bus num in resource map */ }, }; |