This was posted on issue tracker and approve by ron minnich

Signed-off-by: Ronald G. Minnich


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2089 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Ronald G. Minnich
2005-11-21 23:22:21 +00:00
committed by Ronald G. Minnich
parent 7272fcb2a4
commit 86cbd33837
3 changed files with 7 additions and 6 deletions

View File

@ -187,7 +187,8 @@ static unsigned int pci_domain_scan_bus(device_t dev, unsigned int max)
}
static void enable_resources(device_t dev) {
#if 0
void sc520_enable_resources(device_t dev) {
printk_spew("%s\n", __FUNCTION__);
printk_spew("THIS IS FOR THE SC520 =============================\n");
@ -204,6 +205,7 @@ static void enable_resources(device_t dev) {
enable_childrens_resources(dev);
printk_spew("%s\n", __FUNCTION__);
}
#endif
static struct device_operations pci_domain_ops = {
.read_resources = pci_domain_read_resources,