PCI card with 2 LPT ports

I´m user QNX 6.2. I need more LPT ports than one. I have chosen PCI card
from
Kouwell (220N-2 with chipset Nm9715cv), which has 2 additional LPT ports,
but I don´t know how to start its driver.
If I enter command : pci -vvv , I get output:




Class = Communication (Unknown)
Vendor ID = 9710h, Netmos
Device ID = 9815h, Nm9815 Parallel Port Adapter
PCI index = 0h
Class Codes = 078000h
Revision ID = 1h
Bus number = 0
Device number = 15
Function num = 0
Status Reg = 280h
Command Reg = 103h
I/O space access enabled
Memory space access enabled
Bus Master disabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = c0h
Cache Line Size= 8h un-cacheable
PCI IO Address = dc00h length 8 enabled
PCI IO Address = d800h length 8 enabled
PCI IO Address = d400h length 8 enabled
PCI IO Address = d000h length 8 enabled
PCI IO Address = cc00h length 8 enabled
PCI IO Address = c800h length 16 enabled
Subsystem Vendor ID = 1000h
Subsystem ID = 20h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT A
Interrupt line = 10
Device Dependent Registers:
0x40: 80 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00


devc-par has options to specify io-port, just start it with the io address.
In your case, first IO address seems to be 0x103 in your case.

“Pavel Kinc” <pkinc@retia.cz> wrote in message
news:ao0v41$gu$1@inn.qnx.com

I´m user QNX 6.2. I need more LPT ports than one. I have chosen PCI card
from
Kouwell (220N-2 with chipset Nm9715cv), which has 2 additional LPT ports,
but I don´t know how to start its driver.
If I enter command : pci -vvv , I get output:




Class = Communication (Unknown)
Vendor ID = 9710h, Netmos
Device ID = 9815h, Nm9815 Parallel Port Adapter
PCI index = 0h
Class Codes = 078000h
Revision ID = 1h
Bus number = 0
Device number = 15
Function num = 0
Status Reg = 280h
Command Reg = 103h
I/O space access enabled
Memory space access enabled
Bus Master disabled
Special Cycle operations ignored
Memory Write and Invalidate disabled
Palette Snooping disabled
Parity Checking disabled
Data/Address stepping disabled
SERR# driver disabled
Fast back-to-back transactions to different agents enabled
Header type = 0h Single-function
BIST = 0h Build-in-self-test not supported
Latency Timer = c0h
Cache Line Size= 8h un-cacheable
PCI IO Address = dc00h length 8 enabled
PCI IO Address = d800h length 8 enabled
PCI IO Address = d400h length 8 enabled
PCI IO Address = d000h length 8 enabled
PCI IO Address = cc00h length 8 enabled
PCI IO Address = c800h length 16 enabled
Subsystem Vendor ID = 1000h
Subsystem ID = 20h
Max Lat = 0ns
Min Gnt = 0ns
PCI Int Pin = INT A
Interrupt line = 10
Device Dependent Registers:
0x40: 80 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xA0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xB0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xC0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xD0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xE0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0xF0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00



\