OEMSETUP.INF Driver File Contents (SMCETHER_all.zip)

;***********************************************************************
;
; 07/08/94 v1.00a
; Novell NT Requestor Windows NT .INF file.
;
; SMC Ethernet (for 8416, 8216 and 80x3 adapters)
; SMC8000.INF
;
;       Novell SMC8000 network card SETUP INF file.
;
;***********************************************************************

;-----------------------------------------------------------------------
; OPTION TYPE
; -----------
; This identifies the Option type we are dealing with.  The different
; possible types are:
;
; COMPUTER, DISPLAY, MOUSE, KEYBOARD, LAYOUT, SCSI, PRINTER, ...
;
;  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
    MCA
    "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_SMC8000

[LanguagesSupported]
    ENG

[OptionsTextENG]
    ODI_SMC8000     = " ODI SMC 8000 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          = "SMC8000"
ProductHardwareODI_SMC8000Title   = "ODI SMC 8000 Adapter for NetWare"
NetRuleHardwareType          = "nwSMC8000 nwAdapter"
NetRuleHardwareBindForm      = " yes yes container"
;
; Registry Key
;
ProductKeyName  = $(!NTN_SoftwareBase)"\"$(Manufacturer)"\"$(DriverName)"\CurrentVersion"
ParamKeyName    = $(!NTN_ServiceBase)"\"$(ProductHardwareName)"\Parameters"

;
;  Dialog Parameters
;
IRQList   = ^(IRQChoices, 1)
IRQValues = ^(IRQChoices, 2)
IOBaseAddrHexList = ^(IOBaseAddrChoices, 1)
IOBaseAddrDecList = ^(IOBaseAddrChoices, 2)
IOBaseAddrNwList  = ^(IOBaseAddrChoices, 3)
MemAddrHexList = ^(MemAddrChoices, 1)
MemAddrDecList = ^(MemAddrChoices, 2)
MemAddrNwList  = ^(MemAddrChoices, 3)

[IRQChoices]
IRQ_0 = "3",3
IRQ_1 = "4",4
IRQ_2 = "5",5
IRQ_3 = "7",7
IRQ_4 = "9",9
IRQ_5 = "10",A
IRQ_6 = "11",B
IRQ_7 = "15",F

[IOBaseAddrChoices]
IOBase_1 = "0x200",512,"200"
IOBase_2 = "0x220",544,"220"
IOBase_3 = "0x240",576,"240"
IOBase_4 = "0x260",608,"260"
IOBase_5 = "0x280",640,"280"
IOBase_6 = "0x2A0",672,"2A0"
IOBase_7 = "0x2C0",704,"2C0"
IOBase_8 = "0x2E0",736,"2E0"
IOBase_9 = "0x300",768,"300"
IOBase_10= "0x320",800,"320"
IOBase_11= "0x340",832,"340"
IOBase_12= "0x360",864,"360"
IOBase_13= "0x380",896,"380"

[MemAddrChoices]
MemAddr_1  = "0x00000",000000,"00000"
MemAddr_2  = "0xC0000",768432,"C0000"
MemAddr_3  = "0xC2000",794624,"C2000"
MemAddr_4  = "0xC4000",802816,"C4000"
MemAddr_5  = "0xC6000",811008,"C6000"
MemAddr_6  = "0xC8000",819200,"C8000"
MemAddr_7  = "0xCA000",827392,"CA000"
MemAddr_8  = "0xCC000",835584,"CC000"
MemAddr_9  = "0xCE000",843776,"CE000"
MemAddr_10 = "0xD0000",851968,"D0000"
MemAddr_11 = "0xD2000",860160,"D2000"
MemAddr_12 = "0xD4000",868352,"D4000"
MemAddr_13 = "0xD6000",876544,"D6000"
MemAddr_14 = "0xD8000",884736,"D8000"
MemAddr_15 = "0xDA000",892928,"DA000"
MemAddr_16 = "0xDC000",901120,"DC000"
MemAddr_17 = "0xDE000",909312,"DE000"

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

