Re: [PATCH v3] Fix ibmvscsi client for multiplatform iSeries+pSeries kernel.

2007-08-03 Thread Brian King
Acked by: Brian King <[EMAIL PROTECTED]> David Woodhouse wrote: > If you build a multiplatform kernel for iSeries and pSeries, with > ibmvscsic support, the resulting client doesn't work on iSeries. > > This patch should fix that, using the appropriate low-level operations > for the machine detec

[PATCH v3] Fix ibmvscsi client for multiplatform iSeries+pSeries kernel.

2007-07-31 Thread David Woodhouse
If you build a multiplatform kernel for iSeries and pSeries, with ibmvscsic support, the resulting client doesn't work on iSeries. This patch should fix that, using the appropriate low-level operations for the machine detected at runtime. Signed-off-by: David Woodhouse <[EMAIL PROTECTED]> --- Th