On Tue, Oct 07, 2008 at 01:31:18AM +0200, svn@coreboot.org wrote:
+struct device_operations dbm690t = {
- .id = {.type = DEVICE_ID_PCI,
{.pci = {.vendor = PCI_VENDOR_ID_AMD,
.device = 1}}},
^ this doesn't look correct, shouldn't it be a PCI ID?
- .constructor = default_device_constructor,
- .phase3_enable_scan = dbm690t_enable,
+};
Uwe.