Subject: CVS commit: src/usr.sbin/config
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/27/2003 07:00:55
Module Name:	src
Committed By:	thorpej
Date:		Mon Jan 27 05:00:55 UTC 2003

Modified Files:
	src/usr.sbin/config: defs.h gram.y main.c sem.c

Log Message:
Allow pseudo-devices to be declared with an interface attribute.  For
such pseudo-devices, create cfdrivers for them which carry the appropriate
attributes.  This allows devices in the config file to be attached to
pseudo-devices.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/usr.sbin/config/defs.h
cvs rdiff -r1.40 -r1.41 src/usr.sbin/config/gram.y
cvs rdiff -r1.74 -r1.75 src/usr.sbin/config/main.c
cvs rdiff -r1.36 -r1.37 src/usr.sbin/config/sem.c

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