Module Name:    src
Committed By:   tsutsui
Date:           Thu Feb 16 13:13:39 UTC 2017

Modified Files:
        src/etc/etc.luna68k: MAKEDEV.conf

Log Message:
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.9 -r1.10 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.9 src/etc/etc.luna68k/MAKEDEV.conf:1.10
--- src/etc/etc.luna68k/MAKEDEV.conf:1.9	Sat Dec  3 17:38:02 2016
+++ src/etc/etc.luna68k/MAKEDEV.conf	Thu Feb 16 13:13:39 2017
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.9 2016/12/03 17:38:02 tsutsui Exp $
+# $NetBSD: MAKEDEV.conf,v 1.10 2017/02/16 13:13:39 tsutsui 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
+	;;

Reply via email to