[FileDependentDlgENG]
DlgType = "Combination"
DlgTemplate = "UBNDIS"
Caption = $(FunctionTitle)
Label1 = "&IRQ Level:"
Label2 = "I/O &Port Address:"
Label3 = "&Memory Base Address:"
Combo1List = $(IRQList)
Combo1Out  = $(IRQValue)
Combo2List = $(IOBaseAddrHexList)
Combo2Out  = $(IOBaseAddress)
Combo3List = $(MemAddrHexList)
Combo3Out  = $(MemAddress)
ComboListItemsIn  = {Combo1List, Combo2List, Combo3List}
ComboListItemsOut = {Combo1Out, Combo2Out, Combo3Out}
EditTextIn = ""
EditTextLim = ""
CBOptionsGreyed = {}
NotifyFields = {NO, NO}
HelpContext = $(!IDH_DB_OEMNADN2_INS)

[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   = "SMC SMC8000 Adapter Setup"
ProductSoftwareDescription      = "ODI SMC 8000 Adapter Driver"
ProductHardwareODI_SMC8000Description        = "ODI SMC 8000 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 !DebugOutputControl = 1

    Debug-Output "OEMNADNS.INF: Debug is on!!!!!!!"
	
    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
    Debug-Output "OEMNADNS.INF: STF_CWDIR is: "$(!STF_CWDIR)

    ; define all the constants

    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 IRQValue = *($(IRQList),1)
    Set IOBaseAddrValue = *($(IOBaseAddrDecList),5)
    Set MemAddrValue = *($(MemAddrDecList),9)

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

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

installadapter = +

   set AddCopy  = YES
   install "Install-Option"

 	   ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
 	      goto fatal
 	   endif


    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 "OEMNADNS.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
    ;
    Debug-Output "OEMNADNS.INF: Shelling to FindService to utility"
    Shell $(UtilityInf) FindService, $(KeyProduct)
    Ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNS.INF: FindService shell failure "$($ShellCode)
        Goto ShellCodeError
    Endif
    Ifstr(i) $($R0) != NO_ERROR
        Debug-Output "OEMNADNS.INF: FindService Shell 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 "OEMNADNS.INF: Cannot find component service "$(!NTN_RegBase)
        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 IRQValue = $(ValueData)
        else-ifstr(i) $(ValueName) == "IoBaseAddress"
            set IOBaseAddrValue = $(ValueData)
        else-ifstr(i) $(ValueName) == "MemoryMappedBaseAddress"
            set MemAddrValue = $(ValueData)
        endif

    EndForListDo

    ifstr(i) $(IRQValue) == ""
        set IRQValue = *($(IRQList), 1)
    endif

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

    ifstr(i) $(MemAddrValue) == ""
        set MemAddrValue = *($(MemAddrDecList), 9)
    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


    set IOBaseAddress = *($(IOBaseAddrHexList), ~($(IOBaseAddrDecList), +
        $(IOBaseAddrValue)))
    set MemAddress = *($(MemAddrHexList), ~($(MemAddrDecList), +
        $(MemAddrValue)))
    Ifstr(i) $(!STF_BUSTYPE) == MCA
	goto checkforexisting
    Endif

    read-syms FileDependentDlg$(!STF_LANGUAGE)


    ui start "InputDlg"

    ifstr(i) $(DLGEVENT) == "CONTINUE"
        set IRQValue = $(Combo1Out)
        set IOBaseAddress = $(Combo2Out)
        set MemAddress = $(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 MemAddrValue = *($(MemAddrDecList), +
         ~($(MemAddrHexList),$(MemAddress)))
;
;   If installing, go create the necessary keys;
;   if configuring, they're already open.
;



checkforexisting = +
    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)
    Debug-Output "Shelling to utility to addhardwarecomponent"

    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 "OEMNADNS.INF: Cannot add hardware component "$($ShellCode)
        goto ShellCodeError
    endif

    set RegistryErrorIndex = $($R0)

    Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
        EndWait
        Debug-Output "OEMNADNS.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 "OEMNADNS.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 "OEMNADNS.INF: AddValueList ShellCode error "$($ShellCode)
        goto ShellCodeError
    endif

    set RegistryErrorIndex = $($R0)

    Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
        EndWait
        Debug-Output "OEMNADNS.INF: AddValueList Resgitry 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 "OEMNADNS.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),$(IRQValue)},+
                       {BusType,$(NoTitle),$(!REG_VT_DWORD),$(BusTypeNum)},+
                       {MediaType,$(NoTitle),$(!REG_VT_DWORD),1},+
                       {IoBaseAddress,$(NoTitle),$(!REG_VT_DWORD),$(IOBaseAddrValue)},+
                       {MemoryMappedBaseAddress,$(NoTitle),$(!REG_VT_DWORD),$(MemAddrValue)}}

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

    CloseRegKey $(KeyParameters)

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

    set RegistryErrorIndex = $($R0)

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

