diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-10-22 19:31:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-10-22 19:31:24 +0000 |
commit | 06089a117790af860ad053ed5d10f2e7c85a92b8 (patch) | |
tree | 854f5484c853503fe7e78835e3017702b8ee1f8f /etc/MAKEDEV.common | |
parent | 6f984c7069d82d96d5c444e40890f27144a711aa (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/MAKEDEV.common')
-rw-r--r-- | etc/MAKEDEV.common | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/etc/MAKEDEV.common b/etc/MAKEDEV.common index d494ff8c303..5be98198a46 100644 --- a/etc/MAKEDEV.common +++ b/etc/MAKEDEV.common @@ -1,4 +1,4 @@ -vers(a, {-$OpenBSD: MAKEDEV.common,v 1.57 2011/10/06 20:49:25 deraadt Exp $-})dnl +vers(a, {-$OpenBSD: MAKEDEV.common,v 1.58 2011/10/22 19:31:20 miod Exp $-})dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> dnl @@ -118,8 +118,8 @@ dnl target(ramd,rd,0) dnl disk_q(rd) dnl __devitem(rd, {-rd*-}, {-rd-})dnl dnl -dnl Note: not all disks are generated in 'all)'. (e.g. vax has a lot of -dnl disks that are not generated by 'all)') +dnl Note: not all devices are generated in 'all)' below. MAKEDEV.md contains +dnl its own extra list. dnl divert(1)dnl twrget(all, fdesc, fd)dnl @@ -153,7 +153,6 @@ twrget(all, lpt, lpa, 0, 1, 2)dnl target(all, joy, 0, 1)dnl twrget(all, rnd, random)dnl target(all, uk, 0)dnl -twrget(all, au, audio, 0, 1, 2)dnl twrget(all, vi, video, 0, 1)dnl twrget(all, speak, speaker)dnl target(all, asc, 0)dnl |