On Mon, Jan 17, 2005 at 09:39:37PM +1000, Douglas Gilbert wrote: > Continuation of descriptor sense data expansion to > sg driver. > > Next will be the sd driver which awaits a > new utility function in constants.c to read the > sense data information field for medium/hardware > errors. > > Changelog: > - expand sense data handling to descriptor format > - make module parameters visible in > /sys/modules/sg/parameters > - add "readable" SCSI commands: READ(16), REPORT LUNS, > SERVICE_ACTION_IN, RECEIVE_DIAGNOSTIC, READ_LONG > and MAINTENANCE_IN_CMD to list > > Signed-off-by: Douglas Gilbert <[EMAIL PROTECTED]>
+#ifndef MAINTENANCE_IN_CMD +#define MAINTENANCE_IN_CMD 0xa3 +#endif Shouldn't we put it into <scsi/scsi.h> ? - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

