Subject: CVS commit: src/sys/dev/isa
To: None <source-changes@NetBSD.org>
From: Quentin Garnier <cube@netbsd.org>
List: source-changes
Date: 11/05/2006 21:06:26
Module Name:	src
Committed By:	cube
Date:		Sun Nov  5 21:06:26 UTC 2006

Modified Files:
	src/sys/dev/isa: pcppi.c

Log Message:
config_found() is for direct configuration, not indirect.

Change the code to use config_search/config_attach, and print a warning
when the user has device* at pcppi? in the kernel configuration file.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/dev/isa/pcppi.c

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