Date: 21 Mar 2002 19:28:10 +1130 From: "Daniel O'Connor" <doconnor@gsoft.com.au> To: John Hay <jhay@icomtek.csir.co.za> Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Decision PCCOM Serial Card Message-ID: <1016697491.383.99.camel@chowder.gsoft.com.au> In-Reply-To: <200203210639.g2L6dSv79049@zibbi.icomtek.csir.co.za> References: <200203210639.g2L6dSv79049@zibbi.icomtek.csir.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1016697491.383.99.camel>