Subject: Re: Audigy LS output
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@astron.com>
List: tech-kern
Date: 02/27/2006 18:57:08
In article <20060227104320.63585.qmail@web26207.mail.ukl.yahoo.com>,
Giorgos Alexiou  <hfestos13@yahoo.gr> wrote:
>sorry I meant 'not configured'.
>
>Here is what the dmesg output:
>
>messages:Feb 25 19:43:49 zyxul /netbsd: Creative Labs
>SB  Audigy LS (audio multimedia) at pci0 dev 11
>function 0 not configured
>
>(thats when I enable the emuxki driver in the kernel)
>
>
>The opensound.com drivers also identify the card as an
>Audigy LS.

Try adding:

	case PCI_PRODUCT_CREATIVELABS_SBAUDIGYLS:

to emuxki_match().

christos