patch-2.2.11 linux/include/asm-ppc/ide.h
Next file: linux/include/asm-ppc/io.h
Previous file: linux/include/asm-mips/watch.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon Aug 9 12:04:57 1999
- Orig file:
v2.2.10/linux/include/asm-ppc/ide.h
- Orig date:
Thu May 6 23:14:37 1999
diff -u --recursive --new-file v2.2.10/linux/include/asm-ppc/ide.h linux/include/asm-ppc/ide.h
@@ -109,6 +109,7 @@
ppc_ide_md.fix_driveid(id);
}
+#if 0 /* standard inb/outb is OK now -- paulus */
#undef inb
#define inb(port) in_8((unsigned char *)((port) + ppc_ide_md.io_base))
#undef inb_p
@@ -119,6 +120,7 @@
out_8((unsigned char *)((port) + ppc_ide_md.io_base), (val) )
#undef outb_p
#define outb_p(val, port) outb(val, port)
+#endif
typedef union {
unsigned all : 8; /* all of the bits together */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)