]> git.pld-linux.org Git - packages/kernel.git/blame - ide-probe.patch
- ported from linux-2.4.25-atmdd.patch
[packages/kernel.git] / ide-probe.patch
CommitLineData
222bda39
KT
1diff -urN linux.orig/drivers/ide/ide-probe.c linux/drivers/ide/ide-probe.c
2--- linux.orig/drivers/ide/ide-probe.c Sat Apr 20 18:05:49 2002
3+++ linux/drivers/ide/ide-probe.c Sat Apr 20 21:51:21 2002
4@@ -491,11 +491,13 @@
5
6 if (hwif->noprobe)
7 return;
8+#ifdef CONFIG_BLK_DEV_IDE
9 if (hwif->io_ports[IDE_DATA_OFFSET] == HD_DATA) {
10 extern void probe_cmos_for_drives(ide_hwif_t *);
11
12 probe_cmos_for_drives (hwif);
13 }
14+#endif
15
16 if ((hwif->chipset != ide_4drives || !hwif->mate->present) &&
17 #if CONFIG_BLK_DEV_PDC4030
This page took 0.13231 seconds and 4 git commands to generate.