summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorKenji Aoyama <aoyama@cvs.openbsd.org>2014-12-29 21:55:11 +0000
committerKenji Aoyama <aoyama@cvs.openbsd.org>2014-12-29 21:55:11 +0000
commit76aa7dc1e81051677be3d4581ca573e29df4d5d3 (patch)
treead55d21af500d7ec6858ce9520130d0cd063dc85 /etc
parent60d2e499429708604c12444bdd5be626337b0eb8 (diff)
Add audio(4) related entries.
ok miod@
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.luna88k/MAKEDEV.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.luna88k/MAKEDEV.md b/etc/etc.luna88k/MAKEDEV.md
index 67bad8c99be..6ceb657fa27 100644
--- a/etc/etc.luna88k/MAKEDEV.md
+++ b/etc/etc.luna88k/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,luna88k)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.23 2014/10/09 04:33:51 tedu Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.24 2014/12/29 21:55:10 aoyama Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -53,6 +53,7 @@ target(all, uk, 0)dnl
target(all, vnd, 0, 1, 2, 3)dnl
twrget(all, sio, tty, a)dnl
twrget(all, lcd, lcd)dnl
+twrget(all, au, audio, 0)dnl
twrget(all, pcex, pcex)dnl
_DEV(all)
dnl
@@ -90,6 +91,7 @@ _DEV(wsmux, 16)
_TITLE(point)
_DEV(wsmouse, 15)
_TITLE(spec)
+_DEV(au, 26)
_DEV(bio, 49)
_DEV(bpf, 22)
_DEV(diskmap, 54)