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/etc.hppa/MAKEDEV.md | |
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/etc.hppa/MAKEDEV.md')
-rw-r--r-- | etc/etc.hppa/MAKEDEV.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.hppa/MAKEDEV.md b/etc/etc.hppa/MAKEDEV.md index ae9c7f7a6e7..092955f5123 100644 --- a/etc/etc.hppa/MAKEDEV.md +++ b/etc/etc.hppa/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,hppa)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.46 2011/10/06 20:49:27 deraadt Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.47 2011/10/22 19:31:23 miod Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -93,6 +93,7 @@ _std(1, 2, 25, 6) dnl dnl *** hppa specific devices dnl +twrget(all, au, audio, 0, 1, 2)dnl target(all, ch, 0)dnl target(all, bio)dnl target(all, nnpfs, 0)dnl |