View | Details | Raw Unified | Return to bug 772279
Collapse All | Expand All

(-)a/hw/xfree86/common/xf86pciBus.c (-2 / +1 lines)
Lines 1150-1156 xf86VideoPtrToDriverList(struct pci_device *dev, Link Here
1150
        if ((dev->device_id == 0x00d1) || (dev->device_id == 0x7800)) {
1150
        if ((dev->device_id == 0x00d1) || (dev->device_id == 0x7800)) {
1151
            driverList[0] = "i740";
1151
            driverList[0] = "i740";
1152
        }
1152
        }
1153
        else if (dev->device_id == 0x8108) {
1153
        else if ((dev->device_id == 0x8108) || (dev->device_id == 0x0be2)){
1154
            break;              /* "hooray" for poulsbo */
1154
            break;              /* "hooray" for poulsbo */
1155
        }
1155
        }
1156
        else {
1156
        else {
1157
- 

Return to bug 772279