Subject: Re: CVS commit: syssrc
To: None <thorpej@netbsd.org>
From: None <itojun@iijlab.net>
List: source-changes
Date: 10/01/1999 18:57:02
>Modified Files:
>	syssrc/sys/dev/ic: bha.c bhareg.h bhavar.h
>Log Message:
>Rework the Buslogic SCSI driver in preparation for some pending improvements
>to the SCSIPI subsystem.
>- Determine more characteristics about the board, including the number
>  of concurrent commands that the processor can execute at a time.
>- Rework memory allocation strategy so that we can do dynamic pre-allocation
>  of resources according to workload.
>Thanks to the Linux Buslogic driver for having some useful comments.
>To generate a diff of this commit:
>cvs rdiff -r1.30 -r1.31 syssrc/sys/dev/ic/bha.c
>cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/ic/bhareg.h
>cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/ic/bhavar.h

	The change seem to broke compilation of isa/bha_isa.c, which references
	bha_inquire_setup_information().  How should we fix it?

itojun