man4/pci_dio32drv
Table of Contents
pci_dio32drv - ISC PCI-DIO32 device driver
pci_dio32drv
Device
driver for an Industrial computer source PCI-DIO32 status input/output register.
This driver uses the IOTRANS and IODATA structures.
- CAMnrm
CAMAC normal I/O mode. Other Modes are not implemented.
The
module is installed by
insmod(8)
. The major device number may be set when
the module is installed by "major=<major_dev_number>". The major device number
defaults to 72 if not specified.
For example:
/sbin/insmod pci_dio32_22.o major=82
One device node needs to be added to /dev for this device.
For example:
mknod /dev/dio32 c 72 0
After the nodes are made write permissions should be changed as follows:
chmod 666 /dev/dio32
$Id: pci_dio32drv.4,v 1.0 2000/12/04 16:03:31 kitchen
Exp $
Table of Contents