From b909aca3812a992bda13f97d82c90b08658053d4 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Wed, 21 Dec 2011 23:12:04 +0000 Subject: 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. --- sys/conf/files | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/conf') 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 -- cgit v1.2.3