From owner-freebsd-mobile Mon Aug 14 5:46:42 2000 Delivered-To: freebsd-mobile@freebsd.org Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by hub.freebsd.org (Postfix) with ESMTP id 2325937B591 for ; Mon, 14 Aug 2000 05:46:38 -0700 (PDT) (envelope-from hm@hcs.de) Received: from hcswork.hcs.de (hcswork.hcs.de [192.76.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id ABC6F5D3E; Mon, 14 Aug 2000 14:46:36 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id 63136482C; Mon, 14 Aug 2000 14:46:36 +0200 (METDST) Subject: Re: Sound card setup: ESS Maestro-2E on fujitsu lifebook e-seris To: freebsd-mobile@freebsd.org (FreeBSD mobile mailing list) Date: Mon, 14 Aug 2000 14:46:36 +0200 (METDST) Cc: susumu@wakabaya.net Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL39 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1170 Message-Id: <20000814124636.63136482C@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org susumu@wakabaya.net wrote: > > http://access.cent.saitama-u.ac.jp/~taku/freebsd/maestro/releng4-20000725.tar.gz This patch makes the driver work (at least using wwmixer and wmcdplay) on an HP Omnibook 6000: *** maestro/maestro.c Mon Jul 24 20:20:26 2000 --- maestro-new/maestro.c Mon Aug 14 10:22:34 2000 *************** *** 49,54 **** --- 49,55 ---- #define MAESTRO_1_PCI_ID 0x01001285 #define MAESTRO_2_PCI_ID 0x1968125d #define MAESTRO_2E_PCI_ID 0x1978125d + #define MAESTRO_3E_PCI_ID 0x1998125d #define AGG_MAXPLAYCH 4 #define AGG_BUFSIZ (8 << 10) *************** *** 728,733 **** --- 729,738 ---- case MAESTRO_2E_PCI_ID: s = "ESS Technology Maestro-2E"; + break; + + case MAESTRO_3E_PCI_ID: + s = "ESS Technology Maestro-3E"; break; } The Handbook says about the chips used: ESS Maestro-3E and ESS ES1921. -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message