Source-Changes-HG archive

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

[src/netbsd-1-6]: src/etc/etc.cats Pull up revision 1.14 (requested by chris ...



details:   https://anonhg.NetBSD.org/src/rev/695214ea23ec
branches:  netbsd-1-6
changeset: 528659:695214ea23ec
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Jul 31 00:34:47 2002 +0000

description:
Pull up revision 1.14 (requested by chris in ticket #588):
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 7e4038f0509d -r 695214ea23ec etc/etc.cats/MAKEDEV
--- a/etc/etc.cats/MAKEDEV      Wed Jul 31 00:30:38 2002 +0000
+++ b/etc/etc.cats/MAKEDEV      Wed Jul 31 00:34:47 2002 +0000
@@ -1,6 +1,6 @@
 #!/bin/sh -
 #
-#      $NetBSD: MAKEDEV,v 1.9 2002/04/18 13:24:56 wiz Exp $
+#      $NetBSD: MAKEDEV,v 1.9.2.1 2002/07/31 00:34:47 lukem Exp $
 #
 # Copyright (c) 1990 The Regents of the University of California.
 # All rights reserved.
@@ -153,6 +153,16 @@
        makedev music rmidi0 rmidi1 rmidi2 rmidi3 rmidi4 rmidi5 rmidi6 rmidi7
        makedev scsibus0 scsibus1 scsibus2 scsibus3
        makedev clockctl
+       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