Subject: CVS commit: syssrc/sys/arch/i386
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/02/2001 19:02:33
Module Name:	syssrc
Committed By:	jdolecek
Date:		Sun Dec  2 17:02:33 UTC 2001

Modified Files:
	syssrc/sys/arch/i386/include: mca_machdep.h
	syssrc/sys/arch/i386/mca: mca_machdep.c

Log Message:
Add couple hooks, needed primarily for NCR 53C90 MCA card driver:
* add flag to explicitly specify if the DMA should be done as 16bit or 8bit
* add flag to specify the DMA should happen via I/O port
* add new function mca_dma_set_ioport(), to set I/O port to be used for the
  DMA operation

Also clarify copyright (welcome to 2001 :), and couple other minor nits


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 syssrc/sys/arch/i386/include/mca_machdep.h
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/i386/mca/mca_machdep.c

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