summaryrefslogtreecommitdiff
path: root/etc/etc.alpha
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2011-10-22 19:31:24 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2011-10-22 19:31:24 +0000
commit06089a117790af860ad053ed5d10f2e7c85a92b8 (patch)
tree854f5484c853503fe7e78835e3017702b8ee1f8f /etc/etc.alpha
parent6f984c7069d82d96d5c444e40890f27144a711aa (diff)
Move the audio* device creation stanzas from MI to MD, and reduce the
number of audio* nodes from 3 to 1 on vax, since none of the audio-capable vax can receive another audio device as expansion (until we get TURBOchannel support with DMA on VS4k/90). ok deraadt@ todd@
Diffstat (limited to 'etc/etc.alpha')
-rw-r--r--etc/etc.alpha/MAKEDEV.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.alpha/MAKEDEV.md b/etc/etc.alpha/MAKEDEV.md
index 4dc7f5c716d..6d5c5e8861c 100644
--- a/etc/etc.alpha/MAKEDEV.md
+++ b/etc/etc.alpha/MAKEDEV.md
@@ -1,6 +1,6 @@
define(MACHINE,alpha)dnl
vers(__file__,
- {-$OpenBSD: MAKEDEV.md,v 1.52 2011/10/06 20:49:27 deraadt Exp $-},
+ {-$OpenBSD: MAKEDEV.md,v 1.53 2011/10/22 19:31:23 miod Exp $-},
etc.MACHINE)dnl
dnl
dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org>
@@ -112,6 +112,7 @@ ttyB*|ttyc*)
dnl
dnl *** alpha specific targets
dnl
+twrget(all, au, audio, 0, 1, 2)dnl
target(all, bio)dnl
target(all, ch, 0)dnl
target(all, nnpfs, 0)dnl