From 0f3d9cbe1c3e5b974e9f22dd6f0f51d741a0de98 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Thu, 25 Feb 1999 16:37:13 +0000 Subject: add both audio device types --- sys/arch/hppa/conf/files.hppa | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'sys/arch/hppa') diff --git a/sys/arch/hppa/conf/files.hppa b/sys/arch/hppa/conf/files.hppa index d99c97f479f..99b253ee751 100644 --- a/sys/arch/hppa/conf/files.hppa +++ b/sys/arch/hppa/conf/files.hppa @@ -1,4 +1,4 @@ -# $OpenBSD: files.hppa,v 1.9 1999/02/24 22:03:25 mickey Exp $ +# $OpenBSD: files.hppa,v 1.10 1999/02/25 16:37:12 mickey Exp $ # # hppa-specific configuration info @@ -135,6 +135,16 @@ file arch/hppa/gsc/hil.c hil attach pckbc at gsc with pckbc_gsc file arch/hppa/gsc/pckbc_gsc.c pckbc_gsc +# PSB 2160-N based 8bit mono audio (705, 710, 745i/*, 747i/*) +device aone: audio, mulaw, auconv +attach aone at gsc +file arch/hppa/gsc/aone.c aone + +# CS4215 based 16bit mono/stereo audio iface (most of others not w/ aone) +device atwo: audio, mulaw, auconv +attach atwo at gsc +file arch/hppa/gsc/atwo.c atwo + # these we don't know yet #device medusa: fddi #attach medusa at gsc -- cgit v1.2.3