Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 1998 14:08:17 -0600
From:      David Kelly <dkelly@hiwaay.net>
To:        Luigi Rizzo <luigi@labinfo.iet.unipi.it>
Cc:        freebsd-multimedia@FreeBSD.ORG
Subject:   Re: Luigi's driver, AOpen AW37, and me. 
Message-ID:  <199811102008.OAA03802@n4hhe.ampr.org>
In-Reply-To: Message from Luigi Rizzo <luigi@labinfo.iet.unipi.it>  of "Tue, 10 Nov 1998 04:38:03 %2B0100." <199811100338.EAA29559@labinfo.iet.unipi.it> 

next in thread | previous in thread | raw e-mail | index | archive | help
Luigi Rizzo writes:
> This is in ad1848.c:
> 
> 	...
>         case 0x3700630e:        /* CS4237 */
>             tmp_d.bd_id = MD_CS4237 ;
>             break;
> 
> +       case 0x25d9630e:        /* CS4235 */
> +           tmp_d.bd_id = MD_CS4237 ; /* really 4235 */
> +           break;

Ok, but wouldn't this be more consistant? Or am I missing something?

        case 0x25d9630e:        /* CS4235 */
        case 0x3700630e:        /* CS4237 */
            tmp_d.bd_id = MD_CS4237 ;
            break;
 
> (in exchange, could you tell me where did you get the card and how
> much payed for it, just to update my database...)

Happy to share that info. Found some sites on the web with Pricewatch
that offered the AOpen AW37 for as little as $15, the AW37Pro with
hardware wavetable for $25. Was in a local PC shop and bought a pretty
box with a store sticker that said it was AW37Pro, $27.99. Turns out not
to have been the Pro model. Or maybe its the AW35 which is the "Pro"?
Anyhow, software wave table on my card.

Card is AOpen P/N 90.18610.001. Just over the barcode on their S/N 
plaque is written in larger text than the S/N, "ENG VER: A".


--
David Kelly N4HHE, dkelly@nospam.hiwaay.net
=====================================================================
The human mind ordinarily operates at only ten percent of its
capacity -- the rest is overhead for the operating system.



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811102008.OAA03802>