Welcome devctl(4) and devd(8).
authorHasso Tepper <hasso@dragonflybsd.org>
Fri, 3 Oct 2008 00:26:21 +0000 (00:26 +0000)
committerHasso Tepper <hasso@dragonflybsd.org>
Fri, 3 Oct 2008 00:26:21 +0000 (00:26 +0000)
commit71fc104fb0504b44de4e94b7b6f27d1082fead67
treeab26ad801c0359e430df40262e732b63a95f888e
parent4a38d28aaae6d17c9cd44a6d15b1241dfba9b477
Welcome devctl(4) and devd(8).

Obtained-from: FreeBSD
20 files changed:
etc/defaults/rc.conf
etc/devd.conf [new file with mode: 0644]
etc/rc.d/Makefile
etc/rc.d/devd [new file with mode: 0644]
sbin/Makefile
sbin/devd/Makefile [new file with mode: 0644]
sbin/devd/devd.8 [new file with mode: 0644]
sbin/devd/devd.cc [new file with mode: 0644]
sbin/devd/devd.conf.5 [new file with mode: 0644]
sbin/devd/devd.h [new file with mode: 0644]
sbin/devd/devd.hh [new file with mode: 0644]
sbin/devd/parse.y [new file with mode: 0644]
sbin/devd/token.l [new file with mode: 0644]
share/man/man4/Makefile
share/man/man4/devctl.4 [new file with mode: 0644]
sys/dev/acpica5/acpi.c
sys/dev/powermng/coretemp/coretemp.c
sys/kern/subr_bus.c
sys/net/if.c
sys/sys/bus.h