Wed Sep 5 08:40:06 2018 UTC ()
Pull up following revision(s) (requested by sevan in ticket #1005):

	etc/MAKEDEV.tmpl: revision 1.192

Create fw(4) & fwmem(4) device nodes by default so fwctl(8) works out of the
box.


(martin)
diff -r1.183.6.2 -r1.183.6.3 src/etc/MAKEDEV.tmpl

cvs diff -r1.183.6.2 -r1.183.6.3 src/etc/MAKEDEV.tmpl (expand / switch to unified diff)

--- src/etc/MAKEDEV.tmpl 2017/12/08 05:48:21 1.183.6.2
+++ src/etc/MAKEDEV.tmpl 2018/09/05 08:40:05 1.183.6.3
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1#!/bin/sh - 1#!/bin/sh -
2# $NetBSD: MAKEDEV.tmpl,v 1.183.6.2 2017/12/08 05:48:21 msaitoh Exp $ 2# $NetBSD: MAKEDEV.tmpl,v 1.183.6.3 2018/09/05 08:40:05 martin Exp $
3# 3#
4# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc. 4# Copyright (c) 2003,2007,2008 The NetBSD Foundation, Inc.
5# All rights reserved. 5# All rights reserved.
6# 6#
7# Redistribution and use in source and binary forms, with or without 7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions 8# modification, are permitted provided that the following conditions
9# are met: 9# are met:
10# 1. Redistributions of source code must retain the above copyright 10# 1. Redistributions of source code must retain the above copyright
11# notice, this list of conditions and the following disclaimer. 11# notice, this list of conditions and the following disclaimer.
12# 2. Redistributions in binary form must reproduce the above copyright 12# 2. Redistributions in binary form must reproduce the above copyright
13# notice, this list of conditions and the following disclaimer in the 13# notice, this list of conditions and the following disclaimer in the
14# documentation and/or other materials provided with the distribution. 14# documentation and/or other materials provided with the distribution.
15# 15#
@@ -836,26 +836,27 @@ all) @@ -836,26 +836,27 @@ all)
836 makedev pad pad0 pad1 pad2 pad3 836 makedev pad pad0 pad1 pad2 pad3
837 makedev bthub 837 makedev bthub
838 makedev putter 838 makedev putter
839 makedev drvctl 839 makedev drvctl
840 makedev video 840 makedev video
841 makedev dtv 841 makedev dtv
842 makedev drm0 drm1 drm2 drm3 842 makedev drm0 drm1 drm2 drm3
843 makedev altmem 843 makedev altmem
844 makedev zfs 844 makedev zfs
845 makedev lua 845 makedev lua
846 makedev hdmicec0 846 makedev hdmicec0
847 makedev dtrace 847 makedev dtrace
848 makedev veriexec 848 makedev veriexec
 849 makedev fw0 fw1 fw2 fw3
849 makedev local # do this last 850 makedev local # do this last
850 ;; 851 ;;
851 852
852init) 853init)
853 # unless overridden by MD entry, this is equal to 'all' 854 # unless overridden by MD entry, this is equal to 'all'
854 makedev all opty 855 makedev all opty
855 ;; 856 ;;
856 857
857%MI_DEVICES_BEGIN% 858%MI_DEVICES_BEGIN%
858audio) 859audio)
859 makedev audio0 audio1 audio2 audio3 860 makedev audio0 audio1 audio2 audio3
860 makedev hdaudio0 hdaudio1 hdaudio2 hdaudio3 861 makedev hdaudio0 hdaudio1 hdaudio2 hdaudio3
861 lndev sound0 sound 862 lndev sound0 sound