Net559ib.inf Driver File Contents (gd82559.zip)

;*******************************************************************************
;*                                                                            **
;*                     I N T E L   P R O P R I E T A R Y                      **
;*                                                                            **
;*   COPYRIGHT (c) 1999 BY INTEL CORPORATION. ALL RIGHTS RESERVED.  NO        **
;*   PART  OF  THIS  PROGRAM OR PUBLICATION MAY BE REPRODUCED, TRANSMITTED,   **
;*   TRANSCRIBED, STORED IN A RETRIEVAL  SYSTEM,  OR  TRANSLATED  INTO  ANY   **
;*   LANGUAGE OR COMPUTER LANGUAGE IN ANY FORM OR BY ANY MEANS, ELECTRONIC,   **
;*   MECHANICAL, MAGNETIC, OPTICAL, CHEMICAL, MANUAL, OR OTHERWISE, WITHOUT   **
;*   THE PRIOR WRITTEN PERMISSION OF :                                        **
;*                                                                            **
;*                             INTEL CORPORATION                              **
;*                                                                            **
;*                          2200 MISSION COLLEGE BLVD                         **
;*                                                                            **
;*                     SANTA CLARA, CALIFORNIA 95052-8119                     **
;*                                                                            **
;*******************************************************************************
;
;*******************************************************************************
; NET559IB.INF
; $Revision: 1 $
;
; Intel(R) InBusiness(TM) 10/100 Network Adapter
; PnP install script for Windows 9x and Windows 2000

[Version]
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %V_INTEL%
DriverVer   = 04/07/99

[Manufacturer]
%V_INTEL%   = Intel

[Intel]
; DisplayName                Section        DeviceID
; -----------                -------        --------
%PCID100IB.DeviceDesc%     = D100IB.ndi,    PCI\VEN_8086&DEV_1030        ; Intel(R) InBusiness(TM) 10/100 Network Adapter

;----------------------------------------------------------------------------
; Intel(R) InBusiness(TM) 10/100 Network Adapter
; 
[D100IB.ndi]
DriverVer       = 04/07/99
AddReg          = D100IB.reg, D100IB.ndi.reg
CopyFiles       = D100IB.CopyFiles, D100IB.Inf.CopyFiles

[D100IB.ndi.NT]
Characteristics = 0x84 ; NCF_HAS_UI | NCF_PHYSICAL
BusType         = 5    ; PCI
AddReg          = D100IB.reg, D100IB.ndi.NT.reg
CopyFiles       = D100IB_NT.CopyFiles, D100IB.Inf.CopyFiles

[D100IB.ndi.NT.Services]
AddService = D100IB, 2, D100IB.Service, common.EventLog

;----------------------------------------------------------------------------
; Common parameters
; 
[D100IB.reg]
HKR, ,                          MWIEnable,               0, "0"
HKR, ,                          NetworkAddress,          0, ""
HKR, ,                          NumCoalesce,             0, "8"
HKR, ,                          NumRfd,                  0, "32"
HKR, ,                          NumTbdPerTcb,            0, "12"
HKR, ,                          NumTcb,                  0, "16"
HKR, ,                          RxDmaCount,              0, "0"
HKR, ,                          RxFifo,                  0, "8"
HKR, ,                          TxDmaCount,              0, "0"
HKR, ,                          TxFifo,                  0, "8"
HKR, ,                          TxMitWait,               0, "1"
HKR, ,                          UnderrunRetry,           0, "1"
HKR, ,                          UseIo,                   0, "2"
HKR, ,                          UseManualPCI,            0, "0"

HKR,Ndi\Params\ForceDpx,        ParamDesc,               0, "Duplex"
HKR,Ndi\Params\ForceDpx,        Type,                    0, "enum"
HKR,Ndi\Params\ForceDpx,        Default,                 0, "0"
HKR,Ndi\Params\ForceDpx,        Flag,                    1, 20,00,00,00
HKR,Ndi\Params\ForceDpx\Enum,   "0",                     0, "Auto Detect"
HKR,Ndi\Params\ForceDpx\Enum,   "1",                     0, "Half-Duplex"
HKR,Ndi\Params\ForceDpx\Enum,   "2",                     0, "Full-Duplex"

