From owner-freebsd-stable@FreeBSD.ORG Fri May 27 17:55:23 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5636F106564A; Fri, 27 May 2011 17:55:23 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1-6.sentex.ca [IPv6:2607:f3e0:0:1::12]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE458FC08; Fri, 27 May 2011 17:55:22 +0000 (UTC) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.4/8.14.4) with ESMTP id p4RHtKgH087940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 27 May 2011 13:55:21 -0400 (EDT) (envelope-from mike@sentex.net) Received: from pyroxene.sentex.ca ([IPv6:2607:f3e0:0:3::18]) by smtp2.sentex.ca (8.14.4/8.14.4) with ESMTP id p4RHtK9q000752; Fri, 27 May 2011 13:55:20 -0400 (EDT) (envelope-from mike@sentex.net) Received: from [192.168.43.26] (saphire3.sentex.net [192.168.43.26]) by pyroxene.sentex.ca (8.14.4/8.14.3) with ESMTP id p4RHtJ2v095019; Fri, 27 May 2011 13:55:20 -0400 (EDT) (envelope-from mike@sentex.net) Message-ID: <4DDFE56E.3000406@sentex.net> Date: Fri, 27 May 2011 13:54:54 -0400 From: Mike Tancsa Organization: Sentex Communications User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 MIME-Version: 1.0 To: John Baldwin References: <20110521092037.GB3271@vpn.offrom.nl> <201105270805.56457.jhb@freebsd.org> <4DDFB88B.2090408@sentex.net> <201105271200.12062.jhb@freebsd.org> In-Reply-To: <201105271200.12062.jhb@freebsd.org> X-Enigmail-Version: 1.1.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: clamav-milter 0.95.1 at smtp2.sentex.ca X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.67 on 64.7.153.18 Cc: Marcel Moolenaar , freebsd-stable@freebsd.org, freebsd-hardware@freebsd.org Subject: Re: modem support MT9234ZPX-PCIE-NV X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 May 2011 17:55:23 -0000 On 5/27/2011 12:00 PM, John Baldwin wrote: >> >> uart2@pci0:5:0:0: class=0x070002 card=0x20282205 chip=0x015213a8 >> rev=0x02 hdr=0x00 >> vendor = 'Exar Corp.' >> device = 'XR17C/D152 Dual PCI UART' >> class = simple comms >> subclass = UART > > Possibly. Did you try adding it via puc instead? Yes, same result. But I am not sure what values to plugin for some of the options. I tried this is uart 1(ich10)# diff -u uart_bus_pci.c.orig uart_bus_pci.c --- uart_bus_pci.c.orig 2011-05-24 17:10:21.000000000 -0400 +++ uart_bus_pci.c 2011-05-27 10:49:05.000000000 -0400 @@ -110,6 +110,8 @@ { 0x1415, 0x950b, 0xffff, 0, "Oxford Semiconductor OXCB950 Cardbus 16950 UART", 0x10, 16384000 }, { 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 }, +{ 0x13a8, 0x0152, 0x2205, 0x2028, "MultiTech MultiModem ZPX", 0x10, + 8 * DEFAULT_RCLK }, { 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 }, { 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 }, { 0x9710, 0x9901, 0xa000, 0x1000, 1(ich10)# Then I removed the entry from uart and added the following for pucdata.c { 0x13a8, 0x0152, 0xffff, 0, "Exar Multitech", DEFAULT_RCLK * 8, PUC_PORT_2S, 0x10, 0, -1, }, But it does not seem to want to attach ? ---Mike -- ------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet services since 1994 www.sentex.net Cambridge, Ontario Canada http://www.tancsa.com/