Metropoli BBS
VIEWER: nw41.ldi MODE: TEXT (ASCII)
;DrIvEr DeScRiPtIoN

Version:    1.01
SyntaxVersion:    1.01

Driver Nw41
{
    Description:    "ISA-Bus Ethernet Adapter Driver"
    Help:   "This driver (NW41.LAN) supports the ISA network
             adapter installed on server.
             You can install up to four boards in one server."
    ParameterVersion: 1.01
    FILE: NW41.LAN
    TimeOut: 20

    Prompt Port REQUIRED
    {
        Description: "IOBase of the adapter"
        Type: HEX(3)
        Values: 300, 320, 340, 360, 200, 220, 240, 260
        Default: 300
        OutPutFormat: 'I/O Port = %s'
    }

    Prompt NODE
    {
    }

    Frame FrameSelect
    {
        Help:   "The driver defaults to load all 4 frame types.
                 You can optionally remove them."
        CDescription: "802.3"
        Choice:       'Ethernet_802.3'

        CDescription: "802.2"
        Choice:       'Ethernet_802.2'

        CDescription: "802.2 SNAP"
        Choice:       'Ethernet_SNAP'

        CDescription: "Ethernet II"
        Choice:       'Ethernet_II'

        Default:    1,2,3,4
    }

    Prompt RETRIES
    {
        Values:     0-255
        Default:    15
    }
}


;DrIvEr DeScRiPtIoN EnD

[ RETURN TO DIRECTORY ]