From owner-freebsd-stable@FreeBSD.ORG Tue Aug 16 19:53:22 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 A8C58106566B for ; Tue, 16 Aug 2011 19:53:22 +0000 (UTC) (envelope-from yuri@rawbw.com) Received: from shell0.rawbw.com (shell0.rawbw.com [198.144.192.45]) by mx1.freebsd.org (Postfix) with ESMTP id 70FA48FC14 for ; Tue, 16 Aug 2011 19:53:22 +0000 (UTC) Received: from eagle.yuri.org (stunnel@localhost [127.0.0.1]) (authenticated bits=0) by shell0.rawbw.com (8.14.4/8.14.4) with ESMTP id p7GJrHNH031330; Tue, 16 Aug 2011 12:53:17 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4E4ACAAD.3030506@rawbw.com> Date: Tue, 16 Aug 2011 12:53:17 -0700 From: Yuri User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110716 Thunderbird/5.0 MIME-Version: 1.0 To: John Baldwin References: <4E4A0C81.7020501@rawbw.com> <4E4A20BE.3060603@delphij.net> <4E4A3788.3030605@rawbw.com> <201108161157.20890.jhb@freebsd.org> In-Reply-To: <201108161157.20890.jhb@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: d@delphij.net, freebsd-stable@freebsd.org, Xin LI Subject: Re: How to use unrecognized COM port card? 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: Tue, 16 Aug 2011 19:53:22 -0000 On 08/16/2011 08:57, John Baldwin wrote: > For multiport devices you will want to add an entry to sys/dev/puc/pucdata.c > and use the puc driver instead of patching uart directly. Perhaps this: John, I did what you suggested: puc0: port 0xe880-0xe887,0xe800-0xe807 irq 17 at device 1.0 on pci8 But it doesn't show up as a serial device and tty. Yuri