Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 11/16/2003 18:31:45
Module Name:	src
Committed By:	tsutsui
Date:		Sun Nov 16 18:31:45 UTC 2003

Modified Files:
	src/sys/dev/pci: pcscp.c

Log Message:
Misc cleanup:
- tweak some attach messages
- establish interrupt after all dma resouces are successfully allocated
- wrap an assertion with #ifdef DIAGNOSTIC
- assume NCRCFG2_FE bit is always enabled
- call bus_dmamap_sync for mdldmap at POSTWRITE for consistency
- pass proper dmamapsize for mdldmap


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/dev/pci/pcscp.c

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