Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ ibtab(5) — GL2 W2.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

ib(4)

iib(1)

IBTAB(5)  —  Silicon Graphics

NAME

ibtab − format of ibtab file

SYNOPSIS

/etc/ibtab

DESCRIPTION

The ibtab file is an unordered collection of entries, each of which describes one IEEE 488 bus node.  Its format is understood by the ibtab(5) subroutine package, which is used by programs such as iib(1). The format and the package are loosely patterned after fstab(3,5), getpw(3), and passwd(5). Each entry consists of a line with colon-separated fields. Numeric items are interpreted according to the usual C rules: leading 0x implies hex, leading 0 implies octal, default decimal.

FIELDS

File
the ib file used to access the node.

Cfile
the control file used to ioctl (control) the node.

Node
the node (physical slot) number with respect to the control file. The host’s node number is 0.

Flags
flags pertaining to the node, as defined in the include file <sys/ib_ioctl.h>. This field may be numeric or symbolic, with symbols separated by the ’|’ character or white space. Possible flags are: SWAB, if the node does byte-reversed IEEE 488 bus i/o; VALID, if the node is for real; SRQ, if the node can assert SRQ; PPE, if the node can respond to parallel polls; PPC, if the node can be remotely configured for parallel polls; SC, if the node is system controller.

Tag
the IEEE 488 bus address of the node.

Ppr
the parallel poll response. The low-order 3 bits specify which line the node uses for parallel poll responses. This field is significant only if the IBN_PPC or IBN_PPE flags are present.

Comment
ignored.

Lines beginning with the ’#’ character are ignored. 

EXAMPLE

# sample entry
# node 1, /dev/ib01
# controlled by /dev/ib00
# byte-reversed, can srq and ppoll
# gpib address 19
# ppoll line 3
/dev/ib01:/dev/ib00:1:VALID|SWAB|SRQ:19:03:board 0 node 1

FILES

SEE ALSO

ib(4), iib(1)

Version 2.3  —  July 04, 1985

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026