Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jul 2000 10:52:25 -0300 (BRT)
From:      "Carlos F. A. Paniago" <pan@cnpm.embrapa.br>
To:        stable@freebsd.org
Subject:   CMI8330 sound and stable 4.1-RC
Message-ID:  <200007241352.e6ODqPf76032@inga.cnpm.embrapa.br>

next in thread | raw e-mail | index | archive | help
I have a box running stable 4.1-RC and this box is a SIS motherboard,
with the CMI8330 chipset.
	This chipset have two sound cards. The first one is found in the mss
driver and is working ok. The Second one (a soundblaster clone), we have to
change in
/sys/dev/sound/isa/sbc.c line 218:
        {0x01100000, "Avance Asound 110"},              /* @@@1001 */
+	{0x01000003, "CMI8330"},                        /* @X@0001 */
	{0x01200000, "Avance Logic ALS120"},            /* @@@2001 - ViBRA16X cl
			one */   
Then it will find the sound blaster (the second sound: In the Ruindows
environment one of then is for recording and the other to send out the sound).
We have to adapt the module:
/sys/isa/joy.c in line 103:
	{0x0101630e, "CSC0101 PnP Joystick"},       /* CSC0101 */
+	{0x01000002, "CMI8330 PnP Joystick"},       /* @P@0001 */
	{0x01100002, "ALS0110 PnP Joystick"},       /* @P@1001 */
In this case only the midi stuff (that is the device number 0x01000001, with
port 0x301 and irq 9 is not found in the boot).
	Thanks for supporting this kind of motherboard that is very popular in
Brazil...

	Paniago
-- 
Carlos Fernando Assis Paniago          - pan@cnpm.embrapa.br
Embrapa - Monitoramento por Satelite   - Campinas, SP, Brasil
http://www.cnpm.embrapa.br/cur/pan.html - Fone: +55 (19) 252-5977
--
   Atencao:: Observe que a partir do dia 27/04/2000 mudamos de endereco
   de nma.embrapa.br para cnpm.embrapa.br, por favor arrume seus apontadores


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




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