Subject: Re: Rescanning SCSI bus?
To: Lindgren, Jon <jlindgren@SLK.com>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: port-sparc
Date: 04/23/1999 10:46:30
> Is there a way to rescan the SCSI bus under 1.3.3 or 1.4?  For instance, if
> I had a SCSI bus which could electrically support hot swap, how can I get
> the kernel to recognize the new devices?

Try 1.4; it includes a `scsictl' command which (among other things)
does what you want:

% scsictl /dev/scsibusN scan any any

will attempt to find new devices plugged into the bus after boot time.

					- Bill