patch-2.4.27 linux-2.4.27/drivers/pci/pci.c
Next file: linux-2.4.27/drivers/pci/pci.ids
Previous file: linux-2.4.27/drivers/parport/parport_serial.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
2004-08-07 16:26:05.241370897 -0700
-  Orig file: 
linux-2.4.26/drivers/pci/pci.c
-  Orig date: 
2003-11-28 10:26:20.000000000 -0800
diff -urN linux-2.4.26/drivers/pci/pci.c linux-2.4.27/drivers/pci/pci.c
@@ -943,7 +943,7 @@
 	if (cacheline_size == pci_cache_line_size)
 		return 0;
 
-	printk(KERN_WARNING "PCI: cache line size of %d is not supported "
+	printk(KERN_DEBUG "PCI: cache line size of %d is not supported "
 	       "by device %s\n", pci_cache_line_size << 2, dev->slot_name);
 
 	return -EINVAL;
@@ -2214,6 +2214,7 @@
 
 EXPORT_SYMBOL(isa_dma_bridge_buggy);
 EXPORT_SYMBOL(pci_pci_problems);
+EXPORT_SYMBOL(pciehp_msi_quirk);
 
 /* Pool allocator */
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)