HKR,Ndi\Params\Speed,           ParamDesc,               0, "Speed"
HKR,Ndi\Params\Speed,           Type,                    0, "enum"
HKR,Ndi\Params\Speed,           Default,                 0, "0"
HKR,Ndi\Params\Speed,           Flag,                    1, 30,00,00,00
HKR,Ndi\Params\Speed\Enum,      "0",                     0, "Auto Detect"
HKR,Ndi\Params\Speed\Enum,      "10",                    0, "10 Mbps"
HKR,Ndi\Params\Speed\Enum,      "100",                   0, "100 Mbps"

;----------------------------------------------------------------------------
; Win 9x NDI object registration
; 
[D100IB.ndi.reg]
HKR,,                          DevLoader,        0, "*ndis"
HKR,,                          DeviceVxDs,       0, "D100IB3.SYS"
HKR,,                          EnumPropPages,    0, "netdi.dll,EnumPropPages"
HKR,NDIS,                      LogDriverName,    0, "D100IB-100"
HKR,NDIS,                      MajorNdisVersion, 1, 03
HKR,NDIS,                      MinorNdisVersion, 1, 0A
HKR,Ndi,                       DeviceID,         0, "PCI\VEN_8086&DEV_1030"
HKR,Ndi\Interfaces,            DefUpper,         0, "ndis3"
HKR,Ndi\Interfaces,            DefLower,         0, "ethernet"
HKR,Ndi\Interfaces,            UpperRange,       0, "ndis3"
HKR,Ndi\Interfaces,            LowerRange,       0, "ethernet"
HKR,Ndi\Install,               ndis3,            0, "D100IB.ndis"

;----------------------------------------------------------------------------
; NT NDI object registration
; 
[D100IB.ndi.NT.reg]
HKR,Ndi\Interfaces,            UpperRange,       0, "ndis5"
HKR,Ndi\Interfaces,            LowerRange,       0, "ethernet"
HKR,Ndi,                       Service,          0, "D100IB"


;----------------------------------------------------------------------------
; NT Service registration
; 
[D100IB.Service]
DisplayName     = %D100IB.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\D100IB3.SYS
LoadOrderGroup  = NDIS
AddReg          = TextModeFlags.reg


;-----------------------------------------------------------------------------
; NT Common base for all drivers for Eventlog and TextModeFlags
;
[common.EventLog]
AddReg = common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
HKR, , TypesSupported,   0x00010001, 7

[TextModeFlags.reg]
HKR, , TextModeFlags,    0x00010001, 0x0001

;----------------------------------------------------------------------------
; Driver Install Sections
; 
[D100IB.ndis]

;----------------------------------------------------------------------------
; Copy files
; 
[DestinationDirs]
DefaultDestDir            = 11
D100IB_NT.CopyFiles       = 12
D100IB.Inf.CopyFiles      = 17

[SourceDisksNames]
1 = %DISKNAME%,,,

[SourceDisksFiles]
D100IB3.SYS = 1

[D100IB.CopyFiles]
D100IB3.SYS,,,2

[D100IB_NT.CopyFiles]
D100IB3.SYS,,,2

[D100IB.Inf.CopyFiles]
NET559IB.INF,,,2

;----------------------------------------------------------------------------
; Localizable Strings
; 
[Strings]
; Vendors
V_INTEL="Intel"

; Source disk name
DISKNAME="Intel(R) InBusiness(TM) 10/100 Network Adapter Disk"

; Service Description
D100IB.Service.DispName    = "D100IB"

; Device descriptions
PCID100IB.DeviceDesc       = "Intel(R) InBusiness(TM) 10/100 Network Adapter"
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.42