patch-1.3.6 linux/drivers/scsi/eata_dma.c

Next file: linux/drivers/scsi/eata_dma.h
Previous file: linux/drivers/net/znet.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.5/linux/drivers/scsi/eata_dma.c linux/drivers/scsi/eata_dma.c
@@ -1086,7 +1086,7 @@
 {
 
 #ifndef CONFIG_PCI
-    printk("Kernel PCI support not enabled. Skipping scan for PCI HBAs.\n");
+    printk("eata_dma: kernel PCI support not enabled. Skipping scan for PCI HBAs.\n");
 #else
     
     u8 pci_bus, pci_device_fn;
@@ -1175,8 +1175,9 @@
 		       "PCI_BASE_ADDRESS_0\n", error);
 	}
     } else
-	printk("No BIOS32 extensions present. This eata_dma release "
-	       "still depends on it.\nSkipping scan for PCI HBAs. Sorry.\n");
+	printk("eata_dma: No BIOS32 extensions present. This driver release "
+	       "still depends on it.\n"
+               "          Skipping scan for PCI HBAs. \n");
 #endif /* #ifndef CONFIG_PCI */
     return;
 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this