Digi AccelePort 4r 920 driver support in puc?
rust
rust at vinet.ru
Tue Mar 9 05:54:34 PST 2004
Hello freebsd-hardware,
I have Digi AccelePort 4r 920 and it work fine on Linux
But now I install FreeBSD 5.2 and there are no support for this
multiport card
#pciconf -l -v
pci0 at pci3:1:0: class=0x078000 card=0x00000000 chip=0x0026114f rev=0x01 hdr=0x00
vendor = 'Digi International'
device = 'AccelePort 4r 920'
class = simple comms
# pciconf -r pci3:1:0 0:0xfF
0026114f 02000103 07800001 00000000
df800000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
dfdf0000 00000000 00000000 00000111
04030f0a 0010012c 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
00000000 00000000 00000000 00000000
or
#pciconf -r -b pci3:1:0 0:0xfF
4f 11 26 00 03 01 00 02 01 00 80 07 00 00 00 00
00 00 80 df 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 df df 00 00 00 00 00 00 00 00 11 01 00 00
0a 0f 03 04 2c 01 10 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
I add in pucdata.c
{ "Digiboard XR 920",
NULL,
{ 0x114f, 0x0026, 0, 0 },
{ 0xffff, 0xffff, 0, 0 },
{
{ PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ},
},
but unsuccefully - in dmesg i have
puc0: <Digiboard 4R 920> mem 0xdf800000-0xdfbfffff irq 17 at device 1.0 on pci3
puc0: could not get resource
How i make support in puc for Digi card??
--
Best regards,
rust mailto:rust at vinet.ru
More information about the freebsd-hardware
mailing list