• J
    [PATCH] sgiioc4: use mmio ops instead of port io · a835fa79
    Jeremy Higdon 提交于
    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: NJeremy Higdon <jeremy@sgi.com>
    Cc: Bartlomiej Zolnierkiewicz <B.Zolnierkiewicz@elka.pw.edu.pl>
    Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
    Signed-off-by: NAndrew Morton <akpm@osdl.org>
    Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
    a835fa79
sgiioc4.c 19.2 KB