From owner-freebsd-hardware Thu Oct 31 9: 7:15 2002 Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C9DE437B401 for ; Thu, 31 Oct 2002 09:07:13 -0800 (PST) Received: from asgard.ecci.ucr.ac.cr (asgard.ecci.ucr.ac.cr [163.178.104.110]) by mx1.FreeBSD.org (Postfix) with SMTP id 8999243E42 for ; Thu, 31 Oct 2002 09:07:10 -0800 (PST) (envelope-from braulio@bsolano.com) Received: (qmail 300 invoked from network); 31 Oct 2002 17:12:58 -0000 Received: from unknown (HELO azul) (208.165.58.177) by asgard.ecci.ucr.ac.cr with SMTP; 31 Oct 2002 17:12:58 -0000 Message-ID: <00aa01c280ff$ed4d30f0$b13aa5d0@azul> From: =?iso-8859-1?Q?Braulio_Jos=E9_Solano_Rojas?= To: Cc: , Subject: Re: Intel PCI Modem Date: Thu, 31 Oct 2002 11:06:55 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-hardware@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi! About this: > I have an "Intel V92 HaM Data Fax Voice" Modem. It is a hardware based > modem. Mi pnpbios recognizes it as "Simple COMM. controler IRQ12". > > I would like to hack sio.c in order to get it working. Therefore I think I > should add an entry to pci_ids[] like: > {hex x, "Intel V92 HaM Data Fax Voice", hex y} > > But I do not know what are hex x and hex y, or if it is going to work. > > With dmesg I can see this: > pci0 (vendor=0x1813, dev=0x4000) at 9.0 irq 12 > > And if I do pciconf -l: > none0@pci0:9:0: class=0x078000 card=0x00000000 chip=0x40001813 rev=0x02 > hdr=0x00 I have found that my modem is in /usr/share/misc/pci_vendors, and if I do a pciconf -lv, I get: none0@pci0:9:0: class=0x078000 card=0x00000000 chip=0x40001813 rev=0x02 hdr=0x00 vendor = 'Ambient Technologies Inc' device = 'Creatix V.90 HaM Modem' class = simple comms It does not have a subclass, is this why I don't see it at boot? > My questions are: > * What are hex x and hex y? > * If I hack sio.c like I intend to, is my modem going to work? > * If so, would be the following line correct in my kernel configuration > file: > device sio2 at isa? port IO_COM3 irq 12 > ? Or do I need a special driver? If this is needed maybe I can try to program one, even if I have to learn lots of technical stuff. Please be gentle, I am not used to technical discussions of FreeBSD. I would like very much to see my modem working, therefore I will appreciate very much your help. Best regards, Braulio Solano Developer - Costa Rica To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hardware" in the body of the message