cvs commit: src/sys/sys bus.h src/sys/kern subr_bus.c
Dag-Erling Smorgrav
des at FreeBSD.org
Fri Jun 4 10:23:09 GMT 2004
des 2004/06/04 03:23:01 PDT
FreeBSD src repository
Modified files:
sys/sys bus.h
sys/kern subr_bus.c
Log:
Add a devclass level to the dev sysctl tree, in order to support per-
class variables in addition to per-device variables. In plain English,
this means that dev.foo0.bar is now called dev.foo.0.bar, and it is
possible to to have dev.foo.bar as well.
Revision Changes Path
1.148 +64 -10 src/sys/kern/subr_bus.c
1.61 +2 -0 src/sys/sys/bus.h
More information about the cvs-src
mailing list