X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drivers%2Fscsi%2Farm%2Ffas216.h;h=60a2a120205b99e705429008ba512dc9b6ee6841;hb=f7f1b0f1e2fbadeab12d24236000e778aa9b1ead;hp=8c80f0f8f5b4d0fdbe22966548cb9350d479a9a6;hpb=e3f6fb6212a7102bdb56ba38fa1e98fe72950475;p=linux-2.6.git diff --git a/drivers/scsi/arm/fas216.h b/drivers/scsi/arm/fas216.h index 8c80f0f8f..60a2a1202 100644 --- a/drivers/scsi/arm/fas216.h +++ b/drivers/scsi/arm/fas216.h @@ -236,12 +236,12 @@ typedef struct { /* driver information */ struct { phase_t phase; /* current phase */ - void *io_base; /* iomem base of FAS216 */ - unsigned int io_port; /* base address of FAS216 */ + void __iomem *io_base; /* iomem base of FAS216 */ unsigned int io_shift; /* shift to adjust reg offsets by */ unsigned char cfg[4]; /* configuration registers */ const char *type; /* chip type */ unsigned int irq; /* interrupt */ + int dma; /* dma channel */ Scsi_Pointer SCp; /* current commands data pointer */