Subject: Re: SCSI bus resets
To: Thor Lancelot Simon <tls@rek.tjls.com>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: tech-kern
Date: 08/29/2000 15:05:29
On Tue, Aug 29, 2000 at 05:22:11AM -0400, Thor Lancelot Simon wrote:
> I think it's *highly* questionable whether you want to reset the SCSI
> bus by default at all.  If we ever want to run in truly high-end
> configurations, we have to stop doing antisocial stuff like this.

The generic SCSI code doesn't do a bus reset; some drivers might.
For example, the ahc driver does it if the EEPROM setting for
resetting the bus is active.

- Frank