Jesse Keating 2f82dda
Index: linux-2.6.32.noarch/drivers/video/via/viafbdev.c
Jesse Keating 2f82dda
===================================================================
Jesse Keating 2f82dda
--- linux-2.6.32.noarch.orig/drivers/video/via/viafbdev.c
Jesse Keating 2f82dda
+++ linux-2.6.32.noarch/drivers/video/via/viafbdev.c
Jesse Keating 2f82dda
@@ -2161,6 +2161,8 @@ static int __init viafb_setup(char *opti
Jesse Keating 2f82dda
 #endif
Jesse Keating 2f82dda
 
Jesse Keating 2f82dda
 static struct pci_device_id viafb_pci_table[] __devinitdata = {
Jesse Keating 2f82dda
+/* We don't want this driver to autoload in F11/F-12 */
Jesse Keating 2f82dda
+/*
Jesse Keating 2f82dda
 	{ PCI_DEVICE(PCI_VENDOR_ID_VIA, UNICHROME_CLE266_DID),
Jesse Keating 2f82dda
 	  .driver_data = UNICHROME_CLE266 },
Jesse Keating 2f82dda
 	{ PCI_DEVICE(PCI_VENDOR_ID_VIA, UNICHROME_PM800_DID),
Jesse Keating 2f82dda
@@ -2183,6 +2185,7 @@ static struct pci_device_id viafb_pci_ta
Jesse Keating 2f82dda
 	  .driver_data = UNICHROME_VX800 },
Jesse Keating 2f82dda
 	{ PCI_DEVICE(PCI_VENDOR_ID_VIA, UNICHROME_VX855_DID),
Jesse Keating 2f82dda
 	  .driver_data = UNICHROME_VX855 },
Jesse Keating 2f82dda
+*/
Jesse Keating 2f82dda
 	{ }
Jesse Keating 2f82dda
 };
Jesse Keating 2f82dda
 MODULE_DEVICE_TABLE(pci, viafb_pci_table);