patch-2.3.16 linux/drivers/block/ide-proc.c

Next file: linux/drivers/block/ide.c
Previous file: linux/drivers/block/ide-probe.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/drivers/block/ide-proc.c linux/drivers/block/ide-proc.c
@@ -243,6 +243,7 @@
 					}
 #endif	/* CONFIG_BLK_DEV_IDEPCI */
 				} else {	/* not pci */
+#ifndef CONFIG_Q40
 					switch (digits) {
 						case 2:	outb(val, reg);
 							break;
@@ -251,6 +252,7 @@
 						case 8:	outl(val, reg);
 							break;
 					}
+#endif	/* CONFIG_Q40 */
 				}
 			}
 		}

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)