node for dtrace

This commit is contained in:
christos 2013-02-28 02:00:27 +00:00
parent 64598e0663
commit ef9b0fbc8a
1 changed files with 9 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV.tmpl,v 1.162 2013/02/10 14:54:33 christos Exp $
# $NetBSD: MAKEDEV.tmpl,v 1.163 2013/02/28 02:00:27 christos Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@ -296,6 +296,9 @@
#
# Trusted Computing devices
# tpm Trusted Platform Module
#
# Debugging and tracing
dtrace Dynamic tracing framework
#
@ -2073,6 +2076,11 @@ tpm)
mkdev tpm c %tpm_chr% 0 600
;;
dtrace)
makedir dtrace 755
mkdev dtrace/dtrace c %dtrace_chr% 0 600
;;
fw[0-9]*)
unit=${i#fw}
for j in 0 1 2 3