onboard pci rom

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1858 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu 2005-01-12 23:58:49 +00:00
parent 7715f26590
commit c47eeb2cec
1 changed files with 3 additions and 2 deletions

View File

@ -120,7 +120,6 @@ mainboardinit cpu/x86/mmx/disable_mmx.inc
## ##
## Include the secondary Configuration files ## Include the secondary Configuration files
## ##
dir /pc80
if CONFIG_CHIP_NAME if CONFIG_CHIP_NAME
config chip.h config chip.h
end end
@ -139,8 +138,10 @@ chip northbridge/amd/amdk8/root_complex
device pci 0.1 on end device pci 0.1 on end
device pci 0.2 off end device pci 0.2 off end
device pci 1.0 off end device pci 1.0 off end
chip drivers/ati/ragexl #chip drivers/ati/ragexl
chip drivers/pci/onboard
device pci b.0 on end device pci b.0 on end
register "rom_address" = "0xfff80000"
end end
end end
device pci 1.0 on device pci 1.0 on