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.sparc64 pull up from trunk, approved by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/6825d06b73ba
branches:  netbsd-1-5
changeset: 489168:6825d06b73ba
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Aug 22 05:42:14 2000 +0000

description:
pull up from trunk, approved by thorpej:
>revision 1.13
>date: 2000/08/13 15:37:09;  author: mrg;  state: Exp;  lines: +2 -2
>make that "audio*" not "audio".
>revision 1.12
>date: 2000/08/09 10:54:20;  author: mrg;  state: Exp;  lines: +3 -7
>remove xy & xd support.

diffstat:

 etc/etc.sparc64/MAKEDEV |  14 +++++---------
 1 files changed, 5 insertions(+), 9 deletions(-)

diffs (57 lines):

diff -r 1aaace2d3c13 -r 6825d06b73ba etc/etc.sparc64/MAKEDEV
--- a/etc/etc.sparc64/MAKEDEV   Tue Aug 22 05:38:13 2000 +0000
+++ b/etc/etc.sparc64/MAKEDEV   Tue Aug 22 05:42:14 2000 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.8.4.2 2000/08/11 20:43:38 mason Exp $
+#      $NetBSD: MAKEDEV,v 1.8.4.3 2000/08/22 05:42:14 mrg Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -52,8 +52,6 @@
 #      wd*     IDE disks
 #      cd*     SCSI cdrom drives
 #      ch*     SCSI changer
-#      xy*     Xylogic 450/451 disks
-#      xd*     Xylogic 753/7053 disks
 #      fd*     Floppies
 #      vnd*    "file" pseudo-disks
 #      ccd*    concatenated disk devices
@@ -91,9 +89,9 @@
 
 all)
        sh -$- $0 std ttya ttyb ttyc ttyd
-       sh -$- $0 fd sd0 sd1 sd2 sd3 sd4 xd0 xd1 xd2 xd3 xy0 xy1 xy2 xy3
+       sh -$- $0 fd sd0 sd1 sd2 sd3 sd4
        sh -$- $0 wd0 wd1 wd2 wd3 cd0 st0 st1 fd0
-       sh -$- audio0 audio1 audio2 audio3
+       sh -$- $0 audio0 audio1 audio2 audio3
        sh -$- $0 pty0 pty1 pty2 pty3
        sh -$- $0 vnd0 vnd1 vnd2 vnd3 audio tun0 tun1 tun2 tun3
        sh -$- $0 ccd0 ccd1 ccd2 ccd3 raid0 raid1 raid2 raid3
@@ -199,7 +197,7 @@
        mknod tcx$unit          c 109 $unit; chmod 666 tcx$unit
        ;;
 
-audio)
+audio*)
        unit=${i#audio}
        audio=audio$unit
        sound=sound$unit
@@ -243,14 +241,12 @@
        chmod 640 md${unit}? #rmd${unit}?
        ;;
 
-ccd*|fd*|wd*|sd*|xd*|xy*|cd*|vnd*|raid*)
+ccd*|fd*|wd*|sd*|cd*|vnd*|raid*)
        case $i in
        ccd*)   name=ccd;       unit=${i#ccd};  blk=9;  chr=23;;
        fd*)    name=fd;        unit=${i#fd};   blk=16; chr=54;;
        wd*)    name=wd;        unit=${i#wd};   blk=12; chr=26;;
        sd*)    name=sd;        unit=${i#sd};   blk=7;  chr=17;;
-       xd*)    name=xd;        unit=${i#xd};   blk=10; chr=42;;
-       xy*)    name=xy;        unit=${i#xy};   blk=3;  chr=9;;
        cd*)    name=cd;        unit=${i#cd};   blk=18; chr=58;;
        raid*)  name=raid;      unit=${i#raid}; blk=25; chr=121;;
        vnd*)   name=vnd;       unit=${i#vnd};  blk=8;  chr=110;;



Home | Main Index | Thread Index | Old Index