;
;  TRAVIS: Put the ODILOAD update info here!
;
    Debug-Output "OEMNADNS.INF: Add ODILOAD Parameters"

    OpenRegKey $(!REG_H_LOCAL) "" $(!NTN_ServiceBase)"\"$(DriverName) $(MAXIMUM_ALLOWED) KeyOdiLoad
    Ifstr $(KeyOdiLoad) == $(KeyNull)
        set RegistryErrorIndex = CANNOT_FIND_COMPONENT_SERVICE
        Debug-Output "OEMNADNS.INF: Cannot open service "$(DriverName)
        goto fatalregistry
    Endif

    Set KeyOdiCard = $(KeyNull)
    Debug-Output "OEMNADNS.INF: CardInstanceName = "$(CardInstanceName)

;
; Try to create Odi_Modules registry key.  If this fails try to open the key.
; If this fails exit.
;
    CreateRegKey $(KeyOdiLoad) {$(OdiModules),$(NoTitle),GenericClass} "" $(MAXIMUM_ALLOWED) "" KeyOdiModules
    Ifstr(i) $(KeyOdiModules) == $(KeyNull)
        OpenRegKey $(KeyOdiLoad) "" $(OdiModules) $(MAXIMUM_ALLOWED) KeyOdiModules
        Ifstr(i) $(KeyOdiLoad) == $(KeyNull)
            set RegistryErrorIndex = CANNOT_FIND_COMPONENT_SERVICE
            Debug-Output "Cannot find OdiLoad\"$(OdiModules)
            goto fatalregistry
        Endif
    Endif

    Ifstr(i) $(AdapterNumber) != ""
        ;  This adapter was just installed; allow creation of the #nn key
        CreateRegKey $(KeyOdiModules) {$(CardInstanceName),$(NoTitle),GenericClass} "" $(MAXIMUM_ALLOWED) "" KeyOdiCard
    Endif

    Ifstr(i) $(KeyOdiCard) == $(KeyNull)
        ;
        ;  This is either an old card, or a prior version of the key existed.
        ;
	OpenRegKey $(KeyOdiModules) "" $(CardInstanceName) $(MAXIMUM_ALLOWED) KeyOdiCard
	Ifstr(i) $(KeyOdiCard) == $(KeyNull)
            set RegistryErrorIndex = CANNOT_FIND_COMPONEXT_SERVICE
	    Debug-Output "OEMNADNX.INF: Can't create OdiLoad\"$(CardInstanceName)
	    goto fatalregistry
	Endif
    Endif

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

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

    set MemAddressNw = *($(MemAddrNwList), ~($(MemAddrHexList),+
        $(MemAddress)))

    Debug-Output "OEMNADNS.INF: IOBaseAddressNw = "$(IOBaseAddressNw)
    Debug-Output "OEMNADNS.INF: MemAddressNw = "$(MemAddressNw)

    set OdiParmList = {"Frame ETHERNET_802.3", +
		       "Frame ETHERNET_802.2", +
		       "Frame ETHERNET_II", +
		       "Frame ETHERNET_SNAP"}
    Ifstr(i) $(!STF_BUSTYPE) != MCA
	Set OdiParmList = >($(OdiParmList), "Port "$(IOBaseAddressNw))
	Set OdiParmList = >($(OdiParmList), "Int "$(IRQValue))
	Set OdiParmList = >($(OdiParmList), "Mem "$(MemAddressNw))
    Endif

    SetRegValue $(KeyOdiCard) {"Parameters",$(NoTitle),$(!REG_VT_MULTI_SZ),$(OdiParmList)}

    FlushRegKey $(KeyOdiCard)

