Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/26/1998 21:50:05
cgd
Mon Jan 26 13:47:36 PST 1998
Update of /cvsroot/src/sys/dev/ofw
In directory netbsd1:/var/slash-tmp/cvs-serv23297

Modified Files:
	files.ofw 
Log Message:
add ofw_subr.c, a file containing common OFW routines.


cgd
Mon Jan 26 13:48:08 PST 1998
Update of /cvsroot/src/sys/dev/ofw
In directory netbsd1:/var/slash-tmp/cvs-serv23445

Modified Files:
	ofbus.c 
Log Message:
(1) kill ofnmmatch(); nothing used it (and it's not clear that
    anything _should_ use it).
(2) in the child properties check, also check for 'compatible,' and
    config_found() if the child has it.


cgd
Mon Jan 26 13:48:41 PST 1998
Update of /cvsroot/src/sys/dev/ofw
In directory netbsd1:/var/slash-tmp/cvs-serv23606

Added Files:
	ofw_subr.c 
Log Message:
new file containing common OFW-related routines.  Right now just contains
of_decode_int(), a function which decodes OFW integer properties.


cgd
Mon Jan 26 13:49:01 PST 1998
Update of /cvsroot/src/sys/dev/ofw
In directory netbsd1:/var/slash-tmp/cvs-serv23796

Modified Files:
	ofcons.c 
Log Message:
of_decode_int() the stdin and stdout properties.


cgd
Mon Jan 26 13:49:15 PST 1998
Update of /cvsroot/src/sys/dev/ofw
In directory netbsd1:/var/slash-tmp/cvs-serv23846

Modified Files:
	openfirm.h 
Log Message:
clean up for other changes (removal of ofnmmatch(), addition of
of_decode_int()), reorganize.