patch-2.4.19 linux-2.4.19/drivers/ide/gayle.c
Next file: linux-2.4.19/drivers/ide/hpt366.c
Previous file: linux-2.4.19/drivers/ide/falconide.c
Back to the patch index
Back to the overall index
- Lines: 32
- Date:
Fri Aug 2 17:39:44 2002
- Orig file:
linux-2.4.18/drivers/ide/gayle.c
- Orig date:
Mon Nov 27 17:57:34 2000
diff -urN linux-2.4.18/drivers/ide/gayle.c linux-2.4.19/drivers/ide/gayle.c
@@ -16,6 +16,7 @@
#include <linux/hdreg.h>
#include <linux/ide.h>
#include <linux/init.h>
+#include <linux/zorro.h>
#include <asm/setup.h>
#include <asm/amigahw.h>
@@ -88,7 +89,7 @@
{
unsigned char ch;
- ch = inb(hwif->io_ports[IDE_IRQ_OFFSET]);
+ ch = z_readb(hwif->io_ports[IDE_IRQ_OFFSET]);
if (!(ch & GAYLE_IRQ_IDE))
return 0;
return 1;
@@ -98,11 +99,11 @@
{
unsigned char ch;
- ch = inb(hwif->io_ports[IDE_IRQ_OFFSET]);
+ ch = z_readb(hwif->io_ports[IDE_IRQ_OFFSET]);
if (!(ch & GAYLE_IRQ_IDE))
return 0;
- (void)inb(hwif->io_ports[IDE_STATUS_OFFSET]);
- outb(0x7c, hwif->io_ports[IDE_IRQ_OFFSET]);
+ (void)z_readb(hwif->io_ports[IDE_STATUS_OFFSET]);
+ z_writeb(0x7c, hwif->io_ports[IDE_IRQ_OFFSET]);
return 1;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)