From c7fc24dc4420057f103afe8fc64524ebc25c5d37 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 25 Aug 1998 09:12:35 +0000 Subject: o Merge with Linux 2.1.116. o New Newport console code. o New G364 console code. --- drivers/block/sl82c105.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'drivers/block/sl82c105.c') 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 -- cgit v1.2.3