better support enable_dev for amd8111

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1695 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu
2004-10-21 01:52:21 +00:00
parent 6014983bab
commit f19e2c766a
8 changed files with 22 additions and 13 deletions

View File

@@ -104,7 +104,7 @@ static struct device_operations acpi_ops = {
.enable_resources = pci_dev_enable_resources,
.init = acpi_init,
.scan_bus = 0,
.enable = amd8111_enable,
// .enable = amd8111_enable,
};
static struct pci_driver acpi_driver __pci_driver = {