Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2000 14:46:36 +0200 (METDST)
From:      hm@hcs.de (Hellmuth Michaelis)
To:        freebsd-mobile@freebsd.org (FreeBSD mobile mailing list)
Cc:        susumu@wakabaya.net
Subject:   Re: Sound card setup: ESS Maestro-2E on fujitsu lifebook e-seris
Message-ID:  <20000814124636.63136482C@hcswork.hcs.de>

next in thread | raw e-mail | index | archive | help
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




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