Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/etc/MAKEDEV.tmpl,v rcsdiff: /ftp/cvs/cvsroot/src/etc/MAKEDEV.tmpl,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.188 retrieving revision 1.189 diff -u -p -r1.188 -r1.189 --- src/etc/MAKEDEV.tmpl 2017/12/05 19:17:11 1.188 +++ src/etc/MAKEDEV.tmpl 2018/01/09 03:31:14 1.189 @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: MAKEDEV.tmpl,v 1.188 2017/12/05 19:17:11 jmcneill Exp $ +# $NetBSD: MAKEDEV.tmpl,v 1.189 2018/01/09 03:31:14 christos Exp $ # # Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc. # All rights reserved. @@ -842,6 +842,7 @@ all) makedev hdmicec0 makedev dtrace makedev veriexec + makedev autofs makedev local # do this last ;; @@ -2227,6 +2228,10 @@ nvme[0-9]*) mkdev nvme$unit c %nvme_chr% $(($unit * 65536)) ;; +autofs) + mkdev autofs c %autofs_chr% 0 600 + ;; + midevend) %MI_DEVICES_END% local)