aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPaul Traina <pst@FreeBSD.org>1994-11-01 01:47:22 +0000
committerPaul Traina <pst@FreeBSD.org>1994-11-01 01:47:22 +0000
commit5ea2be93cdd7a356eb0faeaf0b57b925073ad577 (patch)
tree930d8c5dfb80003e5b31e2ec6bed4fd0dbd587cc /etc
parent0a87b233298fabc66eaba787e4a9d3a3a49adf96 (diff)
downloadsrc-5ea2be93cdd7a356eb0faeaf0b57b925073ad577.tar.gz
src-5ea2be93cdd7a356eb0faeaf0b57b925073ad577.zip
Add kernel hooks for /dev/vatio -- a minimalistic BSD audio driver emulator
created by Amancio Hasty (specificly, this, in conjunction with his sound driver mods for dual-mode DMA will allow VAT compiled for BSD/386 1.1 to run under FreeBSD 2.x.)
Notes
Notes: svn path=/head/; revision=4037
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV10
-rw-r--r--etc/etc.i386/MAKEDEV10
2 files changed, 18 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 16ac6b470fe2..a91ef2de29e3 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -69,8 +69,9 @@
# snd* various sound cards
# pcaudio PCM audio driver
# socksys iBCS2 socket system driver
+* vat VAT compatibility audio driver (requires snd*)
#
-# $Id: MAKEDEV,v 1.44 1994/10/26 01:30:47 phk Exp $
+# $Id: MAKEDEV,v 1.45 1994/10/29 10:03:37 phk Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -586,6 +587,13 @@ snd*)
chmod 666 audio1
;;
+vat)
+ rm -f vatio
+ mknod vatio c 25 128
+ chown root.wheel vatio
+ chmod 660 vatio
+ ;;
+
apm)
rm -f apm
mknod apm c 39 0
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 16ac6b470fe2..a91ef2de29e3 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -69,8 +69,9 @@
# snd* various sound cards
# pcaudio PCM audio driver
# socksys iBCS2 socket system driver
+* vat VAT compatibility audio driver (requires snd*)
#
-# $Id: MAKEDEV,v 1.44 1994/10/26 01:30:47 phk Exp $
+# $Id: MAKEDEV,v 1.45 1994/10/29 10:03:37 phk Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -586,6 +587,13 @@ snd*)
chmod 666 audio1
;;
+vat)
+ rm -f vatio
+ mknod vatio c 25 128
+ chown root.wheel vatio
+ chmod 660 vatio
+ ;;
+
apm)
rm -f apm
mknod apm c 39 0