Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/19/1999 10:00:43
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Oct 19 17:00:42 UTC 1999

Modified Files:
	syssrc/sys/arch/mac68k/obio: esp.c

Log Message:
Program the 53c96's interrupt routing info into the VIA before doing
anything that might cause an interrupt (e.g. the SCSI bus reset in
ncr53c9x_attach()).  If we don't do this, the initial interrupt is
lost, thus causing the state machine to never enter IDLE state, thus
causing SCSI commands to never be executed.

Fixes kern/8544, reported by Erik Bertelsen <erik@mediator.uni-c.dk>.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/arch/mac68k/obio/esp.c

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