Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.i386 Add "audio" target to create links "audio", "au...
details: https://anonhg.NetBSD.org/src/rev/38195fd5711b
branches: trunk
changeset: 474586:38195fd5711b
user: tron <tron%NetBSD.org@localhost>
date: Mon Jul 12 09:33:59 1999 +0000
description:
Add "audio" target to create links "audio", "audioctl", "mixer" and
"sound" pointing to the first unit's device nodes.
diffstat:
etc/etc.i386/MAKEDEV | 12 ++++++++++--
1 files changed, 10 insertions(+), 2 deletions(-)
diffs (35 lines):
diff -r 4bfa265715ab -r 38195fd5711b etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV Mon Jul 12 08:31:49 1999 +0000
+++ b/etc/etc.i386/MAKEDEV Mon Jul 12 09:33:59 1999 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.87 1999/06/09 01:45:49 christos Exp $
+# $NetBSD: MAKEDEV,v 1.88 1999/07/12 09:33:59 tron Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -129,7 +129,7 @@
sh $0 lpt0 lpt1 lpt2 ttyv0 tun0 tun1 ipl
sh $0 ccd0 ccd1 ccd2 ccd3 md0 ss0 ch0 uk0 uk1 random
sh $0 speaker lkm mms0 lms0 pms0 audio joy0 joy1 apm local satlink0
- sh $0 audio0 audio1 audio2 audio3
+ sh $0 audio
sh $0 ttyv0 ttyv1 ttyv2 ttyv3 ttyv4 ttyv5 ttyv6 ttyv7
sh $0 usbs
sh $0 music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
@@ -137,6 +137,14 @@
sh $0 wscons
;;
+audio)
+ sh $0 audio0 audio1 audio2 audio3
+ ln -fs sound0 sound
+ ln -fs audio0 audio
+ ln -fs mixer0 mixer
+ ln -fs audioctl0 audioctl
+ ;;
+
floppy)
sh $0 std wt0 fd0 fd1 wd0 wd1 wd2 wd3 sd0 sd1 sd2 tty0 tty1 tty2
sh $0 st0 st1 cd0 cd1 mcd0 ttyv0 pty0
Home |
Main Index |
Thread Index |
Old Index