Source-Changes-HG archive

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

[src/trunk]: src/etc/etc.cats Update MAKEDEV to create pci0 and pci1 with the...



details:   https://anonhg.NetBSD.org/src/rev/bee698d0d8c0
branches:  trunk
changeset: 534609:bee698d0d8c0
user:      chris <chris%NetBSD.org@localhost>
date:      Tue Jul 30 19:41:08 2002 +0000

description:
Update MAKEDEV to create pci0 and pci1 with the all target.
Also add a new audio target that generate audio0-3 and audio symlinks, matches the i386 /dev/audio devs.

diffstat:

 etc/etc.cats/MAKEDEV |  12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r 5105edf86f21 -r bee698d0d8c0 etc/etc.cats/MAKEDEV
--- a/etc/etc.cats/MAKEDEV      Tue Jul 30 17:06:58 2002 +0000
+++ b/etc/etc.cats/MAKEDEV      Tue Jul 30 19:41:08 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.13 2002/06/30 02:57:05 tsutsui Exp $
+#      $NetBSD: MAKEDEV,v 1.14 2002/07/30 19:41:08 chris Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -155,6 +155,16 @@
        makedev scsibus0 scsibus1 scsibus2 scsibus3
        makedev clockctl
        makedev systrace
+       makedev pci0 pci1
+       makedev audio
+       ;;
+
+audio)
+       makedev audio0 audio1 audio2 audio3
+       ln -fs sound0 sound
+       ln -fs audio0 audio
+       ln -fs mixer0 mixer
+       ln -fs audioctl0 audioctl
        ;;
 
 ramdisk|floppy)



Home | Main Index | Thread Index | Old Index