;
; flush the Odi_Modules key so that the card we just added will show up in the enum
;

    FlushRegKey $(KeyOdiModules)

    FlushRegKey $(KeyOdiLoad)

    Debug-Output "Shelling to nwsubsinf "
    Shell $(NwSubsInf) NwSetCardInstance $(KeyOdiLoad) $(KeyOdiModules) $(KeyOdiCard) $(CardInstanceName)

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


    Set ErrorString = $($R0)

    Ifstr(i) $(ErrorString) != NO_ERROR
        Debug-Output "OEMNADNX.INF: SetCardInstance "$(ErrorString)
	goto fatalregistry
    Endif

    Set OdiCardInstance = $($R1)

    Debug-Output "OdiCardInstance = "$(OdiCardInstance)

    CloseRegKey $(KeyOdiCard)

    CloseRegKey $(KeyOdiModules)

    FlushRegKey $(KeyOdiLoad)
    CloseRegKey $(KeyOdiLoad)

;
; Update the card name and card instance in IpxSpxII to be the last card installed
;
    Shell $(NwSubsInf) NwSetIpxCard $(CardInstanceName) $(OdiCardInstance)

    Ifint $(ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNX.INF: SetIpxCard Shell failure "$($ShellCode)
	goto ShellCodeError
    Endif

    Set ErrorString = $($R0)

    Ifstr(i) $(ErrorString) != NO_ERROR
        Debug-Output "OEMNADNX.INF: SetIpxCard "$(ErrorString)
	goto fatalregistry
    Endif

    goto successful

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

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

removeadapter = +
;
;  TRAVIS: Put the ODILOAD adapter removal stuff here!
;

;
; 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


;
; Increment the OdiLoad reference count so OdiLoad is not removed as a
; service.
;

    Shell $(UtilityInf), IncrementRefCount, $(ProductKeyName)
    Ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNS.INF: IncrementRefCount ShellCode error removeadapter "$($ShellCode)
        goto ShellCodeError
    Endif

    set RegistryErrorIndex = $($R0)

    Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
        goto fatalregistry
    Endif

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

    set RegistryErrorIndex = $($R0)

    Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
        Debug-Output "OEMNADNX.INF: RegistryErrorIndex = "$(RegistryErrorIndex)
        goto fatalregistry
    endif

; Decrement the reference count so OdiLoad can be removed when all the
; ODI adapters have been removed.
;
    Shell $(UtilityInf), DecrementRefCount, $(ProductKeyName)
    Ifint $($ShellCode) != $(!SHELL_CODE_OK)
        Debug-Output "OEMNADNS.INF: DecrementRefCount ShellCode error removeadapter "$($ShellCode)
        goto ShellCodeError
    Endif

    set RegistryErrorIndex = $($R0)

    Ifstr(i) $(RegistryErrorIndex) != NO_ERROR
        goto fatalregistry
    Endif

    goto end

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

UpgradeSoftware = +
    ;
    ; First determine whether we want to do upgrade or update for software
    ; or hardware component. Then we will determine whether the Mode is
    ; update or upgrade.
    ;
    ; If the same version of the product existed in the registry, we do
    ; update. Otherwise, we will do a upgrade
    ;
    ifstr(i) $(ProductKeyName) == $(!NTN_RegBase)
        ; Upgrade software component
        ;
        ; see whether the same version exist or not
        ;
        OpenRegKey $(!REG_H_LOCAL) "" $(ProductKeyName) $(MAXIMUM_ALLOWED) KeyProduct

        Ifstr $(KeyProduct) != $(KeyNull)
	    GetRegValue $(KeyProduct),"MajorVersion", VersionInfo
	    set Version = *($(VersionInfo), 4)

   	    ;
	    ; Update the binaries
	    ;
	    Split-String $(!NTN_Infname), "\", FilenameList
	    QueryListSize ListSize $(FilenameList)
	    set !UG_Filename = *($(FilenameList), $(ListSize))

     	    install "Install-Update"
     	    ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
     	        goto fatal
     	    endif

	    ; Upgrade the version number
	    ;
	    SetRegValue $(KeyProduct) {MajorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMajorVersion)}
	    SetRegValue $(KeyProduct) {MinorVersion,$(NoTitle),$(!REG_VT_SZ),$(ProductMinorVersion)}

	    ;
	    ; do nothing for update
	    ;
	    ifint $(Version) != $(ProductVersion)
	       ;
	       ; If the major version number is not the same,
	       ; it is major upgrade. So let Upgrade the product
	       ;
	       ;
	       ; make other upgrade change if necessary
	       ;
	    endif
	    CloseRegKey $(KeyProduct)
        else
	    ;
	    ; Cannot Open software key, goto ERROR
	    ;
	    goto fatalregistry
        endif
    else
    ;
    ; 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
   endif
    goto end
    ;
    ; End of Upgrade Software
    ;

