aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2002-06-18 21:32:33 +0000
committerJulian Elischer <julian@FreeBSD.org>2002-06-18 21:32:33 +0000
commita8353960351ce8bf978c3dc031b56ba85df5a109 (patch)
treeedd6c29e309983381c4456500cf40f90970e91da /sys/conf/files
parentd8dbc77c56c7f0e8a5b5adcffd074071b02bb205 (diff)
downloadsrc-a8353960351ce8bf978c3dc031b56ba85df5a109.tar.gz
src-a8353960351ce8bf978c3dc031b56ba85df5a109.zip
A node that creates a device entry in /dev (yay devfs)
so that /dev/mumble can be the entrypoint to some networking graph, e.g. a tunnel or a remote tape drive or whatever... Not fully tested (by me) yet. Submitted by: Mark Santcroos <marks@ripe.net> MFC after: 3 weeks
Notes
Notes: svn path=/head/; revision=98402
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 3ce861bc13e8..b3ea2084d7fa 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -1112,6 +1112,7 @@ netgraph/ng_bpf.c optional netgraph_bpf
net/bpf_filter.c optional netgraph_bpf
netgraph/ng_bridge.c optional netgraph_bridge
netgraph/ng_cisco.c optional netgraph_cisco
+netgraph/ng_device.c optional netgraph_device
netgraph/ng_echo.c optional netgraph_echo
netgraph/ng_ether.c optional netgraph_ether
netgraph/ng_frame_relay.c optional netgraph_frame_relay