Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 07/24/2000 18:15:01
Module Name:	syssrc
Committed By:	bouyer
Date:		Mon Jul 24 15:15:01 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: siop.c siop_common.c siopvar_common.h

Log Message:
create a funcion, siop_busreset(), to reset the scsibus.
Reset the scsi bus at attach time, to be sure all devices start in narrow/async
mode.
Defer sync/wide negotiation until after whe have a valid
xs->sc_link->device_softc, so that we can honnor the NOSYNC/NOWIDE quirks.


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 syssrc/sys/dev/ic/siop.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/siop_common.c
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/ic/siopvar_common.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.