acrn-kernel/drivers/ide
Jeremy Higdon a835fa798d [PATCH] sgiioc4: use mmio ops instead of port io
From: Jeremy Higdon <jeremy@sgi.com>

This patch fixes a bug in sgiioc4 where it was using the default IDE port
I/O operations instead of MMIO.

The IDE part of the IOC4 chip uses MMIO to map the chip registers.
Unfortunately, the sgiioc4 driver uses the default port IO operations,
which happens to have worked for the past few years.  That's about to
change, however, thus this change from inX/outX to readX/writeX.

Signed-off-by: Jeremy Higdon <jeremy@sgi.com>
Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-05-31 16:27:11 -07:00
..
arm
cris
h8300
legacy [PATCH] ide_cs: Add IBM microdrive to known IDs 2006-05-15 11:20:58 -07:00
mips
pci [PATCH] sgiioc4: use mmio ops instead of port io 2006-05-31 16:27:11 -07:00
ppc [PATCH] powerpc: Fix ide-pmac sysfs entry 2006-05-21 12:59:16 -07:00
Kconfig
Makefile
ide-cd.c
ide-cd.h
ide-disk.c [PATCH] LED: Add IDE disk activity LED trigger 2006-03-31 12:18:57 -08:00
ide-dma.c
ide-floppy.c
ide-generic.c
ide-io.c
ide-iops.c
ide-lib.c
ide-pnp.c
ide-probe.c
ide-proc.c
ide-tape.c [PATCH] ide-tape: use time_after(), time_after_eq() 2006-03-28 09:16:07 -08:00
ide-taskfile.c [PATCH] Ensure ide-taskfile calls any driver specific end_request function 2006-03-31 12:18:57 -08:00
ide-timing.h
ide.c
setup-pci.c [PATCH] remove the obsolete IDEPCI_FLAG_FORCE_PDC 2006-04-19 09:13:53 -07:00