summaryrefslogtreecommitdiffstats
path: root/drivers/block/sl82c105.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>1998-08-25 09:12:35 +0000
commitc7fc24dc4420057f103afe8fc64524ebc25c5d37 (patch)
tree3682407a599b8f9f03fc096298134cafba1c9b2f /drivers/block/sl82c105.c
parent1d793fade8b063fde3cf275bf1a5c2d381292cd9 (diff)
o Merge with Linux 2.1.116.
o New Newport console code. o New G364 console code.
Diffstat (limited to 'drivers/block/sl82c105.c')
-rw-r--r--drivers/block/sl82c105.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/block/sl82c105.c b/drivers/block/sl82c105.c
index ef05e4656..39b62fddd 100644
--- a/drivers/block/sl82c105.c
+++ b/drivers/block/sl82c105.c
@@ -38,7 +38,10 @@ void ide_init_sl82c105(ide_hwif_t *hwif)
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 @@ void chrp_ide_init_hwif_ports (ide_ioreg_t *p, ide_ioreg_t base, int *irq)
if (irq != NULL)
*irq = chrp_ide_irq;
}
-#endif