ACC Utilities Reference Guide
Chapter 2 43
TTGEN - ZCOM System Table Generator
Creating the TTGEN Configuration File
Interface-Definition
The Interface-Definition section is used to specify the ACC cards to be
included in the system. For each interface defined, ttgen reserves an
interface table, which contains all required information for controlling
the hardware.The Interface-Definition sectiontakes either oneo f the two
forms shown, where the second form refers to HP 9000 Series K systems.
Interface-Definition
<card_type> nn <bus>:<slot> <firmware file>
Interface-Definition
<card_type> nn <bus>:<bus>:<slot> <firmware file>
<card_type>
The valid subheadings for the Interface-Definition <card_type> section
are:
• Z7200A – NIO 8 channel V series or X series interface card
• Z7300A – NIO 4 channel E1/T1 interface card
• Z7330A – PCI 4 channel E1/T1 interface card
• Z7340A – PCI 8 channel V series or X series interface card
• Z7350A – NIO 2 channel V series or X series interface card
• Z7400A – EISA 8 channel V series or X series interface card
Each ACC card must be defined here as a separate record, commencing
with one of the listed valid subheaders. The other entries after the
subheading are as follows:
nn
An interface number (nn), which must be sequential, precedes the bus
and slot numbers. There is a maximum of 64 interfaces on the system
(from 0 to 63).
<bus>:<slot> or <bus>:<bus>:<slot>
The bus and slot numbers define the physical location of the interface
card in the computer. The method of determining the addressing
information that is used for the bus and slot fields is to use ioscan, after
the hardware is installed in the system. To find the address information
for a ll of the ACC ca rds on a s ystem, run:
ioscan -f | grep -i ACC










