Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Scott Reynolds <scottr@netbsd.org>
List: source-changes
Date: 10/25/1998 20:42:48
Module Name:	src
Committed By:	scottr
Date:		Mon Oct 26 04:42:47 UTC 1998

Modified Files:
	src/sys/dev/ic: ncr5380var.h
Log Message:
In order for the SCI_CLR_INTR() and SCI_BUSY() macros to work, we
must actually use the softc pointer provided.  Adjust NCR5380_READ()
and NCR5380_WRITE() appropriately.