Module Name: src
Committed By: ozaki-r
Date: Fri Nov 1 02:58:50 UTC 2019
Modified Files:
src/etc: MAKEDEV.tmpl
Log Message:
MAKEDEV: add entry for vio9p(4)
To generate a diff of this commit:
cvs rdiff -u -r1.209 -r1.210 src/etc/MAKEDEV.tmpl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/MAKEDEV.tmpl
diff -u src/etc/MAKEDEV.tmpl:1.209 src/etc/MAKEDEV.tmpl:1.210
--- src/etc/MAKEDEV.tmpl:1.209 Sun Oct 27 07:08:15 2019
+++ src/etc/MAKEDEV.tmpl Fri Nov 1 02:58:50 2019
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV.tmpl,v 1.209 2019/10/27 07:08:15 maxv Exp $
+# $NetBSD: MAKEDEV.tmpl,v 1.210 2019/11/01 02:58:50 ozaki-r Exp $
#
# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -1762,6 +1762,11 @@ qemufwcfg[0-9]*)
mkdev qemufwcfg$unit c %qemufwcfg_chr% $unit 660
;;
+vio9p[0-9]*)
+ unit=${i#vio9p}
+ mkdev vio9p$unit c %vio9p_chr% $unit 660
+ ;;
+
nvram)
mkdev nvram c %nvram_chr% 0 644
;;