32 #include <linux/module.h>
60 static struct drm_driver
driver = {
62 DRIVER_USE_AGP | DRIVER_USE_MTRR | DRIVER_PCI_DMA |
63 DRIVER_HAVE_DMA | DRIVER_HAVE_IRQ | DRIVER_IRQ_SHARED,
69 .device_is_agp = mga_driver_device_is_agp,
79 .
fops = &mga_driver_fops,
90 .id_table = pciidlist,
93 static int __init mga_init(
void)
99 static void __exit mga_exit(
void)
136 if ((pdev->
device == 0x0525) && pdev->
bus->self
137 && (pdev->
bus->self->vendor == 0x3388)
138 && (pdev->
bus->self->device == 0x0021)) {