[RFC: 2.6 patch] remove the broken SCSI_ACORNSCSI_3 driver

2007-01-06 Thread Adrian Bunk
The SCSI_ACORNSCSI_3 driver: - has been marked as BROKEN for more than one year and - is still marked as BROKEN. Drivers that had been marked as BROKEN for such a long time seem to be unlikely to be revived in the forseeable future. But if anyone wants to ever revive this driver, the code is stil

Re: [PATCH 2/5] fusion: vmware bug fix prevent inifinite retries

2007-01-06 Thread James Bottomley
On Sat, 2007-01-06 at 09:10 -0700, Matthew Wilcox wrote: > On Sat, Jan 06, 2007 at 09:30:45AM -0600, James Bottomley wrote: > > On Thu, 2007-01-04 at 20:46 -0700, Eric Moore wrote: > > > - if (scsi_status == MPI_SCSI_STATUS_BUSY) > > > + if (ioc->bus_type != SPI && s

Re: [PATCH 2/5] fusion: vmware bug fix prevent inifinite retries

2007-01-06 Thread Matthew Wilcox
On Sat, Jan 06, 2007 at 09:30:45AM -0600, James Bottomley wrote: > On Thu, 2007-01-04 at 20:46 -0700, Eric Moore wrote: > > - if (scsi_status == MPI_SCSI_STATUS_BUSY) > > + if (ioc->bus_type != SPI && scsi_status == > > MPI_SCSI_STATUS_BUSY) > >

Re: [PATCH 2/5] fusion: vmware bug fix prevent inifinite retries

2007-01-06 Thread James Bottomley
On Thu, 2007-01-04 at 20:46 -0700, Eric Moore wrote: > - if (scsi_status == MPI_SCSI_STATUS_BUSY) > + if (ioc->bus_type != SPI && scsi_status == > MPI_SCSI_STATUS_BUSY) > sc->result = (DID_BUS_BUSY << 16) | scsi_status; >