Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Shin Takemura <takemura@netbsd.org>
List: source-changes
Date: 01/13/2002 16:00:39
Module Name:	syssrc
Committed By:	takemura
Date:		Sun Jan 13 14:00:39 UTC 2002

Modified Files:
	syssrc/sys/arch/hpc/hpc: config_hook.c config_hook.h
	syssrc/sys/dev/hpc: files.hpcio hpcin.c hpcioman.c hpciomanvar.h

Log Message:
Added new config hook type PCIINTR (handling PCI interrupt).
Added config hook APIs, config_connect, config_disconnect and
config_connected_call.
Supported PCIINTR type event in hpcio.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/hpc/hpc/config_hook.c
cvs rdiff -r1.4 -r1.5 syssrc/sys/arch/hpc/hpc/config_hook.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/hpc/files.hpcio
cvs rdiff -r1.4 -r1.5 syssrc/sys/dev/hpc/hpcin.c
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/hpc/hpcioman.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/hpc/hpciomanvar.h

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