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

Modified Files:
	syssrc/sys/dev/ic [netbsd-1-5]: siop.c siop_common.c siopvar_common.h

Log Message:
Pull up (approved by thorpej):
sys/dev/ic/siop.c 1.25->1.26
sys/dev/ic/siop_common.c 1.5->1.6
sys/dev/ic/siopvar_common.h 1.3->1.4

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.21.2.1 -r1.21.2.2 syssrc/sys/dev/ic/siop.c
cvs rdiff -r1.3 -r1.3.2.1 syssrc/sys/dev/ic/siop_common.c \
    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.