Subject: Re: auich quirk for ICH5 audio
To: TAMURA Kent <kent@NetBSD.org>
From: Thomas Bieg <tomsbsd03@t-email.de>
List: current-users
Date: 10/23/2003 23:45:15
TAMURA Kent wrote:
> Would you show me the auich lines of dmesg with auich.c
> rev. 1.48?

I did a fresh checkout of the kernel tree and here's the
output of "dmesg | grep auich": (GENERIC.MP with MPACPI)


auich0 at pci0 dev 31 function 5: i82801EB (ICH5) AC-97 Audio
auich0: interrupting at ioapic0 pin 17 (irq 5)
auich0: auich_reset_codec: time out for the primary codec
auich0: auich_reset_codec: The 3rd codec is ready.
auich0: ac97: CMI97 codec; no 3D stereo
auich0: ac97: ext id 5c6<AC97_22,LDAC,SDAC,CDAC,SPDIF,DRA>
audio0 at auich0: full duplex, independent


Sound output is working fine (but I haven't done any
extensive testing).

Tom