summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2011-09-03 20:46:05 +0000
committermiod <miod@openbsd.org>2011-09-03 20:46:05 +0000
commitfcbe62edebc2ae2f26590ded929fce588dd8048d (patch)
tree2da2af5b258ae3b03ccb34a3f7133091ddce1f5c
parentAdd audio devices. (diff)
downloadwireguard-openbsd-fcbe62edebc2ae2f26590ded929fce588dd8048d.tar.xz
wireguard-openbsd-fcbe62edebc2ae2f26590ded929fce588dd8048d.zip
regen
-rw-r--r--etc/etc.vax/MAKEDEV20
-rw-r--r--share/man/man8/man8.vax/MAKEDEV.89
2 files changed, 22 insertions, 7 deletions
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV
index 231bd0f7b4d..990e4fd7f1c 100644
--- a/etc/etc.vax/MAKEDEV
+++ b/etc/etc.vax/MAKEDEV
@@ -3,7 +3,7 @@
# THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
# generated from:
#
-# OpenBSD: etc.vax/MAKEDEV.md,v 1.44 2011/07/06 18:32:58 miod Exp
+# OpenBSD: etc.vax/MAKEDEV.md,v 1.45 2011/09/03 20:45:17 miod Exp
# OpenBSD: MAKEDEV.common,v 1.56 2011/07/06 18:34:20 miod Exp
# OpenBSD: MAKEDEV.mi,v 1.80 2011/04/18 16:52:10 thib Exp
# OpenBSD: MAKEDEV.sub,v 1.14 2005/02/07 06:14:18 david Exp
@@ -59,6 +59,7 @@
# Pointing devices:
# wsmouse* wscons mice
# Special purpose devices:
+# audio* Audio devices
# bio ioctl tunnel pseudo-device
# bpf* Berkeley Packet Filter
# diskmap Disk mapper
@@ -306,6 +307,17 @@ bio)
M bio c 72 0 600
;;
+audio*)
+ M sound$U c 81 $U
+ M mixer$U c 81 $(($U+16))
+ M audio$U c 81 $(($U+128))
+ M audioctl$U c 81 $(($U+192))
+ MKlist[${#MKlist[*]}]=";[ -e audio ] || ln -s audio$U audio"
+ MKlist[${#MKlist[*]}]=";[ -e mixer ] || ln -s mixer$U mixer"
+ MKlist[${#MKlist[*]}]=";[ -e sound ] || ln -s sound$U sound"
+ MKlist[${#MKlist[*]}]=";[ -e audioctl ] || ln -s audioctl$U audioctl"
+ ;;
+
wsmouse[0-9]*)
M wsmouse$U c 70 $U 600
;;
@@ -462,9 +474,9 @@ local)
all)
R qsc0 dl0 dz0 dhu0 mt0 mt1 hd0 hd1 hd2 ccd0 vnd0 sd0 sd1 sd2
R sd3 cd0 tun0 tun1 bio bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6
- R bpf7 pty0 diskmap vscsi0 nnpfs0 ch0 ptm local wscons uk0
- R random lkm pf systrace rx0 rx1 ra0 ra1 ra2 ra3 raid0 raid1
- R raid2 raid3 std st0 st1 fd
+ R bpf7 pty0 diskmap vscsi0 nnpfs0 ch0 ptm local wscons audio0
+ R audio1 audio2 uk0 random lkm pf systrace rx0 rx1 ra0 ra1 ra2
+ R ra3 raid0 raid1 raid2 raid3 std st0 st1 fd
;;
sd*|rx*|raid*|ra*|hd*|ccd*)
diff --git a/share/man/man8/man8.vax/MAKEDEV.8 b/share/man/man8/man8.vax/MAKEDEV.8
index 2857600c3db..a7d68fdb50e 100644
--- a/share/man/man8/man8.vax/MAKEDEV.8
+++ b/share/man/man8/man8.vax/MAKEDEV.8
@@ -1,9 +1,9 @@
-.\" $OpenBSD: MAKEDEV.8,v 1.58 2011/07/06 18:34:34 miod Exp $
+.\" $OpenBSD: MAKEDEV.8,v 1.59 2011/09/03 20:46:05 miod Exp $
.\"
.\" THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
.\" generated from:
.\"
-.\" OpenBSD: etc.vax/MAKEDEV.md,v 1.44 2011/07/06 18:32:58 miod Exp
+.\" OpenBSD: etc.vax/MAKEDEV.md,v 1.45 2011/09/03 20:45:17 miod Exp
.\" OpenBSD: MAKEDEV.common,v 1.56 2011/07/06 18:34:20 miod Exp
.\" OpenBSD: MAKEDEV.man,v 1.7 2009/03/18 17:34:25 sobrado Exp
.\" OpenBSD: MAKEDEV.mansub,v 1.2 2004/02/20 19:13:01 miod Exp
@@ -23,7 +23,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: July 6 2011 $
+.Dd $Mdocdate: September 3 2011 $
.Dt MAKEDEV 8 vax
.Os
.Sh NAME
@@ -169,6 +169,9 @@ wscons mice, see
.Pp
.Sy Special purpose devices
.Bl -tag -width tenletters -compact
+.It Ar audio*
+Audio devices, see
+.Xr audio 4 .
.It Ar bio
ioctl tunnel pseudo-device, see
.Xr bio 4 .