From owner-freebsd-stable@FreeBSD.ORG Tue Aug 16 20:59:46 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 63D4F1065672; Tue, 16 Aug 2011 20:59:46 +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 4E8578FC08; Tue, 16 Aug 2011 20:59:46 +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 p7GKxhck081442; Tue, 16 Aug 2011 13:59:43 -0700 (PDT) (envelope-from yuri@rawbw.com) Message-ID: <4E4ADA3E.1070309@rawbw.com> Date: Tue, 16 Aug 2011 13:59:42 -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> <201108161157.20890.jhb@freebsd.org> <4E4ACAAD.3030506@rawbw.com> <201108161657.03574.jhb@freebsd.org> In-Reply-To: <201108161657.03574.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 20:59:46 -0000 On 08/16/2011 13:57, John Baldwin wrote: > Hmmm, can you get devinfo -v output? Specifically there should be two > children of puc0 and they should have extra data specifying what type of port > each child device is. > Here is the only reference to puc0 in devinfo -v output: pcib8 pnpinfo vendor=0x8086 device=0x244e subvendor=0x1043 subdevice=0x82d4 class=0x060401 at slot=30 function=0 handle=\_SB_.PCI0.P0P1 pci8 pcm0 pnpinfo vendor=0x1274 device=0x5000 subvendor=0x4942 subdevice=0x4c4c class=0x040100 at slot=0 function=0 puc0 pnpinfo vendor=0x4348 device=0x3253 subvendor=0x4348 subdevice=0x3253 class=0x070002 at slot=1 function=0 isab0 pnpinfo vendor=0x8086 device=0x3a16 subvendor=0x1043 subdevice=0x82d4 class=0x060100 at slot=31 function=0 handle=\_SB_.PCI0.SBRG isa0 orm0 Yuri