From owner-freebsd-multimedia Tue Nov 10 12:09:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA07986 for freebsd-multimedia-outgoing; Tue, 10 Nov 1998 12:09:47 -0800 (PST) (envelope-from owner-freebsd-multimedia@FreeBSD.ORG) Received: from n4hhe.ampr.org (tnt1-183.HiWAAY.net [208.147.147.183]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA07978 for ; Tue, 10 Nov 1998 12:09:44 -0800 (PST) (envelope-from dkelly@n4hhe.ampr.org) Received: from n4hhe.ampr.org (localhost.ampr.org [127.0.0.1]) by n4hhe.ampr.org (8.9.1/8.9.1) with ESMTP id OAA03802; Tue, 10 Nov 1998 14:08:17 -0600 (CST) (envelope-from dkelly@n4hhe.ampr.org) Message-Id: <199811102008.OAA03802@n4hhe.ampr.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Luigi Rizzo cc: freebsd-multimedia@FreeBSD.ORG From: David Kelly Subject: Re: Luigi's driver, AOpen AW37, and me. In-reply-to: Message from Luigi Rizzo of "Tue, 10 Nov 1998 04:38:03 +0100." <199811100338.EAA29559@labinfo.iet.unipi.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 10 Nov 1998 14:08:17 -0600 Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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