Add veriexec device

This commit is contained in:
blymn 2004-01-14 05:13:53 +00:00
parent 1644d4f2cf
commit bcb8ffa647
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $NetBSD: MAKEDEV.tmpl,v 1.16 2003/12/22 22:26:32 lukem Exp $
# $NetBSD: MAKEDEV.tmpl,v 1.17 2004/01/14 05:13:53 blymn Exp $
#
# Copyright (c) 2003 The NetBSD Foundation, Inc.
# All rights reserved.
@ -1028,6 +1028,10 @@ isdntrc*)
mkdev isdntrc$unit c %isdntrc_chr% $unit
;;
veriexec)
mkdev veriexec c 94 0
;;
vmegen)
makedev vmegen0 vmegen1 vmegen2 vmegen3
;;