diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-09-02 03:36:25 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-09-02 03:36:25 +0000 |
commit | e9a271e32c53076445ef70da8aec8201c82693ec (patch) | |
tree | af88f51ba907922157d3b97f9713a07480223372 /src/mainboard/arima/hdama | |
parent | d4c14524f53d8e812cf52b57e16c53d259c44ea0 (diff) | |
download | coreboot-e9a271e32c53076445ef70da8aec8201c82693ec.tar.xz |
- Major update of the dynamic device tree so it can handle
* subtractive resources
* merging with the static device tree
* more device types than just pci
- The piece to watch out for is the new enable_resources method that was needed in all of the drivers
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1096 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/arima/hdama')
-rw-r--r-- | src/mainboard/arima/hdama/Config.lb | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/src/mainboard/arima/hdama/Config.lb b/src/mainboard/arima/hdama/Config.lb index 4947698590..80c3bfca11 100644 --- a/src/mainboard/arima/hdama/Config.lb +++ b/src/mainboard/arima/hdama/Config.lb @@ -224,38 +224,38 @@ mainboardinit cpu/k8/disable_mmx_sse.inc dir /pc80 northbridge amd/amdk8 "mc0" - #pci 0:18.0 - #pci 0:18.0 - #pci 0:18.0 - #pci 0:18.1 - #pci 0:18.2 - #pci 0:18.3 + pci 0:18.0 + pci 0:18.0 + pci 0:18.0 + pci 0:18.1 + pci 0:18.2 + pci 0:18.3 southbridge amd/amd8131 "amd8131" - #pci 0:0.0 - #pci 0:0.1 - #pci 0:1.0 - #pci 0:1.1 + pci 0:0.0 + pci 0:0.1 + pci 0:1.0 + pci 0:1.1 end southbridge amd/amd8111 "amd8111" - #pci 0:0.0 - #pci 0:1.0 - #pci 0:1.1 - #pci 0:1.2 - #pci 0:1.3 - #pci 0:1.5 off - #pci 0:1.6 off + pci 0:0.0 + pci 0:1.0 + pci 0:1.1 + pci 0:1.2 + pci 0:1.3 + pci 0:1.5 + pci 0:1.6 superio NSC/pc87360 - #pnp 1:2e.0 - #pnp 1:2e.1 - #pnp 1:2e.2 - #pnp 1:2e.3 - #pnp 1:2e.4 - #pnp 1:2e.5 - #pnp 1:2e.6 - #pnp 1:2e.7 - #pnp 1:2e.8 - #pnp 1:2e.9 - #pnp 1:2e.a + pnp 1:2e.0 + pnp 1:2e.1 + pnp 1:2e.2 + pnp 1:2e.3 + pnp 1:2e.4 + pnp 1:2e.5 + pnp 1:2e.6 + pnp 1:2e.7 + pnp 1:2e.8 + pnp 1:2e.9 + pnp 1:2e.a register "com1" = "{1, 0, 0x3f8, 4}" register "lpt" = "{1}" end |