Re: An MCA ESP driver

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: Matthew Wilcox <matthew@xxxxxx>
Date: Mon, 6 Aug 2007 17:24:58 -0600

> @@ -514,11 +514,14 @@ struct esp {
>  
>  	struct completion	*eh_reset;
>  
> -	struct sbus_dma		*dma;
> +	union {
> +		struct sbus_dma	*sbus_dma;
> +		unsigned int	x86_dma;
> +	};
>  };

Feel free to make this a "void *dma_cookie" or similar.
It's private to the bus front-end.
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux