Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: syssrc
>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
Home |
Main Index |
Thread Index |
Old Index