Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 10/12/2000 06:12:02
Module Name: syssrc
Committed By: onoe
Date: Thu Oct 12 03:12:02 UTC 2000
Modified Files:
syssrc/sys/arch/newsmips/apbus: apbusvar.h
Log Message:
change the type of the apbus interrupt handler from void to int
for each driver to indicate the interrupt has been handled or not.
add prototype of apbus_dmatag_init() function, which allocates memory
and initialize its member including bus space handle to flush DMA write
cache. Note that the allocated pointer must be freed.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/newsmips/apbus/apbusvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.