summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1994-11-01 01:47:22 +0000
committerpst <pst@FreeBSD.org>1994-11-01 01:47:22 +0000
commit125d6c349ad1da4e142982dd169b418689acdc6e (patch)
tree930d8c5dfb80003e5b31e2ec6bed4fd0dbd587cc /etc/MAKEDEV
parent7add8247a95fce1bb4338181aa85418680ef8718 (diff)
downloadFreeBSD-src-125d6c349ad1da4e142982dd169b418689acdc6e.zip
FreeBSD-src-125d6c349ad1da4e142982dd169b418689acdc6e.tar.gz
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.)
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV10
1 files changed, 9 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 16ac6b4..a91ef2d 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
OpenPOWER on IntegriCloud