Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ insc(7) — DG/UX 5.4R3.00

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

sd(7)

st(7)



insc(7)                        DG/UX 5.4R3.00                        insc(7)


NAME
       insc - link an AViiON bus to a SCSI bus

SYNOPSIS
       insc ([def]) or
       insc @devicecode(adapaddr[,adapid])

DESCRIPTION
       The insc adapter allows an AViiON server to access a Small Computer
       System Interface (SCSI) device. The adapter links a host's system bus
       to a SCSI bus.  The adapter is available with either a single-ended
       or a differential SCSI bus interface.

       To set up this interface, or access a SCSI device via the interface,
       you use the insc adapter ID in a device driver statement: see st(7)
       and sd(7).

       The first format accepts all default values. The second format
       specifies all values:

        def         is a hexadecimal number (range 0-F), selecting a default
                    device code and VME address for the adapter. Null equals
                    0.

        devicecode is the hexadecimal device code of the adapter preceded
                    by the @ character.

        adapaddr   is the adapter's hexidecimal VME address.

        adapid     is the adapter's SCSI ID (range 0-7, recommended 6 or
                    7). Omit to accept the default ID 7.

       A insc adapter attempts to use the SCSI synchronous data transfer
       protocol, by negotiating a synchronous offset with each device on the
       the SCSI bus.  If this negotiation fails, the asynchronous mode is
       used.

EXAMPLES
       The following statement in a DG/UX configuration file configures a
       SCSI disk with default values, and creates short and long names for
       the disk in /dev/pdsk and /dev/rpdsk:

            sd(insc(0),*)

       The following statement configures a SCSI tape drive, specifying
       device code 7, VME host address FFF8A000, adapter SCSI ID 7, tape
       drive SCSI ID 4, and tape unit number 0:

            st(insc@7(FFF8A000,7),4,0)

       The statement creates short and long device names for the tape drive
       in /dev/rmt.

       Short device names (0, 1, 2, and so on) are created arbitrarily



Licensed material--property of copyright holder(s)                         1




insc(7)                        DG/UX 5.4R3.00                        insc(7)


       depending on the sequence of configuration statements in the DG/UX
       system file.

SEE ALSO
       sd(7), st(7).




















































Licensed material--property of copyright holder(s)                         2


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