patch-2.3.99-pre2 linux/drivers/ide/ide-probe.c
Next file: linux/drivers/ide/piix.c
Previous file: linux/drivers/ide/ide-geometry.c
Back to the patch index
Back to the overall index
-  Lines: 14
-  Date:
Sat Mar 18 11:39:12 2000
-  Orig file: 
v2.3.99-pre1/linux/drivers/ide/ide-probe.c
-  Orig date: 
Tue Mar 14 19:10:39 2000
diff -u --recursive --new-file v2.3.99-pre1/linux/drivers/ide/ide-probe.c linux/drivers/ide/ide-probe.c
@@ -470,11 +470,13 @@
 
 	if (hwif->noprobe)
 		return;
+#ifdef CONFIG_BLK_DEV_IDE
 	if (hwif->io_ports[IDE_DATA_OFFSET] == HD_DATA) {
 		extern void probe_cmos_for_drives(ide_hwif_t *);
 
 		probe_cmos_for_drives (hwif);
 	}
+#endif
 
 	if ((hwif->chipset != ide_4drives || !hwif->mate->present) &&
 #if CONFIG_BLK_DEV_PDC4030
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)