The “
ixcom.inst
” script will use major number 254 to create correspond
device on the /dev.
To remove VXC driver from system use script “
./ixcom.remove
” to
removes the loaded modules.
# ls -la /dev/ttySV?
crw-rw-rw- 1 root root 254, 64 Jul 14 10:13 /dev/ttySV0
crw-rw-rw- 1 root root 254, 65 Jul 14 10:13 /dev/ttySV1
crw-rw-rw- 1 root root 254, 66 Jul 14 10:13 /dev/ttySV2
crw-rw-rw- 1 root root 254, 67 Jul 14 10:13 /dev/ttySV3
crw-rw-rw- 1 root root 254, 68 Jul 14 10:13 /dev/ttySV4
crw-rw-rw- 1 root root 254, 69 Jul 14 10:13 /dev/ttySV5
crw-rw-rw- 1 root root 254, 70 Jul 14 10:13 /dev/ttySV6
crw-rw-rw- 1 root root 254, 71 Jul 14 10:13 /dev/ttySV7
crw-rw-rw- 1 root root 254, 72 Jul 14 10:13 /dev/ttySV8
crw-rw-rw- 1 root root 254, 73 Jul 14 10:13 /dev/ttySV9
3.5.4 Access to VXC Auxiliary Serial Port
Each port of the VXC card has a corresponding auxiliary device named
cuaV. The auxiliary device cuaV behave is very similar to serial device ttySV
except DCD signal identify.
A serial port will fails to open when the DCD signal is OFF and closing
automatically when DCD signal is OFF. But the auxiliary serial device will not to
check the status of DCD signal if ON when open serial port and not closing
serial port automatically when DCD signal is OFF. The auxiliary serial device will
be useful with dialing-out modem that fails to assert DCD signal when there is
no one called into it and there is no carrier. The cuaV device was once used for
dialing-out and ttySV used for dialing-in purpose traditionally.
VXC Cards User’s Manual (Ver. 1.1, 06/09.2005, pmh-012-01) -----26