Re: CS4299-A support?

2002-11-12 Thread Alexander Pohoyda
Scott Carmichael <[EMAIL PROTECTED]> writes:

> Does FreeBSD support this sound chipset? I can't find any confirmation
> that it does, even though it's listed in /usr/src/sys/dev/sound/pcm/ac97.c
[...]
> Other CS42xx cards seem to be supported, but they're explicitly listed,
> whereas my CS4299 is not...

Mine CS4236, is not listed in that file as well, but it works. I had,
however, to insert the following line into the kernel config:
device  pcm0 at isa? port 0x52c irq 5 drq 1 flags 0x10

If your kernel is PNPBIOS-enabled, you will probably need only:
device  pcm

The result is:
pcm0:  at port 0x52c-0x533,0xf8c-0xf94,0xe0e irq 5 drq 1 flags 0xa110 on isa0

Hope this helps.

-- 
Alexander Pohoyda
<[EMAIL PROTECTED]>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



CS4299-A support?

2002-11-08 Thread Scott Carmichael
Does FreeBSD support this sound chipset? I can't find any confirmation
that it does, even though it's listed in /usr/src/sys/dev/sound/pcm/ac97.c
... With the nVidia driver being released, this is the only thing holding
me back from trying FreeBSD on my laptop... Anyone know?

Other CS42xx cards seem to be supported, but they're explicitly listed,
whereas my CS4299 is not...


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message