Subject: CVS commit: syssrc/sys/dev/std
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 02/27/2002 06:58:52
Module Name:	syssrc
Committed By:	jmc
Date:		Wed Feb 27 04:58:52 UTC 2002

Added Files:
	syssrc/sys/dev/std: ieee1212.c ieee1212var.h

Log Message:
Initial checkin.

A framework for parsing p1212 compliant ROM's and returning a tree that
describes it. Include routines for searching the tree, walking it to
apply functions against nodes and printing out the tree.

Also provide a utility routine to take all the unit dirs present in a ROM,
loop against them and present them to config_found to configure all possible
sub devices.


To generate a diff of this commit:
cvs rdiff -r0 -r1.1 syssrc/sys/dev/std/ieee1212.c \
    syssrc/sys/dev/std/ieee1212var.h

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