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 [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message