;
;  Escape hatches
;
successful = +
;
;  Here's where we copy the files.
;
     Debug-Output "INF: Successful; installing [InstallOption], DoCopy = "$(!DoCopy)
;
;  Determine where to copy the files from
;
    ifstr(i) $(!NTN_Origination) == "install"
        Ifstr(i) $(!DoCopy) == "YES"

          Shell $(UtilityInf), DoAskSource, $(!STF_CWDDIR), $(!STF_SRCDIR)

          Ifint $($ShellCode) != $(!SHELL_CODE_OK)
              Goto fatal
          Else-Ifstr(i) $($R0) == STATUS_FAILED
              Goto fatal
          Else-Ifstr(i) $($R0) == STATUS_USERCANCEL
              Goto installstep1
          Endif

          Set !STF_SRCDIR = $($R1)

        Endif

        install "Install-Option"
        ifstr(i) $(STF_INSTALL_OUTCOME) != STF_SUCCESS
          goto fatal
        endif
    endif

    goto installstep1

installstep1 = +
    goto end

abandon = +
    ForListDo $(OEM_ABANDON_OPTIONS)
        Shell $(UtilityInf), RemoveHardwareComponent, $(Manufacturer), +
            $(DriverName), $($)
        ifint $($ShellCode) != $(!SHELL_CODE_OK)
            Debug-Output "OEMNADNS.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 "OEMNADNS.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 = +

    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)\drivers

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



    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)\drivers
   AddSectionFilesToCopyList Files-$(Option) $(SrcDir) $(!STF_WINDOWSSYSPATH)\netware
   AddSectionFilesToCopyList Files-Inf $(SrcDir) $(!STF_WINDOWSSYSPATH)

   set !STF_NCPA_FLUSH_COPYLIST = TRUE
   CopyFilesInCopyList

   exit

[Source Media Descriptions]
    1 = "SMC SUPERDISK", TAGFILE = DISK.ID
[ProductType]
STF_PRODUCT  = Winnt
STF_PLATFORM = I386
[Files-Inf]
1,	oemsetup.inf,	 SIZE=1000,	RENAME=$(!UG_Filename)
[Files-ODI_SMC8000]
1,smc8000.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: web1, load: 1.04