Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 05/27/2000 14:58:18
Module Name:	syssrc
Committed By:	fvdl
Date:		Sat May 27 21:58:17 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: aic7xxx.c aic7xxxvar.h

Log Message:
When a bus is accessed for the first time, reset it. Without this,
some devices may not be found if the BIOS (which would normally
do the reset at startup) is disabled. Should really be done from the SCSI
layer.

Implement the SCBUSIORESET ioctl.


To generate a diff of this commit:
cvs rdiff -r1.51 -r1.52 syssrc/sys/dev/ic/aic7xxx.c
cvs rdiff -r1.23 -r1.24 syssrc/sys/dev/ic/aic7xxxvar.h

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