Lines Matching refs:the
11 This is the README file for the Interphase PCI ATM (i)Chip IA Linux driver
16 - Supports 4K VCs for the server board (with 512K control memory) and 1K
17 VCs for the client board (with 128K control memory).
20 - Supports setting of PCR on the VCs.
38 1. Installing the adapters in the system
39 To install the ATM adapters in the system, follow the steps below.
41 b. Shut down the system and power off the system.
42 c. Install one or more ATM adapters in the system.
44 LED on the front panel of the adapter will be on if the adapter is
45 connected to the switch properly when the system is powered up.
46 e. Power on and boot the system.
52 c. Reconfigure the kernel, choose the Interphase ia driver through "make
54 d. Rebuild the kernel, loadable modules and the atm tools.
55 e. Install the new built kernel and modules and reboot.
57 4. Load the adapter hardware driver (ia driver) if it is built as a module
61 The yellow 'status' LED on the front panel of the adapter will blink
62 while the driver is loaded in the system.
63 d. To verify that the 'ia' driver is loaded successfully, run the
68 If the driver is loaded successfully, the output of the command will
69 be similar to the following lines:
74 You can also check the system log file /var/log/messages for messages
75 related to the ATM driver.
81 1M. The RAM size decides the number of buffers and buffer size. The default
92 changed by typing the following command:
97 RX_CNT = number of receive buffers in the range (1-128)
98 RX_SIZE = size of receive buffers in the range (48-64K)
99 TX_CNT = number of transmit buffers in the range (1-128)
100 TX_SIZE = size of transmit buffers in the range (48-64K)
103 2. Care should be taken so that the memory required for the
104 transmit and receive buffers is less than or equal to the
109 When the ia driver is built with the CONFIG_ATM_IA_DEBUG flag, the driver
111 IADebugFlag, which controls the output of the traces. You can find the bit
112 map of the IADebugFlag in iphase.h.
113 The debug trace can be turn on through the insmod command line option, for
114 example, "insmod iphase.o IADebugFlag=0xffffffff" can turn on all the debug
115 traces together with loading the driver.
119 For the PVC setup, the test machines can either be connected back-to-back or
120 through a switch. If connected through the switch, the switch must be
121 configured for the PVC(s).
124 At the test machine intended to receive data, type:
126 At the other test machine, type:
128 Run "ttcp_atm -h" to display more options of the ttcp_atm tool.
130 It is the same as the UBR testing, but with an extra command option:
133 xxx = the maximum peak cell rate, from 170 - 353207.
134 This option must be set on both the machines.
136 It is the same as the UBR testing, but with an extra command option:
139 xxx = the maximum peak cell rate, from 170 - 353207.
140 This option may only be set on the transmit machine.