diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2011-12-21 23:12:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2011-12-21 23:12:04 +0000 |
commit | b909aca3812a992bda13f97d82c90b08658053d4 (patch) | |
tree | 948fa1cd2ddb9858d8ffd5ba76fe4f2da1324ab1 /sys/conf | |
parent | 2348e0f29912799f5958c0165d793b37c57131a2 (diff) |
Work-in-progress driver for the HP ``Audio1'' device found on the HP 9000/425e
(hp300) and the HP9000/705 and 9000/710 (hppa). 8-bit mono, 8KHz, no surprise
since it is based upon a digital phone chip.
Tested on 425e only so far, and playback only; configured in, but disabled,
on hppa kernels until there are positive test reports (I am not sure the
interrupt assignment on hppa is correct).
And now people no longer can joke about audio on hp300.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 7fd9d226097..abbda981dd5 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.529 2011/10/13 18:23:39 claudio Exp $ +# $OpenBSD: files,v 1.530 2011/12/21 23:12:03 miod Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -454,6 +454,10 @@ file dev/ic/w83l518d_sdmmc.c wbsd define am7930 file dev/ic/am7930.c am7930 +# Siemens PSB2160 audio codec, as found in HP systems +device arcofi: audio, mulaw +file dev/ic/arcofi.c arcofi + # radio devices, attaches to radio hardware driver device radio attach radio at radiobus |