From owner-freebsd-stable Mon Jul 24 6:53: 2 2000 Delivered-To: freebsd-stable@freebsd.org Received: from ipe.cnpm.embrapa.br (ipe.cnpm.embrapa.br [200.136.111.1]) by hub.freebsd.org (Postfix) with ESMTP id 85E0F37B842 for ; Mon, 24 Jul 2000 06:52:38 -0700 (PDT) (envelope-from pan@cnpm.embrapa.br) Received: from inga.cnpm.embrapa.br (inga.cnpm.embrapa.br [200.136.111.23]) by ipe.cnpm.embrapa.br (8.10.0/8.10.0) with ESMTP id e6ODqSk43793 for ; Mon, 24 Jul 2000 10:52:30 -0300 (EST) Received: (from pan@localhost) by inga.cnpm.embrapa.br (8.10.0/8.10.0) id e6ODqPf76032 for stable@freebsd.org; Mon, 24 Jul 2000 10:52:25 -0300 (BRT) From: "Carlos F. A. Paniago" Message-Id: <200007241352.e6ODqPf76032@inga.cnpm.embrapa.br> Subject: CMI8330 sound and stable 4.1-RC To: stable@freebsd.org Date: Mon, 24 Jul 2000 10:52:25 -0300 (BRT) X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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