Source-Changes-HG archive

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

[src/netbsd-7]: src/etc/etc.luna68k Pull up following revision(s) (requested ...



details:   https://anonhg.NetBSD.org/src/rev/1c6778daf8b0
branches:  netbsd-7
changeset: 800132:1c6778daf8b0
user:      snj <snj%NetBSD.org@localhost>
date:      Sun Feb 19 07:42:37 2017 +0000

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

diffstat:

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

diffs (18 lines):

diff -r c2479f5a71da -r 1c6778daf8b0 etc/etc.luna68k/MAKEDEV.conf
--- a/etc/etc.luna68k/MAKEDEV.conf      Sun Feb 19 05:04:20 2017 +0000
+++ b/etc/etc.luna68k/MAKEDEV.conf      Sun Feb 19 07:42:37 2017 +0000
@@ -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 @@
        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