diff options
author | 2011-12-21 23:12:24 +0000 | |
---|---|---|
committer | 2011-12-21 23:12:24 +0000 | |
commit | ce5ae434044e37b727b65e3a6c363c771d0045e0 (patch) | |
tree | 1413e633cc989583d2281af1590d8ca247ce8ba7 | |
parent | Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425e (diff) | |
download | wireguard-openbsd-ce5ae434044e37b727b65e3a6c363c771d0045e0.tar.xz wireguard-openbsd-ce5ae434044e37b727b65e3a6c363c771d0045e0.zip |
Add audio nodes on hp300.
-rw-r--r-- | etc/etc.hp300/MAKEDEV.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.hp300/MAKEDEV.md b/etc/etc.hp300/MAKEDEV.md index 0646477a8d0..7e4d482b5ed 100644 --- a/etc/etc.hp300/MAKEDEV.md +++ b/etc/etc.hp300/MAKEDEV.md @@ -1,6 +1,6 @@ define(MACHINE,hp300)dnl vers(__file__, - {-$OpenBSD: MAKEDEV.md,v 1.43 2011/10/06 20:49:27 deraadt Exp $-}, + {-$OpenBSD: MAKEDEV.md,v 1.44 2011/12/21 23:12:24 miod Exp $-}, etc.MACHINE)dnl dnl dnl Copyright (c) 2001-2006 Todd T. Fries <todd@OpenBSD.org> @@ -79,6 +79,7 @@ _DEV(wsmouse, 42) _TITLE(prn) _DEV(ppi, 11) _TITLE(spec) +_DEV(au, 44) _DEV(bio, 49) _DEV(bpf, 22) _DEV(diskmap, 54) @@ -167,6 +168,7 @@ ppi*) ;; dnl +twrget(all, au, audio, 0) target(all, ch, 0)dnl target(all, nnpfs, 0)dnl target(all, vscsi, 0)dnl |