From: anton@samba.org Added definition of viomajortype_scsi so drivers/scsi/iSeries_vscsi will compile --- include/asm-ppc64/iSeries/vio.h | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff -puN include/asm-ppc64/iSeries/vio.h~ppc64-viomajortype_scsi include/asm-ppc64/iSeries/vio.h --- 25/include/asm-ppc64/iSeries/vio.h~ppc64-viomajortype_scsi 2004-02-04 00:12:07.000000000 -0800 +++ 25-akpm/include/asm-ppc64/iSeries/vio.h 2004-02-04 00:12:07.000000000 -0800 @@ -49,7 +49,7 @@ * in. We use a table to route these, and this defines * the maximum number of distinct subtypes */ -#define VIO_MAX_SUBTYPES 7 +#define VIO_MAX_SUBTYPES 8 /* Each subtype can register a handler to process their events. * The handler must have this interface. @@ -103,7 +103,8 @@ enum viosubtypes { viomajorsubtype_chario = 0x0300, viomajorsubtype_config = 0x0400, viomajorsubtype_cdio = 0x0500, - viomajorsubtype_tape = 0x0600 + viomajorsubtype_tape = 0x0600, + viomajorsubtype_scsi = 0x0700 }; _