Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.luna68k Make sure to prepare /dev/xp node entry.



details:   https://anonhg.NetBSD.org/src/rev/ac648f034a92
branches:  trunk
changeset: 821754:ac648f034a92
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Thu Feb 16 13:13:39 2017 +0000

description:
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

diffstat:

 etc/etc.luna68k/MAKEDEV.conf |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 98047f36be60 -r ac648f034a92 etc/etc.luna68k/MAKEDEV.conf
--- a/etc/etc.luna68k/MAKEDEV.conf      Thu Feb 16 08:48:34 2017 +0000
+++ b/etc/etc.luna68k/MAKEDEV.conf      Thu Feb 16 13:13:39 2017 +0000
@@ -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 @@
        makedev ttyEcfg ttyE0 wskbd0
        makedev scsibus0 scsibus1
        ;;
+
+xp)
+       major=40; minor=0; mode=0644
+       mkdev xp c $major $minor $mode
+       ;;



Home | Main Index | Thread Index | Old Index