diff options
author | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:14:10 +0000 |
---|---|---|
committer | arch import user (historical) <svn@openbios.org> | 2005-07-06 17:14:10 +0000 |
commit | 014c3e185fe8e1455e56efeb496715a67ce292bb (patch) | |
tree | e40b0c0a4548178deaba3d0bc9fd7238a386c370 /src/mainboard/tyan/s4880 | |
parent | 056d6195d8b3bf219d7f3e3207c5ffec145290cf (diff) | |
download | coreboot-014c3e185fe8e1455e56efeb496715a67ce292bb.tar.xz |
Revision: linuxbios@linuxbios.org--devel/freebios--devel--2.0--patch-33
Creator: Yinghai Lu <yhlu@tyan.com>
remove lsi/53c1030 in MB Config
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1949 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/tyan/s4880')
-rw-r--r-- | src/mainboard/tyan/s4880/Config.lb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mainboard/tyan/s4880/Config.lb b/src/mainboard/tyan/s4880/Config.lb index d053c663f6..1caca96986 100644 --- a/src/mainboard/tyan/s4880/Config.lb +++ b/src/mainboard/tyan/s4880/Config.lb @@ -144,11 +144,11 @@ chip northbridge/amd/amdk8/root_complex chip southbridge/amd/amd8131 # the on/off keyword is mandatory device pci 0.0 on - chip drivers/lsi/53c1030 - device pci 4.0 on end - device pci 4.1 on end - register "fw_address" = "0xfff8c000" - end +# chip drivers/lsi/53c1030 +# device pci 4.0 on end +# device pci 4.1 on end +# register "fw_address" = "0xfff8c000" +# end chip drivers/pci/onboard device pci 9.0 on end device pci 9.1 on end |