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

Next file: linux/drivers/scsi/eata_pio.h
Previous file: linux/drivers/scsi/eata_generic.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.5/linux/drivers/scsi/eata_pio.c linux/drivers/scsi/eata_pio.c
@@ -878,7 +878,7 @@
 {
 
 #ifndef CONFIG_PCI
-    printk("Kernel PCI support not enabled. Skipping scan for PCI HBAs.\n");
+    printk("eata_pio: kernel PCI support not enabled. Skipping scan for PCI HBAs.\n");
 #else
     
     u8 pci_bus, pci_device_fn;
@@ -964,9 +964,9 @@
 		       "PCI_BASE_ADDRESS_0\n", error);
 	}
     } else
-	printk("No BIOS32 extensions present. This eata_pio release "
+	printk("eata_pio: No BIOS32 extensions present. This driver release "
 	       "still depends on it.\n"
-	       "Skipping scan for PCI HBAs. Sorry.\n");
+	       "          Skipping scan for PCI HBAs.\n");
 #endif /* #ifndef CONFIG_PCI */
     return;
 }
@@ -981,11 +981,6 @@
     DBG((DBG_PROBE && DBG_DELAY) || DPT_DEBUG,
 	printk("Using lots of delays to let you read the debugging output\n"));
     
-#ifndef DBG_EISA
-
-printk("DBG_EISA not defined !!!\n");
-
-#endif
 
     find_pio_PCI(&gc, tpnt);
 

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