config: drop i810.

The driver assuredly no longer builds against 1.7.  Please don't feel
compelled to fix it.
This commit is contained in:
Adam Jackson 2009-07-09 10:58:17 -04:00
parent 55ac155d42
commit e812103382

View File

@ -176,7 +176,6 @@ videoPtrToDriverList(struct pci_device *dev,
break; /* "hooray" for poulsbo */
} else {
driverList[0] = "intel";
driverList[1] = "i810";
}
break;
case 0x102b: driverList[0] = "mga"; break;