summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-08-14 06:21:34 +0000
committerphk <phk@FreeBSD.org>1998-08-14 06:21:34 +0000
commite24de2520e824bf39d15058aa1f0bbd237c79892 (patch)
treec01b057ce7f6e123976cc672f9919273abf34fa0 /etc/etc.i386
parent273211ecd67467d729bf94f14d6799ed209d448d (diff)
downloadFreeBSD-src-e24de2520e824bf39d15058aa1f0bbd237c79892.zip
FreeBSD-src-e24de2520e824bf39d15058aa1f0bbd237c79892.tar.gz
A long time ago, in a galaxy far, far away, someone made the (bonehead)
decision to limit the sound driver to one device. With Luigi's pcm driver, the unit number for the PnP detected cards is nearly always 1, and so you can't create the symlinks that will make your sound work. PR: 7564 Submitted by: Doug White <dwhite@resnet.uoregon.edu>
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/MAKEDEV18
1 files changed, 8 insertions, 10 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 4d368d1..401bbaf 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -108,7 +108,7 @@
# pci PCI configuration-space access from user mode
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
#
-# $Id: MAKEDEV,v 1.166 1998/08/04 21:45:20 brian Exp $
+# $Id: MAKEDEV,v 1.167 1998/08/10 10:17:46 phk Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -1028,15 +1028,13 @@ snd*)
snd_security_hole=0 # XXX
umask $snd_security_hole
- if [ $unit = "0" ] ; then
- ln -fs mixer$unit mixer
- ln -fs sequencer$unit sequencer
- ln -fs dsp$unit dsp
- ln -fs audio$unit audio
- ln -fs dspW$unit dspW
- ln -fs music$unit music
- ln -fs pss$unit pss
- fi
+ ln -fs mixer$unit mixer
+ ln -fs sequencer$unit sequencer
+ ln -fs dsp$unit dsp
+ ln -fs audio$unit audio
+ ln -fs dspW$unit dspW
+ ln -fs music$unit music
+ ln -fs pss$unit pss
mknod mixer$unit c $chr `expr $unit '*' 16 + 0`
mknod sequencer$unit c $chr `expr $unit '*' 16 + 1`
OpenPOWER on IntegriCloud