Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Andy Doran <ad@netbsd.org>
List: source-changes
Date: 09/01/2000 15:11:38
Module Name:	syssrc
Committed By:	ad
Date:		Fri Sep  1 12:11:38 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: cac.c

Log Message:
- Interface cleanup. static, const in places.
- Pull in linkage useful for both PCI and EISA boards from cac_pci.c.
- cac_ccb_done() now frees the done CCB if the CCB callback completes.
- Model-specific linkage is now responsible for DMA synchronization.
- Use wakeup_one() in cac_ccb_free().
- Start synchronous commands `manually'.
- Add one hardware check in DIAGNOSTIC case.
- Improve error messages.
- Start firmware background tasks on controllers that need it.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/ic/cac.c

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