-static struct pci_device_def vga_pci_devdef = {
- .dev_class = VGA_PCI_CLASS,
- .dev_ident = PCI_DEVIDENT(0x1234, 0x1111),
- .ident_mask = PCI_MATCH_EXACT,
- .devdef = { .class = DEVCLASS(DEVIF_PCI, DEVFN_DISP, DEV_VGA),
- .name = "Generic VGA",
- .init = vga_pci_init,
- .bind = vga_pci_bind }