config: Fall back to vesa for Intel Poulsbo.

This commit is contained in:
Adam Jackson 2009-03-27 15:48:17 -04:00
parent 17239c8e31
commit 8e7facfe30

View File

@ -172,6 +172,8 @@ videoPtrToDriverList(struct pci_device *dev,
case 0x8086:
if ((dev->device_id == 0x00d1) || (dev->device_id == 0x7800)) {
driverList[0] = "i740";
} else if (dev->device_id == 0x8108) {
break; /* "hooray" for poulsbo */
} else {
driverList[0] = "intel";
driverList[1] = "i810";