From owner-freebsd-hardware@FreeBSD.ORG Wed May 19 13:36:08 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C12A41065674 for ; Wed, 19 May 2010 13:36:08 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 941718FC0C for ; Wed, 19 May 2010 13:36:08 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id 468DA46B8F; Wed, 19 May 2010 09:36:08 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 874C48A021; Wed, 19 May 2010 09:36:07 -0400 (EDT) From: John Baldwin To: freebsd-hardware@freebsd.org Date: Wed, 19 May 2010 09:16:46 -0400 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <871vd8j10f.wl%rand@meridian-enviro.com> In-Reply-To: <871vd8j10f.wl%rand@meridian-enviro.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201005190916.46581.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Wed, 19 May 2010 09:36:07 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.0 required=4.2 tests=AWL,BAYES_00,PERCENT_RANDOM autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: Subject: Re: Perle Speed4 LE 4 port serial card 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, 19 May 2010 13:36:08 -0000 On Tuesday 18 May 2010 6:30:56 pm Douglas K. Rand wrote: > I've got a Perle 16550 base 4 port PCI Express card that puc doesn't > know about. I was wondering if anybody thought that it might be easy > to wire this card into pucdata.c. > > Here are the entries from pciconf -lv (the entire output is at the > bottom). > > none3@pci0:7:0:0: class=0x070006 card=0x95011415 chip=0x0331155f rev=0x00 hdr=0x00 > vendor = 'Perle Systems Ltd' > class = simple comms > subclass = UART Can you get pciconf -lb output for this device? -- John Baldwin