patch-2.3.99-pre7 linux/include/asm-ppc/ide.h
Next file: linux/include/asm-ppc/immap_8260.h
Previous file: linux/include/asm-ppc/heathrow.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Tue May 2 13:05:40 2000
- Orig file:
v2.3.99-pre6/linux/include/asm-ppc/ide.h
- Orig date:
Sat Oct 9 11:47:50 1999
diff -u --recursive --new-file v2.3.99-pre6/linux/include/asm-ppc/ide.h linux/include/asm-ppc/ide.h
@@ -63,6 +63,7 @@
void ide_outsw(ide_ioreg_t port, void *buf, int ns);
void ppc_generic_ide_fix_driveid(struct hd_driveid *id);
+#if 0
#undef insw
#define insw(port, buf, ns) do { \
ppc_ide_md.insw((port), (buf), (ns)); \
@@ -72,6 +73,7 @@
#define outsw(port, buf, ns) do { \
ppc_ide_md.outsw((port), (buf), (ns)); \
} while (0)
+#endif
#undef SUPPORT_SLOW_DATA_PORTS
#define SUPPORT_SLOW_DATA_PORTS 0
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)