Module Name: src
Committed By: snj
Date: Sun Feb 19 07:42:37 UTC 2017
Modified Files:
src/etc/etc.luna68k [netbsd-7]: MAKEDEV.conf
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1360):
etc/etc.luna68k/MAKEDEV.conf: revision 1.10
Make sure to prepare /dev/xp node entry.
Missed in the initial xp(4) support import:
http://mail-index.netbsd.org/source-changes/2016/12/03/msg079493.html
To generate a diff of this commit:
cvs rdiff -u -r1.8.10.1 -r1.8.10.2 src/etc/etc.luna68k/MAKEDEV.conf
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/etc/etc.luna68k/MAKEDEV.conf
diff -u src/etc/etc.luna68k/MAKEDEV.conf:1.8.10.1 src/etc/etc.luna68k/MAKEDEV.conf:1.8.10.2
--- src/etc/etc.luna68k/MAKEDEV.conf:1.8.10.1 Tue Dec 6 06:50:23 2016
+++ src/etc/etc.luna68k/MAKEDEV.conf Sun Feb 19 07:42:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.8.10.1 2016/12/06 06:50:23 snj Exp $
+# $NetBSD: MAKEDEV.conf,v 1.8.10.2 2017/02/19 07:42:37 snj Exp $
all_md)
makedev ttya sd0 sd1 sd2 sd3 cd0 cd1 st0 st1
@@ -21,3 +21,8 @@ ramdisk)
makedev ttyEcfg ttyE0 wskbd0
makedev scsibus0 scsibus1
;;
+
+xp)
+ major=40; minor=0; mode=0644
+ mkdev xp c $major $minor $mode
+ ;;