Source-Changes-HG archive

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

[src/netbsd-1-5]: src/etc/etc.i386 Pull up 1.118->1.119 (requested by thorpej):



details:   https://anonhg.NetBSD.org/src/rev/9b98e5375700
branches:  netbsd-1-5
changeset: 488815:9b98e5375700
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Sun Jul 30 17:59:40 2000 +0000

description:
Pull up 1.118->1.119 (requested by thorpej):
lm* -> sysmon

diffstat:

 etc/etc.i386/MAKEDEV |  19 ++++++++-----------
 1 files changed, 8 insertions(+), 11 deletions(-)

diffs (49 lines):

diff -r 681818b90f3c -r 9b98e5375700 etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV      Sun Jul 30 17:58:24 2000 +0000
+++ b/etc/etc.i386/MAKEDEV      Sun Jul 30 17:59:40 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.118 2000/06/11 09:13:51 veego Exp $
+#      $NetBSD: MAKEDEV,v 1.118.2.1 2000/07/30 17:59:40 bouyer Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -107,7 +107,7 @@
 #      uk*     unknown SCSI device
 #      ch*     SCSI changer
 #      cfs*    Coda file system device
-#      lm      LM7[89] hardware monitor
+#      sysmon  System Monitoring hardware
 #      bktr    Brooktree 848/849/878/879 based TV cards
 #
 
@@ -147,7 +147,7 @@
        sh $0 scsibus0 scsibus1 scsibus2 scsibus3
        sh $0 wscons
        sh $0 ca0 ca1 ca2 ca3
-       sh $0 lm0
+       sh $0 sysmon
        sh $0 bktr
        sh $0 ttyCZ0
        ;;
@@ -662,14 +662,11 @@
        chmod 600 $cfs
        ;;
 
-lm*)
-       unit=${i#lm}
-       lm=lm$unit
-       major=67
-       rm -f $lm
-       mknod $lm c $major $unit
-       chown root.wheel $lm
-       chmod 644 $lm
+sysmon)
+       rm -f sysmon
+       mknod sysmon c $major $unit
+       chown root.wheel sysmon
+       chmod 644 sysmon
        ;;
 
 scsibus*)



Home | Main Index | Thread Index | Old Index