aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/tyan/s2885
diff options
context:
space:
mode:
authorYinghai Lu <yinghailu@gmail.com>2004-11-03 00:47:40 +0000
committerYinghai Lu <yinghailu@gmail.com>2004-11-03 00:47:40 +0000
commit4403f6082372d069e3cabe0918d9af5f9c1dccf6 (patch)
treeeffad64783ce4ff53b857ad86e62da2f64632925 /src/mainboard/tyan/s2885
parente507c85fe331e8c24bf4ff4d20c880c9affee9d6 (diff)
*** empty log message ***
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1736 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s2885')
-rw-r--r--src/mainboard/tyan/s2885/auto.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/tyan/s2885/auto.c b/src/mainboard/tyan/s2885/auto.c
index b5766c166a..7211429854 100644
--- a/src/mainboard/tyan/s2885/auto.c
+++ b/src/mainboard/tyan/s2885/auto.c
@@ -180,13 +180,9 @@ static void main(unsigned long bist)
#if 1
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 0 of CPU0 */
- .udev = PCI_DEV(0, 0x18, 0),
- .upos = 0x80,
.devreg = 0xe4, /* Preset bus num in resource map */
},
};