Re: [PATCH] kill old EH constants

2005-04-21 Thread Sam Creasey
On Thu, 21 Apr 2005, Christoph Hellwig wrote: > On Thu, Apr 21, 2005 at 11:58:12AM +0200, Geert Uytterhoeven wrote: > > sun3_NCR5380.c still uses the following: > > > > - SCSI_ABORT_SUCCESS > > - SCSI_ABORT_ERROR > > - SCSI_ABORT_SNOOZE > > - SCSI_ABORT_BUSY > > -

Re: [PATCH] kill old EH constants

2005-04-21 Thread Christoph Hellwig
On Thu, Apr 21, 2005 at 11:58:12AM +0200, Geert Uytterhoeven wrote: > sun3_NCR5380.c still uses the following: > > - SCSI_ABORT_SUCCESS > - SCSI_ABORT_ERROR > - SCSI_ABORT_SNOOZE > - SCSI_ABORT_BUSY > - SCSI_ABORT_NOT_RUNNING > - SCSI_RESET_SUCCESS > - SCSI_RESET_BUS_RESET > >

Re: [PATCH] kill old EH constants

2005-04-21 Thread Geert Uytterhoeven
Apr 2005 06:14:52 -0500 > > [PATCH] kill old EH constants > > Fix up two drivers that incorrectly were using the old return values for > their new-style EH methods and kill off scsi_obsolete.h that defined the > constants. The initio driver has all these constansts defined locally &g

Re: [PATCH] kill old EH constants

2005-04-21 Thread Geert Uytterhoeven
] kill old EH constants Fix up two drivers that incorrectly were using the old return values for their new-style EH methods and kill off scsi_obsolete.h that defined the constants. The initio driver has all these constansts defined locally and uses them internally, I'll fix that up some time

Re: [PATCH] kill old EH constants

2005-04-21 Thread Christoph Hellwig
On Thu, Apr 21, 2005 at 11:58:12AM +0200, Geert Uytterhoeven wrote: sun3_NCR5380.c still uses the following: - SCSI_ABORT_SUCCESS - SCSI_ABORT_ERROR - SCSI_ABORT_SNOOZE - SCSI_ABORT_BUSY - SCSI_ABORT_NOT_RUNNING - SCSI_RESET_SUCCESS - SCSI_RESET_BUS_RESET causing the

Re: [PATCH] kill old EH constants

2005-04-21 Thread Sam Creasey
On Thu, 21 Apr 2005, Christoph Hellwig wrote: On Thu, Apr 21, 2005 at 11:58:12AM +0200, Geert Uytterhoeven wrote: sun3_NCR5380.c still uses the following: - SCSI_ABORT_SUCCESS - SCSI_ABORT_ERROR - SCSI_ABORT_SNOOZE - SCSI_ABORT_BUSY - SCSI_ABORT_NOT_RUNNING -