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