patch-2.1.115 linux/drivers/block/sl82c105.c

Next file: linux/drivers/char/Config.in
Previous file: linux/drivers/block/ns87415.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.114/linux/drivers/block/sl82c105.c linux/drivers/block/sl82c105.c
@@ -38,7 +38,10 @@
 	pci_write_config_dword(dev, 0x40, 0x10ff08a1);
 }
 
-#if 0	/* nobody ever calls these.. ?? */
+/* nobody ever calls these.. ??  -mlord
+ *
+ * Yes somebody certainly does, check asm-ppc/ide.h for the place.  -DaveM
+ */
 void chrp_ide_probe(void) {
 
 	struct pci_dev *pdev = pci_find_device(PCI_VENDOR_ID_WINBOND, PCI_DEVICE_ID_WINBOND_82C105, NULL);
@@ -68,4 +71,3 @@
         if (irq != NULL)
                 *irq = chrp_ide_irq;
 }
-#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov