OEMSETUP.INF Driver File Contents (ETH16i32.zip)

;***********************************************************************
;
; OEMNADNL.INF	-- NOTE: Maybe this name must be changed!
;
;       ICL EtherTeam16i network card SETUP INF file.
;
;***********************************************************************

;-----------------------------------------------------------------------
; OPTION TYPE
; -----------
; This identifies the Option type we are dealing with.
; Types specific to networking:
;
; NetAdapter,        a netcard / adapter combination or just a netcard
; NetDriver,         just a netcard driver
; NetTransport,      a complete NDIS-compliant TDI transport stack
; NetService,        an NT networking service
; NetWork,           a complete network ensemble.
; NetProvider        a complete network which supports NT MPR protocol
;-----------------------------------------------------------------------

[Identification]
    OptionType = NetAdapter

;-----------------------------------------------------------------------
; PlatformsSupported
; ------------------
; This identifies the platforms supported by the adapter card.
; Possible types are:
;
; ISA, EISA and MCA
;-----------------------------------------------------------------------

[PlatformsSupported]
    ISA
    EISA
    "Jazz-Internal Bus"

;-----------------------------------------------------------------------
; OPTION LIST
; -----------
; This section lists the OEM Option key names.  These keys are locale
; independent and used to represent the option in a locale independent
; manner.
;
;-----------------------------------------------------------------------

[Options]
    ODI_ETH16I
    ODI_ETH32

[LanguagesSupported]
    ENG

[OptionsTextENG]
    ODI_ETH16I     = " ODI ICL EtherTeam16i Adapter for NetWare"
    ODI_ETH32      = " ODI ICL EtherTeam32 Adapter for NetWare"

;***********************************************************************
; CONSTANTS FOR USING DIALOGS
;***********************************************************************
[FileConstants]
;
;  File names, etc.
;
UtilityInf      = "UTILITY.INF"
ParamInf        = "NCPARAM.INF"
subroutineinf   = "SUBROUTN.INF"
NwSubsInf       = "NWSUBS.INF"
Exit_Code       = 0
;ShellCode       = 0

;
; EventLog Message File
;
NetEventDLL     = "%SystemRoot%\System32\netevent.dll"
IoLogMsgDLL     = "%SystemRoot%\System32\IoLogMsg.dll"

; Product Info
;
Manufacturer    = "Novell"
ProductMajorVersion     = "0"
ProductMinorVersion     = "9"
ProductVersion  = $(ProductMajorVersion)"."$(ProductMinorVersion)
;
; Hardware
;
DriverName                   = "OdiLoad"
OdiModules		     = "ODI_Modules"
ProductHardwareName          = "ETH16I"
ProductHardwareODI_ETH16ITitle   = "ODI ICL EtherTeam16i Adapter for NetWare"
ProductHardwareODI_ETH32Title    = "ODI ICL EtherTeam32 Adapter for NetWare"
NetRuleHardwareType          = "nwEth16i nwAdapter"
NetRuleHardwareBindForm      = " yes yes container"
;
; Registry Key
;
ProductKeyName  = $(!NTN_SoftwareBase)"\"$(Manufacturer)"\"$(DriverName)"\CurrentVersion"
ParamKeyName    = $(!NTN_ServiceBase)"\"$(ProductHardwareName)"\Parameters"

;
;  Dialog Parameters
;
IRQNumberHexList = ^(IRQChoices$(Option), 1)
IRQNumberDecList = ^(IRQChoices$(Option), 2)
IRQNumberNwList  = ^(IRQChoices$(Option), 3)
IOBaseAddrHexList = ^(IOBaseAddrChoices$(Option), 1)
IOBaseAddrDecList = ^(IOBaseAddrChoices$(Option), 2)
IOBaseAddrNwList  = ^(IOBaseAddrChoices$(Option), 3)
TransceiverHexList = ^(TransceiverChoices$(Option), 1)
TransceiverDecList = ^(TransceiverChoices$(Option), 2)
TransceiverNwList  = ^(TransceiverChoices$(Option), 3)

;
; NOTE: ETH16I.LAN now supporta AUTO for IRQ Number!
;
[IRQChoicesODI_ETH16I]
IRQ_1 = "AUTO",255,"AUTO"
IRQ_2 = "5",5,"5"
IRQ_3 = "9",9,"9"
IRQ_4 = "10",10,"10"
IRQ_5 = "15",15,"15"
[IRQChoicesODI_ETH32]
IRQ_1 = "AUTO",255,"AUTO"
IRQ_2 = "3",3,"3"
IRQ_3 = "5",5,"5"
IRQ_4 = "7",7,"7"
IRQ_5 = "9",9,"9"
IRQ_6 = "10",10,"10"
IRQ_7 = "11",11,"11"
IRQ_8 = "12",12,"12"
IRQ_9 = "15",15,"15"

;
; NOTE: ETH16I.LAN doesn't support AUTO for IOBaseAddress.
;
[IOBaseAddrChoicesODI_ETH16I]
IOBase_1  = "AUTO",0,"AUTO"
IOBase_2  = "0x240",576,"240"
IOBase_3  = "0x260",608,"260"
IOBase_4  = "0x280",640,"280"
IOBase_5  = "0x2A0",672,"2A0"
IOBase_6  = "0x300",768,"300"
IOBase_7  = "0x340",832,"340"
IOBase_8  = "0x380",896,"380"
[IOBaseAddrChoicesODI_ETH32]
IOBase_1  = "AUTO",0,"AUTO"
IOBase_2  = "0x1000 Slot 1",4096,"1000"
IOBase_3  = "0x2000 Slot 2",8192,"2000"
IOBase_4  = "0x3000 Slot 3",12288,"3000"
IOBase_5  = "0x4000 Slot 4",16384,"4000"
IOBase_6  = "0x5000 Slot 5",20480,"5000"
IOBase_7  = "0x6000 Slot 6",24576,"6000"
IOBase_8  = "0x7000 Slot 7",28672,"7000"
IOBase_9  = "0x8000 Slot 8",32768,"8000"

[TransceiverChoicesODI_ETH16I]
Txcv_1 = "BNC","Bnc","BNC"
Txcv_2 = "AUI","Aui","AUI"
Txcv_3 = "TP","Tp","TP"
Txcv_4 = "AUTO","Auto","AUTO"
Txcv_4 = "SETUP","SETUP","SETUP"
[TransceiverChoicesODI_ETH32]
Txcv_1 = "BNC","Bnc","BNC"
Txcv_2 = "AUI","Aui","AUI"
Txcv_3 = "TP","Tp","TP"
Txcv_4 = "AUTO","Auto","AUTO"
Txcv_4 = "SETUP","SETUP","SETUP"

[DialogConstantsENG]
Help        = "&Help"
Exit        = "Cancel"
OK          = "OK"
HelpContext = ""
Continue    = "Continue"
Cancel      = "Cancel"

[FileDependentDlgENG]
DlgType = "Combination"
DlgTemplate = "UBNDIS"
Caption = $(FunctionTitle)
Label1 = "&Interrupt Number:"
Label2 = "I/O &Base Address:"
Label3 = "&Transceiver:"
Combo1List = $(IRQNumberHexList)
Combo1Out  = $(IRQNumber)
Combo2List = $(IOBaseAddrHexList)
Combo2Out  = $(IOBaseAddress)
Combo3List = $(TransceiverHexList)
Combo3Out  = $(Transceiver)
ComboListItemsIn  = {Combo1List, Combo2List, Combo3List}
ComboListItemsOut = {Combo1Out, Combo2Out, Combo3Out}
EditTextIn = ""
EditTextLim = ""
CBOptionsGreyed = {}
NotifyFields = {NO, NO}
HelpContext = 6100

[FileConstantsENG]
ProCaption   = "NetWare for Windows NT Setup"
ProCancel    = "Cancel"
ProCancelMsg = "NetWare for Windows NT is not correctly installed.  "+
               "Are you sure you want to cancel copying files?"
ProCancelCap = "Network Setup Message"
ProText1     = "Copying:"
ProText2     = "To:"
FunctionTitle   = "NetWare ICL EtherTeam16i/32 Network Card Setup"
ProductSoftwareDescription      = "ODI ICL EtherTeam16i/32 Adapter Driver"
ProductHardwareODI_ETH16IDescription        = "ODI ICL EtherTeam16i Adapter for NetWare"
ProductHardwareODI_ETH16IDescription        = "ODI ICL EtherTeam32 Adapter for NetWare"

[GeneralConstants]
;
;  Program flow control variables.
;
from      = ""
to        = ""
;
;  Return codes; Exit_Code is set to one of these
;
ExitCodeOk     = 0
ExitCodeCancel = 1
ExitCodeFatal  = 2

KeyNull         = ""
MAXIMUM_ALLOWED   = 33554432
RegistryErrorIndex = NO_ERROR
KeyProduct      = ""
KeyParameters   = ""

TRUE            = 1
FALSE           = 0
NoTitle            = 0

ExitState   = "Active"
OldVersionExisted = $(FALSE)

DriverPath      = $(!STF_NTPATH)\drivers

[date]
    ; Now is a list which contains { Sec from 1-1-1970, Year, Month, Day, Hour,
    ; Minute, Second }
    Now = {} ? $(!LIBHANDLE) GetSystemDate


;---------------------------------------------------------------------------
; 1. Identify
;
; DESCRIPTION:   To verify that this INF deals with the same type of options
;                as we are choosing currently.
;
; INPUT:         None
;
; OUTPUT:        $($R0): STATUS: STATUS_SUCCESSFUL
;                $($R1): Option Type (COMPUTER ...)
;                $($R2): Diskette description
;---------------------------------------------------------------------------

[Identify]
    ;
    ;
    read-syms Identification

    set Status     = STATUS_SUCCESSFUL
    set Identifier = $(OptionType)
    set Media      = #("Source Media Descriptions", 1, 1)

    Return $(Status) $(Identifier) $(Media)

;------------------------------------------------------------------------
; 2. ReturnOptions:
;
; DESCRIPTION:   To return the option list supported by this INF and the
;                localised text list representing the options.
;
;
; INPUT:         $($0):  Language used. ( ENG | FRN | ... )
;
; OUTPUT:        $($R0): STATUS: STATUS_SUCCESSFUL |
;                                STATUS_NOLANGUAGE
;                                STATUS_FAILED
;                                STATUS_NOTSUPPORTED
;
;                $($R1): Option List
;                $($R2): Option Text List
;------------------------------------------------------------------------

[ReturnOptions]
    ;
    ;
    set Status        = STATUS_FAILED
    set OptionList     = {}
    set OptionTextList = {}

    ;
    ; Check if the language requested is supported
    ;
    set LanguageList = ^(LanguagesSupported, 1)
    Ifcontains(i) $($0) in $(LanguageList)
        ;
        ; Check if the platforms requested is supported
        ;
        ifstr(i) $($1) == ""
           goto returnoptions
        endif

        set PlatformList = ^(PlatformsSupported, 1)
        Ifcontains(i) $($1) in $(PlatformList)
           goto returnoptions
        else
           set Status = STATUS_NOTSUPPORTED
           goto finish_ReturnOptions
        endif
    else
        set Status = STATUS_NOLANGUAGE
        goto finish_ReturnOptions
    endif

    ;
    ; form a list of all the options and another of the text representing
    ;

returnoptions = +
    set OptionList     = ^(Options, 1)
    set OptionTextList = ^(OptionsText$($0), 1)
    set Status         = STATUS_SUCCESSFUL

finish_ReturnOptions = +
    Return $(Status) $(OptionList) $(OptionTextList)

;----------InstallOption-------------------------------------------------
;
; InstallOption:
;
;      This section is shelled to by main installation processing
;      or by NCPASHEL.INF during reconfig, removal, update, etc.
;
;
; FUNCTION:  To copy files representing Options
;            To configure the installed option
;            To update the registry for the installed option
;
; INPUT:     $($0):  Language to use
;            $($1):  OptionID to install
;            $($2):  SourceDirectory
;            $($3):  AddCopy  (YES | NO)
;            $($4):  DoCopy   (YES | NO)
;            $($5):  DoConfig (YES | NO)
;
; OUTPUT:    $($R0): STATUS: STATUS_SUCCESSFUL |
;                            STATUS_NOLANGUAGE |
;                            STATUS_USERCANCEL |
;                            STATUS_FAILED
;
;------------------------------------------------------------------------
[InstallOption]
    ;
    ; extract parameters
    ;
    set Option   = $($1)
    set SrcDir   = $($2)
    set AddCopy  = $($3)
    set DoCopy   = $($4)
    set DoConfig = $($5)

    ;
    ; Check if the language requested is supported
    ;
    set LanguageList = ^(LanguagesSupported, 1)
    Ifcontains(i) $($0) NOT-IN $(LanguageList)
        Return STATUS_NOLANGUAGE
    endif

    set-subst LF = "\n"
    read-syms GeneralConstants
    read-syms FileConstants
    read-syms DialogConstants$(!STF_LANGUAGE)
    ifstr(i) $(!NTN_Origination) == "NCPA"
        set Continue = "OK"
    endif
    read-syms FileConstants$(!STF_LANGUAGE)

    detect date

    set-title  $(FunctionTitle)

    set to   = Begin
    set from = Begin
;
;  Assume all is well.
;
    set CommonStatus = STATUS_SUCCESSFUL

    EndWait

;
;   Set up the operation-mode-based variables and gaily welcome
;   the user.  If the "install mode" variable is improperly set,
;   assume this is a new installation.
;

Begin = +

    Ifstr(i) $(!NTN_InstallMode) == deinstall
                set StartLabel = removeadapter
    else-Ifstr(i) $(!NTN_InstallMode) == Update
                set StartLabel = UpgradeSoftware
    else-Ifstr(i) $(!NTN_InstallMode) == bind
                set StartLabel = bindingadapter
    else-Ifstr(i) $(!NTN_InstallMode) == configure
                set StartLabel = configureadapter
    else
                set StartLabel = installadapter
                set OEM_ABANDON_OPTIONS = {}
                set OEM_ABANDON_SOFTWARE = FALSE
                set OEM_ABANDON_ON = TRUE
    endif


    Set IRQNumberValue = *($(IRQNumberDecList),1)
    Set IOBaseAddrValue = *($(IOBaseAddrDecList),1)
    Set TransceiverValue = *($(TransceiverDecList),4)

    set from = $(fatal)
    set to = $(fatal)
    goto $(StartLabel)

;-----------------------------------------------
; Installation Section
;-----------------------------------------------

installadapter = +
    Ifstr(i) $(DoCopy) == "YES"
       ;
       ;  Get source location
       ;
       Shell $(NwSubsInf), DoAskSource, $(!STF_CWDDIR), $(SrcDir) YES

       Ifint $($ShellCode) != $(!SHELL_CODE_OK)
           Goto ShellCodeError
       Else-Ifstr(i) $($R0) == STATUS_FAILED
           Shell $(UtilityInf) RegistryErrorString "ASK_SOURCE_FAIL"
           ifint $($ShellCode) != $(!SHELL_CODE_OK)
               goto ShellCodeError
           endif
           set Error = $($R0)
           Goto fatal
       Else-Ifstr(i) $($R0) == STATUS_USERCANCEL
           Goto end
       Endif

       Set SrcDir = $($R1)
    Endif

    install "Install-Option"

    goto adapteroptions


;-----------------------------------------------
; Configuration Section
;-----------------------------------------------
;
;   Get the current values of all the parameters
;
configureadapter = +
    Ifstr $(KeyProduct) == $(KeyNull)
        OpenRegKey $(!REG_H_LOCAL) "" $(!NTN_RegBase) $(MAXIMUM_ALLOWED) KeyProduct
        Ifstr $(KeyProduct) == $(KeyNull)
            set RegistryErrorIndex = CANNOT_FIND_COMPONENT_SERVICE
            Debug-Output "OEMNADNL.INF: Cannot find component product key "$(!NTN_RegBase)
            goto fatalregistry
        Endif
    Endif

    Set AdapterNumber = ""

    ;
    ; Get the other parameters;  they're attached to the service parameters key
    ;
    Shell $(UtilityInf) FindService, $(KeyProduct)
    Ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNL.INF: FindService shell failure "$($ShellCode)
        Goto ShellCodeError
    Endif
    Ifstr(i) $($R0) != NO_ERROR
        Debug-Output "OEMNADNL.INF: FindService Error "$($R0)
        Goto fatalregistry
    endif

    set KeyParameters = $($R2)

    ;
    ;  We don't need the services key, so close it.
    ;
    CloseRegKey $($R1)

    Ifstr $(KeyParameters) == $(KeyNull)
        set RegistryErrorIndex = CANNOT_FIND_COMPONENT_SERVICE
        Debug-Output "OEMNADNL.INF: Cannot find component service "$(KeyProduct)
        goto fatalregistry
    endif

    set OldVersionExisted = $(TRUE)

    set ValueName = ""
    set ValueData = ""
    set ValueStr  = ""
    set ValueList = {}

    ;
    ; Get the old values
    ;
    EnumRegValue $(KeyParameters) ValueList

    ForListDo $(ValueList)

        set ValueItem = $($)
        set ValueName = *($(ValueItem),1)
        set ValueData = *($(ValueItem),4)
        Ifstr(i) $(ValueName) == "InterruptNumber"
            set IRQNumberValue = $(ValueData)
        else-ifstr(i) $(ValueName) == "IoBaseAddress"
            set IOBaseAddrValue = $(ValueData)
        else-ifstr(i) $(ValueName) == "Transceiver"
            set TransceiverValue = $(ValueData)
        endif

    EndForListDo

    ifstr(i) $(IRQNumberValue) == ""
        set IRQNumberValue = *($(IRQNumberDecList), 1)
    endif

    ifstr(i) $(IOBaseAddrValue) == ""
        set IOBaseAddrValue = *($(IOBaseAddrDecList), 1)
    endif

    ifstr(i) $(TransceiverValue) == ""
        set TransceiverValue = *($(TransceiverDecList), 4)
    endif
;
;  Read the symbolic link to the ODI entry from the "OdiLoadName" value
;
    GetRegValue $(KeyParameters),"OdiLoadName", CardInstanceList
    Set CardInstanceName = *($(CardInstanceList),4)

adaptersetup =+

    goto adapteroptions
;
;   Let the user bang on the options until satisfied.
;
adapteroptions = +
    set from = adapteroptions

; Get path for Help File ETH16I.HLP    
        SetHelpFile "eth16i.hlp" 6100 6100

    set IOBaseAddress = *($(IOBaseAddrHexList), ~($(IOBaseAddrDecList), +
        $(IOBaseAddrValue)))
    set IRQNumber = *($(IRQNumberHexList), ~($(IRQNumberDecList), +
        $(IRQNumberValue)))
    set Transceiver = *($(TransceiverHexList), ~($(TransceiverDecList), +
        $(TransceiverValue)))

    read-syms FileDependentDlg$(!STF_LANGUAGE)

    ui start "InputDlg"

    ifstr(i) $(DLGEVENT) == "CONTINUE"
        set IRQNumber = $(Combo1Out)
        set IOBaseAddress = $(Combo2Out)
        set Transceiver = $(Combo3Out)
        ui pop 1
    else-ifstr(i) $(DLGEVENT) == "BACK"
        set CommonStatus = STATUS_USERCANCEL
        Debug-Output "Action: exit. Bye."
        ui pop 1
        goto end
    else
        ;
        ; Unknow command
        ;
        ui pop 1
        Debug-Output "Action: unknown. Bye."
        goto end
    endif

    set IOBaseAddrValue = *($(IOBaseAddrDecList), +
         ~($(IOBaseAddrHexList),$(IOBaseAddress)))
    set IRQNumberValue = *($(IRQNumberDecList), +
         ~($(IRQNumberHexList),$(IRQNumber)))
    set TransceiverValue = *($(TransceiverDecList), +
         ~($(TransceiverHexList),$(Transceiver)))
;
;   If installing, go create the necessary keys;
;   if configuring, they're already open.
;
    ifint $(OldVersionExisted) == $(TRUE)
        ifstr(i) $(!NTN_InstallMode) == configure
            goto writeparameters
        endif
    endif

    StartWait
;
;   Create the HARDWARE\Netcard region and its corresponding service
;
    Shell $(UtilityInf), AddHardwareComponent, $(ProductHardwareName),$(STF_CONTEXTINFNAME),$(ProductKeyName)

    ifint $($R4) != -1
        Set OEM_ABANDON_OPTIONS = >($(OEM_ABANDON_OPTIONS), $(!NTN_SoftwareBase)"\Microsoft\Windows NT\CurrentVersion\NetworkCards\"$($R4))
    endif

    ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNL.INF: Cannot add hardware component "$($ShellCode)
        goto ShellCodeError
    endif

    set RegistryErrorIndex = $($R0)

    Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
        EndWait
        Debug-Output "OEMNADNL.INF: Registry error: add hardware component "$(RegistryErrorIndex)
        CloseRegKey $($R1)
        CloseRegKey $($R2)
        CloseRegKey $($R3)
        goto fatalregistry
    endif

;
;   At this point:
;     $R1  Registry key variable for HARDWARE\Netcard\(n)
;     $R2  Registry key variable for HARDWARE\Netcard\(n)\\NetRules
;     $R3  Registry key handle for <service>\Parameters key
;     $R4  Adapter number assigned to adapter
;     $R5  Service name generated by combining svc name with adapter number
;
    set KeyParameters = $($R3)
    set KeyAdapterRules = $($R2)
    set AdapterNumber = $($R4)

    Set-add TempAdapterNumber = $(AdapterNumber),0

    set CardInstanceName = $(ProductHardwareName)" #"$(TempAdapterNumber)

    set NewValueList = {{Manufacturer,$(NoTitle),$(!REG_VT_SZ),$(Manufacturer)},+
                       {Title,$(NoTitle),$(!REG_VT_SZ),"["$($R4)"] "$(ProductHardware$(Option)Title)},+
                       {Description,$(NoTitle),$(!REG_VT_SZ),$(ProductHardware$(Option)Description)},+
                       {ProductName,$(NoTitle),$(!REG_VT_SZ),$(ProductHardwareName)},+
                       {ServiceName,$(NoTitle),$(!REG_VT_SZ),$($R5)},+
                       {InstallDate,$(NoTitle),$(!REG_VT_DWORD),*($(Now),1)},+
		       {OdiAdapter,$(NoTitle),$(!REG_VT_DWORD),1}}

    Shell  $(UtilityInf), AddValueList, $($R1), $(NewValueList)
    ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNL.INF: AddValueList ShellCode error "$($ShellCode)
        goto ShellCodeError
    endif

    CloseRegKey $($R1)

    set TempProdName = """"$(ProductHardwareName)$(AdapterNumber)""""
    set TempBindForm = $(TempProdName)$(NetRuleHardwareBindForm)

    set NewValueList = {{type,$(NoTitle),$(!REG_VT_SZ),$(NetRuleHardwareType)},+
                        {bindform,$(NoTitle),$(!REG_VT_SZ),$(TempBindForm)}, +
                        {InfOption,$(NoTitle),$(!REG_VT_SZ),$(Option)}}

    Shell  $(UtilityInf), AddValueList, $(KeyAdapterRules), $(NewValueList)
    ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNL.INF: AddValueList ShellCode error "$($ShellCode)
        goto ShellCodeError
    endif

    set RegistryErrorIndex = $($R0)

    Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
        EndWait
        Debug-Output "OEMNADNL.INF: AddValueList Registry error "$(RegistryErrorIndex)
        CloseRegKey $(KeyParameters)
        CloseRegKey $(KeyAdapterRules)
        goto fatalregistry
    endif

    CloseRegKey $(KeyAdapterRules)

    SetRegValue $(KeyParameters) {OdiLoadName,$(NoTitle),$(!REG_VT_SZ),$(CardInstanceName)}

    goto writeparameters
;
;   REQUIRED:   $(KeyParameters) contains service Parameters key handle
;
writeparameters = +
    Shell $(UtilityInf), GetBusTypeNum
    set BusTypeNum = $($R1)
    ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNL.INF: GetBusTypeNum ShellCode error "$($ShellCode)
        goto ShellCodeError
    endif
;
;   Add the rest of the parameters to the Services area
;
    set NewValueList = {{InterruptNumber,$(NoTitle),$(!REG_VT_DWORD),$(IRQNumberValue)},+
                       {BusType,$(NoTitle),$(!REG_VT_DWORD),$(BusTypeNum)},+
                       {MediaType,$(NoTitle),$(!REG_VT_DWORD),1},+
                       {IoBaseAddress,$(NoTitle),$(!REG_VT_DWORD),$(IOBaseAddrValue)},+
                       {Transceiver,$(NoTitle),$(!REG_VT_SZ),$(TransceiverValue)}}

    Shell  $(UtilityInf), AddValueList, $(KeyParameters), $(NewValueList)

    CloseRegKey $(KeyParameters)

    ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNL.INF: AddValueList ShellCode error "$($ShellCode)
        goto ShellCodeError
    endif

    set RegistryErrorIndex = $($R0)

    Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
        Debug-Output "OEMNADNL.INF: AddValueList Registry error "$($ShellCode)
        goto fatalregistry
    endif

    EndWait

;
;  Add an OdiLoad Module
;
; Set this cards configuration info for OdiLoad.  Load all frame types, this is
; required for ODINSUP (ODI NDIS Support) to work.
;

    set IRQNumberNw = *($(IRQNumberNwList), ~($(IRQNumberHexList),+
        $(IRQNumber)))

    set IOBaseAddressNw = *($(IOBaseAddrNwList), ~($(IOBaseAddrHexList),+
        $(IOBaseAddress)))

    set TransceiverNw = *($(TransceiverNwList), ~($(TransceiverHexList),+
        $(Transceiver)))

; Build up parameters for "LOAD ETH16I".

    ifstr(i) $(IOBaseAddressNw) != "AUTO"
        set PortParam = "Port "$(IOBaseAddressNw)
    else
        set PortParam = ""
    endif
    ifstr(i) $(IRQNumberNw) != "AUTO"
        set IntParam = "Int "$(IRQNumberNw)
    else
        set IntParam = ""
    endif
    ifstr(i) $(TransceiverNw) != "SETUP"
        set ConParam = "Con="$(TransceiverNw)
    else
        set ConParam = ""
    endif

    set OdiParmList = {"Frame ETHERNET_802.3", +
		       "Frame ETHERNET_802.2", +
		       "Frame ETHERNET_II", +
		       "Frame ETHERNET_SNAP", +
		       $(PortParam), +
		       $(IntParam), +
		       $(ConParam)}

    Shell $(NwSubsInf) NwAddOdiLoadModule $(CardInstanceName) $(AdapterNumber) $(OdiParmList)

    Ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNL.INF: NwAddOdiLoadModule failure "$($ShellCode)
        Goto ShellCodeError
    Endif

    Set ErrorString = $($R0)
    Ifstr(i) $(ErrorString) != NO_ERROR
        Debug-Output "OEMNADNL.INF: NwAddOdiLoadModule "$(ErrorString)
        goto fatalregistry
    Endif

    goto successful

;-----------------------------------------------
; Binding section
;-----------------------------------------------
bindingadapter =+
    set Error = "Binding: Sorry, not yet implemented."
    goto fatal

;-----------------------------------------------
; Removeadapter section
;-----------------------------------------------

removeadapter = +
;
; Delete the Services\OdiLoad\Odi_Modules\xxxxxx #1 card instance and update
; IpxSpxII and ODINSUP if needed.
;

    Shell $(NwSubsInf) NwRemoveAdapter $(!NTN_RegBase)
    Ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "Shell Error NwRemoveAdapter "$($ShellCode)
    Endif
;
; Remove the NT Network Adapter Info.
;

    Shell $(NwSubsInf) NwRemoveNtAdapter $(ProductKeyName) $(Manufacturer)
    Ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNL.INF: NwRemoveNtAdapter "$($ShellCode)
        goto ShellCodeError
    Endif

    set RegistryErrorIndex = $($R0)

    Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
        Debug-Output "OEMNADNL.INF: NwRemoveNtAdapter "$(RegistryErrorIndex)
        Ifstr(i) $(RegistryErrorIndex) == "SHELL_CODE_ERROR"
            goto ShellCodeError
        Endif
        goto fatalregistry
    Endif

    goto end

;-----------------------------------------------
; Upgrade Software section
;-----------------------------------------------

UpgradeSoftware = +
    ;
    ; upgrade/update hardware component
    ; There is no different between upgrade and update for hardware
    ; component
    ;
    ; 1. Get the Service Name
    ; 2. Change the NetRule section if necessary
    ;
    OpenRegKey $(!REG_H_LOCAL) "" $(!NTN_RegBase) +
          $(MAXIMUM_ALLOWED) NetworkCardKey
    Ifstr(i) $(NetworkCardKey) != $(KeyNull)
        ;
        ; Get Service name
        ;
        GetRegValue $(NetworkCardKey),"ServiceName", ServiceNameInfo
        set ServiceName = *($(ServiceNameInfo), 4)

        ;
        ; Change the NetRule if necessary
        ;
        OpenRegKey $(NetworkCardKey) "" "NetRules" +
            $(MAXIMUM_ALLOWED) NetRuleKey
        Ifstr(i) $(NetRuleKey) != $(KeyNull)
            ;
            ; Make the change....
            ;
        else
            ;
            ; Error, cannot open net rules key
            ;
            goto fatalregistry
        endif

        CloseRegKey $(NetRules)
        CloseRegKey $(NetworkCardKey)
    else
        ;
        ; Error, cannot open network card key
        ;
        goto fatalregistry
    endif
    ;
    ; 3. Change the service section of the hardware. i.e.,
    ;    ParameterName change, value change, etc.
    ;
    OpenRegKey $(!REG_H_LOCAL) "" +
          $(!NTN_ServiceBase)"\"$(ServiceName) +
          $(MAXIMUM_ALLOWED) ServiceKey

    Ifstr(i) $(ServiceKey) != $(KeyNull)
        ;
        ; Get the ServiceKey to change the Start value
        ; or Type value. Or open Parameters key to
        ; change the hardware parameters if necessary.
        ;
        CloseRegKey $(ServiceKey)
    else
        ;
        ; Error, cannot open network card key
        ;
        goto fatalregistry
    endif

    goto end
    ;
    ; End of Upgrade Software
    ;

;
;  Escape hatches
;
successful = +
    Set OdiAdapterInstalledOkay = "1"
    goto end

abandon = +
    ForListDo $(OEM_ABANDON_OPTIONS)
        Shell $(UtilityInf), RemoveHardwareComponent, $(Manufacturer), +
            $(DriverName), $($)
        ifint $($ShellCode) != $(!SHELL_CODE_OK)
            Debug-Output "OEMNADNL.INF: RemoveHardwareComponent ShellCode error "$($ShellCode)
            goto ShellCodeError
        endif

        set RegistryErrorIndex = $($R0)

        Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
            goto fatalregistry
        endif
    EndForListDo

    goto end

;
; warning display
;
warning = +
    Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "WARNING", $(Error)
    ifint $($ShellCode) != $(!SHELL_CODE_OK)
        goto ShellCodeError
    endif
    ifstr(i) $($R1) == "OK"
        goto $(to)
    else-ifstr(i) $($R1) == "CANCEL"
        goto $(from)
    else
        goto "end"
    endif


;
; non fatal error display
;
nonfatalinfo = +
    Set CommonStatus = STATUS_USERCANCEL
    Set Severity = STATUS
    goto nonfatalmsg
nonfatal = +
    Set Severity = NONFATAL
    goto nonfatalmsg
nonfatalmsg = +
    ifstr(i) $(Error) == ""
        Set Severity = NONFATAL
        Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
        ifint $($ShellCode) != $(!SHELL_CODE_OK)
            goto ShellCodeError
        endif
        set Error = $($R0)
    endif
    Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), $(Severity), $(Error)
    ifint $($ShellCode) != $(!SHELL_CODE_OK)
        goto ShellCodeError
    endif
    ifstr(i) $($R1) == "OK"
        goto $(from)
    else
        goto "end"
    endif

;
;  Registry is broken
;
fatalregistry = +
    Shell $(UtilityInf) RegistryErrorString $(RegistryErrorIndex)
    ifint $($ShellCode) != $(!SHELL_CODE_OK)
        goto ShellCodeError
    endif
    set Error = $($R0)
    goto fatal

fataldetect = +
    Shell $(UtilityInf),RegistryErrorString,CANNOT_DETECT
    ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNL.INF: ShellCode error: cannot get an error string."
        goto ShellCodeError
    endif
    set Error = $($R0)
    Goto fatal
;
; fatal error display
;
fatal = +
    ifstr(i) $(Error) == ""
        Shell $(UtilityInf) RegistryErrorString "SETUP_FAIL"
        ifint $($ShellCode) != $(!SHELL_CODE_OK)
            goto ShellCodeError
        endif
        set Error = $($R0)
    endif
    Shell $(subroutineinf) SetupMessage, $(!STF_LANGUAGE), "FATAL", $(Error)
    ifint $($ShellCode) != $(!SHELL_CODE_OK)
        goto ShellCodeError
    endif

    goto setfailed

;
;  Shelling error
;
ShellCodeError = +
    set DlgType      = "MessageBox"
    set STF_MB_TITLE = "Error: "$(FunctionTitle)
    set STF_MB_TEXT  = "Shell Code Error"
    set STF_MB_TYPE  = 1
    set STF_MB_ICON  = 3
    set STF_MB_DEF   = 1
    ui start "Error Message"
    goto setfailed

setfailed = +
    set CommonStatus = STATUS_FAILED
    ;
    ; if OEM_ABANDON_ON == TRUE, then remove the registry entries
    ;
    ifstr(i) $(OEM_ABANDON_ON) == TRUE
        set OEM_ABANDON_ON = FALSE
        goto abandon
    endif
    goto end

end = +
    goto term

term = +
    Ifstr(i) $(OdiAdapterInstalledOkay) == "1"
        Shell $(NwSubsInf) GetOdiAdapterList
        ifint $($R3) < 2
            Set DlgType = "MessageBox"
            Set STF_MB_TITLE = "NetWare for Windows NT Installation"
            Set STF_MB_TEXT  = "The NetWare ODI Adapter was successfully installed.  "+
	                       "Your NetWare installation is COMPLETE, unless "+
			       "you need to install ODINSUP or Configure the software."
            Set STF_MB_TYPE  = 1
	    Set STF_MB_ICON  = 3
	    Set STF_MB_DEF   = 1
	    ui start "Error Message"
	Endif
    Endif

    Return $(CommonStatus)

;***************************************************************
;  INSTALL SECTIONS
;***************************************************************
[Install-Option]
    set STF_VITAL = ""

    ifstr(i) $(AddCopy) == "YES"

        ;
        ; Add the files to the copy list
        ;
        AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\netware
   	AddNthSectionFileToCopyList Files-Inf 2 $(SrcDir) $(!STF_WINDOWSSYSPATH)

    endif

    ifstr(i) $(DoCopy) == "YES"

       ;
       ; Copy files in the copy list
       ;
       set !STF_NCPA_FLUSH_COPYLIST = TRUE
       CopyFilesInCopyList

    endif

    ifstr(i) $(DoConfig) == "YES"
        ;
        ; Add product to registry
        ;

        ;
        ; Finish up
    endif

    Exit

[Install-Update]
   set STF_VITAL        = ""
   set STF_OVERWRITE    = "VERIFYSOURCEOLDER"
   ;set STF_VERSION     = "YES"

   AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\netware
   AddSectionFilesToCopyList Files-Inf $(SrcDir) $(!STF_WINDOWSSYSPATH)
   AddNthSectionFileToCopyList Files-Inf 2 $(SrcDir) $(!STF_WINDOWSSYSPATH)

   set !STF_NCPA_FLUSH_COPYLIST = TRUE
   CopyFilesInCopyList

   exit

[Source Media Descriptions]
    1  = "NetWare for Windows NT Setup Disk"  , TAGFILE = oemsetup.inf
    2  = "NetWare for Windows NT Setup Disk"  , TAGFILE = oemsetup.inf
    3  = "EtherTeam16i/32 Driver Disk"        , TAGFILE = netware\nt\eth16i.lan
    99	= "LMHOST disk", TAGFILE = lmhosts
[ProductType]
STF_PRODUCT  = Winnt
STF_PLATFORM = I386
[Files-Inf]
3,	oemsetup.inf,	 SIZE=1000,	RENAME=$(!UG_Filename)
3,	ETH16I.HLP,	 SIZE=999
[Files-ODI_ETH16I]
3,eth16i.lan , SIZE=20000
[Files-ODI_ETH32]
3,eth16i.lan , SIZE=20000




Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 1.67