From owner-freebsd-hardware@FreeBSD.ORG Wed Dec 21 20:19:23 2005 Return-Path: X-Original-To: freebsd-hardware@freebsd.org 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 E84A716A41F for ; Wed, 21 Dec 2005 20:19:23 +0000 (GMT) (envelope-from j_guojun@lbl.gov) Received: from smtp109.sbc.mail.mud.yahoo.com (smtp109.sbc.mail.mud.yahoo.com [68.142.198.208]) by mx1.FreeBSD.org (Postfix) with SMTP id 8490D43D8D for ; Wed, 21 Dec 2005 20:19:22 +0000 (GMT) (envelope-from j_guojun@lbl.gov) Received: (qmail 42124 invoked from network); 21 Dec 2005 20:19:21 -0000 Received: from unknown (HELO ?192.168.2.10?) (jinmtb@sbcglobal.net@68.127.187.147 with plain) by smtp109.sbc.mail.mud.yahoo.com with SMTP; 21 Dec 2005 20:19:21 -0000 Message-ID: <43A9B95E.2010207@lbl.gov> Date: Wed, 21 Dec 2005 12:21:50 -0800 From: "Jin Guojun [VFFS]" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.12) Gecko/20051013 X-Accept-Language: zh, zh-CN, en MIME-Version: 1.0 To: freebsd-hardware@freebsd.org References: <43640997.8000905@ccstores.com> <200510311158.55967.jhb@freebsd.org> <43665209.6010908@ccstores.com> <200510311427.20717.jhb@freebsd.org> In-Reply-To: <200510311427.20717.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Lucent/Agere v.92 PCI modem X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 20:19:24 -0000 I tried to make a PCI fax Modem, built with Agere chip, to work under FreeBSD 6.0, and get no luck. pciconf -l tells this card is none3@pci0:19:0: class=0x078000 card=0x044c11c1 chip=0x048c11c1 rev=0x03 hdr=0x00 In /sys/dev/sio/sio_pci.c, I found a line for another Lucent Modem: { 0x048011c1, "Lucent kermit based PCI Modem", 0x14 }, it sounds like my internal modem is a similar to it and I add following below it: { 0x048c11c1, "Agere PCI FaxModem", 0x03 }, During the boot process, system says: sio_pci_probe GET 0x48c11c1 parent 0xc23c5400 sio0: Lazy allocation of 0x4 bytes rid 0x3 type 4 at 0x1000 sio0: irq maps: 0x21 0x21 0x21 0x21 sio0: probe failed test(s): 0 1 2 4 6 7 9 sio_pci_probe iD 0x48c11c1 return ECode 6 (EXNIO) pci0: at device 19.0 (no driver attached) It completely failed in sioprobe() for all tests 0,1,2,4,6,7,9 (in sioprobe, there is no test 3,5,8). So, does this mean that this is a dead card? or I missed something to bring it up? TIA, -Jin