Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 04/26/1996 18:40:05
mark
Fri Apr 26 18:32:45 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/podulebus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24637

Modified Files:
	podulebus.c 
Log Message:
podulebus configuration code rewritten. Junked config_scan() from
the podulebus attach function.
For each podule found, config_found_sm() is now called. Device drivers
now only need to look at the podule_attach_args information during
the probe.
A new function matchpodule() has been added for use in the
podule device driver probe functions.


mark
Fri Apr 26 18:34:04 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/podulebus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24689

Modified Files:
	podulebus.h 
Log Message:
Added function prototype for matchpodule().


mark
Fri Apr 26 18:38:22 EDT 1996
Update of /a/cvsroot/src/sys/arch/arm32/podulebus
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24728

Modified Files:
	asc.c oak.c ptsc.c 
Log Message:
Probe functions rewritten to support new podulebus configuration code.
matchpodule() is now used to test podule_attach_args for correct id's.
Fixed compiler warnings generated with -Wall.