nxdrvlinux/uio_netx/readme.md
Sebastian Doell ac2f4d1789 Add initial driver source based on svn versions:
- toolkit V2.8.0.1@14806
 - BSL V1.8.0.0@14590
 - tcpserver: V1.4.3.0@14676 (marshaller V2.4.0.1@14551)
2024-02-05 09:23:09 +01:00

14 lines
532 B
Markdown

## Overview uio_netx kernel module
The module provides the automatic mapping of Hilscher netX PCI device to user space, which then will be handled by the user space library libcifx.
It provides as well mapping of non-PCI devices by passing the device memory information.
Example for an ISA device at physical address 0xD0000 and DPM length of 0x4000 and irq line 5.
```
modprobe uio_netx custom_dpm_addr=0xD0000 custom_dpm_len=0x4000 custom_irq=5
```
Set to custom_irq to "0" if polling not connected or polling is to be used.