From owner-freebsd-hackers Wed Mar 20 23:58:21 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by hub.freebsd.org (Postfix) with ESMTP id CE87437B400 for ; Wed, 20 Mar 2002 23:58:13 -0800 (PST) Received: from localhost (root@localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.2/8.12.2) with ESMTP id g2L7wAru094731; Thu, 21 Mar 2002 18:28:10 +1030 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: Decision PCCOM Serial Card From: "Daniel O'Connor" To: John Hay Cc: freebsd-hackers@FreeBSD.ORG In-Reply-To: <200203210639.g2L6dSv79049@zibbi.icomtek.csir.co.za> References: <200203210639.g2L6dSv79049@zibbi.icomtek.csir.co.za> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 21 Mar 2002 19:28:10 +1130 Message-Id: <1016697491.383.99.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Spam-Status: No, hits=-5 required=5 X-Spam-Level: (-5) X-Scanned-By: MIMEDefang 2.6 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 2002-03-21 at 18:09, John Hay wrote: > Can't you get the BAR info from the linux driver? Haha! Good news :) Index: pucdata.c =================================================================== RCS file: /usr/local/ncvs/src/sys/dev/puc/pucdata.c,v retrieving revision 1.2.2.2 diff -u -r1.2.2.2 pucdata.c --- pucdata.c 8 Mar 2002 17:49:47 -0000 1.2.2.2 +++ pucdata.c 21 Mar 2002 07:55:34 -0000 @@ -742,6 +742,14 @@ }, }, + { "PCCOM dual port RS232/422/485", + { 0x6666, 0x0004, 0, 0 }, + { 0xffff, 0xffff, 0, 0 }, + { + { PUC_PORT_TYPE_COM, 0x1c, 0x00, COM_FREQ }, + { PUC_PORT_TYPE_COM, 0x1c, 0x08, COM_FREQ }, + }, + }, { "Avlab Technology, PCI IO 2S", { 0x14db, 0x2130, 0, 0 }, { 0xffff, 0xffff, 0, 0 }, Note that they sell 2, 4, 8 and 16 port versions which appear to be communicated with the same way, but I'm not 100% certain. I think they have different PCI ID's as well. --- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message