Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.mac68k Create the sysmon device node for the softwar...



details:   https://anonhg.NetBSD.org/src/rev/d431e6d858bf
branches:  trunk
changeset: 770119:d431e6d858bf
user:      hauke <hauke%NetBSD.org@localhost>
date:      Tue Oct 04 10:55:53 2011 +0000

description:
Create the sysmon device node for the software watchdog

diffstat:

 etc/etc.mac68k/MAKEDEV.conf |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 67aca57e233e -r d431e6d858bf etc/etc.mac68k/MAKEDEV.conf
--- a/etc/etc.mac68k/MAKEDEV.conf       Tue Oct 04 10:35:33 2011 +0000
+++ b/etc/etc.mac68k/MAKEDEV.conf       Tue Oct 04 10:55:53 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MAKEDEV.conf,v 1.10 2008/09/13 13:11:38 tsutsui Exp $
+# $NetBSD: MAKEDEV.conf,v 1.11 2011/10/04 10:55:53 hauke Exp $
 
 all_md)
        makedev wscons std_mac68k sd0 sd1 sd2 sd3 wd0 wd1 wd2 wd3 tty0 tty1
@@ -11,6 +11,7 @@
        makedev scsibus0 scsibus1 scsibus2 scsibus3
        makedev ses0 ses1 ses2 ses3
        makedev cfs
+       makedev sysmon
        ;;
 
 std_mac68k)



Home | Main Index | Thread Index | Old Index