NETDM.INF Driver File Contents (win32drv118.zip)

; /****************************************************************************
; ** THIS FILE IS Installation file for the DM9 Based Fast                   **
; ** Ethernet PCI Adapter.                                                   **
; ** Add ACPIEnable parameter to registry.                                   **
; ** V1.04                                                                   **
; ** .Add NDIS2 driver                                                       **
; **  Vendor ID                                                              **
; ** V1.05 - (1) Don't check SubVendor ID                                    **
; **         (2) Change Signature for Windows 2000                           **
; **                                                                         **
; ** V1.06 -  11/17/99  Simoncc                                              **
; **         Combine all inf files, except of oemsetup.inf for NT 3.51/4.0   **
; **         Add a network installer (DM9NDI.DLL)                            **
; ** V1.07 -  11/24/99  Simoncc                                              **
; **         Add a CoInstaller for Windows 2000 (DM9INST.DLL)                **
; **                                                                         **
; ** V1.08 -  05/24/00  Simoncc                                              **
; **         Re-range the sections of this file                              **
; **                                                                         **
; ** V1.09 -  06/29/00  Simoncc                                              **
; **         Supporting Half/Full Based Switching Adapters                   **
; **         Adding two parameters "Tx HPNA Remote Command"                  **
; **         and "Rx HPNA Remote Command"                                    **
; **                                                                         **
; ****************************************************************************/

[version]
Signature   = "$Windows NT$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %V_DSI%
DriverVer   = 06/29/2000, 1.09.00.0629
CatalogFile = dm9102.cat

[Manufacturer]
%V_DSI% = DAVICOM

[ControlFlags]
ExcludeFromSelect = PCI\VEN_1282&DEV_9102, \
                    PCI\VEN_1282&DEV_9102&SUBSYS_82120291, \
                    PCI\VEN_1282&DEV_9102&SUBSYS_82120198, \
                    PCI\VEN_1282&DEV_9102&SUBSYS_82120298, \
                    PCI\VEN_1282&DEV_9102&SUBSYS_82120398, \
                    PCI\VEN_1282&DEV_9102&SUBSYS_82120498, \
                    PCI\VEN_1282&DEV_9102&SUBSYS_82120391, \
                    PCI\VEN_1282&DEV_9102&SUBSYS_82120491, \


[DAVICOM]
; DisplayName           Section       DeviceID
; -----------           -------       --------
%DM9102.DeviceDesc% = DM9102.ndi,     PCI\VEN_1282&DEV_9102&SUBSYS_82120291
%DM9EHR.DeviceDesc% = DM9102EH.ndi,   PCI\VEN_1282&DEV_9102&SUBSYS_82120198
%DM9ELR.DeviceDesc% = DM9102EH.ndi,   PCI\VEN_1282&DEV_9102&SUBSYS_82120298
%DM9HR.DeviceDesc%  = DM9102H.ndi,    PCI\VEN_1282&DEV_9102&SUBSYS_82120398
%DM9LR.DeviceDesc%  = DM9102H.ndi,    PCI\VEN_1282&DEV_9102&SUBSYS_82120498
%DM9HSW.DeviceDesc% = DM9102SW.ndi,   PCI\VEN_1282&DEV_9102&SUBSYS_82120391
%DM9FSW.DeviceDesc% = DM9102SW.ndi,   PCI\VEN_1282&DEV_9102&SUBSYS_82120491
%DM9GEN.DeviceDesc% = DM9102EH.ndi,   PCI\VEN_1282&DEV_9102


;=============================================================================
;
; WIN9x
;
;=============================================================================
[DM9102.ndi]
AddReg    = DM9102.id.reg, DM9102.pci.reg, DM9102.con.reg, DM9102.win.reg, DM9102.con.win.reg
DeviceID  = "PCI\VEN_1282&DEV_9102"
LogConfig = DefaultConfig
CopyFiles = dm9pci.win.CopyFiles, dm9pci.inf.CopyFiles, dm9ndi.dll.CopyFiles, 9102.ndis2.CopyFiles

[DM9102EH.ndi]
AddReg    = DM9102.id.reg, DM9102.pci.reg, DM9102.con.reg, dm9102.hpna.reg, DM9102.win.reg, DM9102.con.win.reg, DM9102.hpna.param.reg, DM9102.hpna.win.reg
DeviceID  = "PCI\VEN_1282&DEV_9102"
LogConfig = DefaultConfig
CopyFiles = dm9pci.win.CopyFiles, dm9pci.inf.CopyFiles, dm9ndi.dll.CopyFiles, 9102.ndis2.CopyFiles

[DM9102H.ndi]
AddReg    = DM9102.id.reg, DM9102.pci.reg, DM9102.hpna.con.reg, dm9102.hpna.reg, DM9102.win.reg, DM9102.hpna.win.reg
DeviceID  = "PCI\VEN_1282&DEV_9102"
LogConfig = DefaultConfig
CopyFiles = dm9pci.win.CopyFiles, dm9pci.inf.CopyFiles, dm9ndi.dll.CopyFiles, 9102.ndis2.CopyFiles

[DM9102SW.ndi]
AddReg    = DM9102.id.reg, DM9102.pci.reg, DM9102.win.reg
DeviceID  = "PCI\VEN_1282&DEV_9102"
LogConfig = DefaultConfig
CopyFiles = dm9pci.win.CopyFiles, dm9pci.inf.CopyFiles, dm9ndi.dll.CopyFiles, 9102.ndis2.CopyFiles

;=============================================================================
;
; WINNT specific entry
;
;=============================================================================
[DM9102.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = DM9102.id.reg, DM9PCI.reg, DM9102.pci.reg, DM9102.con.reg
CopyFIles       = DM9PCI.CopyFiles, DM9PCI.DLL.CopyFiles

[DM9102EH.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = DM9102.id.reg, DM9PCI.reg, DM9102.pci.reg, DM9102.con.reg, DM9102.hpna.reg, DM9102.hpna.param.reg
CopyFIles       = DM9PCI.CopyFiles, DM9PCI.DLL.CopyFiles

[DM9102H.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = DM9102.id.reg, DM9PCI.reg, DM9102.pci.reg, DM9102.hpna.con.reg, DM9102.hpna.reg
CopyFIles       = DM9PCI.CopyFiles, DM9PCI.DLL.CopyFiles

[DM9102SW.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = DM9102.id.reg, DM9PCI.reg, DM9102.pci.reg
CopyFIles       = DM9PCI.CopyFiles, DM9PCI.DLL.CopyFiles

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

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

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

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

[DM9PCI.CopyFiles]
DM9PCI5.SYS,,,2

[DM9PCI.DLL.CopyFiles]
DM9Inst.DLL,,,2

;=============================================================================
;
; Win9x id registry sections
; These are not needed by NT
;
;=============================================================================

[DM9102.id.reg]
HKR, Ndi, DeviceID, 0, "PCI\VEN_1282&DEV_9102"
HKR,,AdapterPCIID,0,"91021282"

;=============================================================================
;
; Win9x flags section
; Flags are not needed by NT
;
;=============================================================================
;****************************************************************************
; PCI common parameters
;****************************************************************************

[DM9102.pci.reg]
;params
HKR,                            , AdapterType, 0,"5"
HKR,                            , BusType,     0,"5"            ;; PCI

;StoreAndForward
HKR, Ndi\params\StoreAndForward,     ParamDesc, 0,"Store And Forward"
HKR, Ndi\params\StoreAndForward,       default, 0,"1"
HKR, Ndi\params\StoreAndForward,          type, 0,"enum"
HKR, Ndi\params\StoreAndForward\enum,        0, 0,"Disabled"
HKR, Ndi\params\StoreAndForward\enum,        1, 0,"Enabled"

;Transmit Threshold
HKR, Ndi\params\TransmitThreshold,   ParamDesc,,"Transmit Threshold"
HKR, Ndi\params\TransmitThreshold,     default, 0,"200"
HKR, Ndi\params\TransmitThreshold,        type, 0,"enum"
HKR, Ndi\params\TransmitThreshold\enum,     48, 0,"  72 bytes"
HKR, Ndi\params\TransmitThreshold\enum,     60, 0,"  96 bytes"
HKR, Ndi\params\TransmitThreshold\enum,     80, 0," 128 bytes"
HKR, Ndi\params\TransmitThreshold\enum,     A0, 0," 160 bytes"
HKR, Ndi\params\TransmitThreshold\enum,    100, 0," 256 bytes"
HKR, Ndi\params\TransmitThreshold\enum,    200, 0," 512 bytes"
HKR, Ndi\params\TransmitThreshold\enum,    400, 0,"1024 bytes"

;ACPI Enable/Disable
HKR,Ndi\params\ACPIEnable,ParamDesc,,"PME"
HKR,Ndi\params\ACPIEnable,default,,"0"
HKR,Ndi\params\ACPIEnable,type,,"enum"
HKR,Ndi\params\ACPIEnable\enum,0,,"Disabled"
HKR,Ndi\params\ACPIEnable\enum,1,,"Link Change" 
HKR,Ndi\params\ACPIEnable\enum,2,,"Magic Packet"
HKR,Ndi\params\ACPIEnable\enum,3,,"Pattern Match"
HKR,Ndi\params\ACPIEnable\enum,4,,"ALL"

[DM9102.con.reg]
;ConnectionType
HKR, Ndi\params\ConnectionType,      ParamDesc,  0,"Connection Type"
HKR, Ndi\params\ConnectionType,      default,    0,"0"
HKR, Ndi\params\ConnectionType,      type,       0,"enum"
HKR, Ndi\params\ConnectionType\enum, 0,          0,"AutoSense"
HKR, Ndi\params\ConnectionType\enum, 2,          0,"100Mbps"
HKR, Ndi\params\ConnectionType\enum, 4,          0,"100Mbps Full_Duplex"
HKR, Ndi\params\ConnectionType\enum, 1,          0,"10Mbps"
HKR, Ndi\params\ConnectionType\enum, 3,          0,"10Mbps Full_Duplex"

[DM9102.hpna.reg]
HKR,Ndi\params\HomeRunPower,ParamDesc,,"HomeNet Power"
HKR,Ndi\params\HomeRunPower,default,,"0"
HKR,Ndi\params\HomeRunPower,type,,"enum"
HKR,Ndi\params\HomeRunPower\enum,0,,"Low"
HKR,Ndi\params\HomeRunPower\enum,1,,"High" 

HKR,Ndi\params\HomeRunSpeed,ParamDesc,,"HomeNet Speed"
HKR,Ndi\params\HomeRunSpeed,default,,"1"
HKR,Ndi\params\HomeRunSpeed,type,,"enum"
HKR,Ndi\params\HomeRunSpeed\enum,0,,"Low"
HKR,Ndi\params\HomeRunSpeed\enum,1,,"High" 

HKR,Ndi\params\TxHpnaRemoteCommand,ParamDesc,,"Tx HPNA Remote Command"
HKR,Ndi\params\TxHpnaRemoteCommand,default,,"0"
HKR,Ndi\params\TxHpnaRemoteCommand,type,,"enum"
HKR,Ndi\params\TxHpnaRemoteCommand\enum,0,,"Disable"
HKR,Ndi\params\TxHpnaRemoteCommand\enum,1,,"Enable"

HKR,Ndi\params\RxHpnaRemoteCommand,ParamDesc,,"Rx HPNA Remote Command"
HKR,Ndi\params\RxHpnaRemoteCommand,default,,"0"
HKR,Ndi\params\RxHpnaRemoteCommand,type,,"enum"
HKR,Ndi\params\RxHpnaRemoteCommand\enum,0,,"Disable"
HKR,Ndi\params\RxHpnaRemoteCommand\enum,1,,"Enable"

[DM9102.hpna.param.reg]
HKR, Ndi\params\ConnectionType\enum, 5,          0,"1Mbps HomePNA"

[DM9102.hpna.con.reg]
HKR, ,ConnectionType,  0,"5"

[DM9102.con.win.reg]
HKR,NDI\params\ConnectionType,flag,1,20,00,00,00

;=============================================================================
;
; DM9102 NT specific
;
;=============================================================================

[DM9PCI.reg]
HKR, Ndi,                       Service,    0, "DM9PCI"
; use ndis5 as the upper bound because NT supports it
HKR, Ndi\Interfaces,            DefUpper,   0, "ndis5"
HKR, Ndi\Interfaces,            DefLower,   0, "ethernet"
HKR, Ndi\Interfaces,            UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces,            LowerRange, 0, "ethernet"
HKR, ,  CoInstallers32, 0x00010000, "DM9Inst.dll, DM9InstProc"
HKR,                            ,WIN98Timer,   0,"0"

[DM9102.Service]
DisplayName     = %DM9PCI.Service.DispName%
ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
StartType       = 3 ;%SERVICE_DEMAND_START%
ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
ServiceBinary   = %12%\DM9PCI5.SYS
LoadOrderGroup  = NDIS

[common.EventLog]
AddReg = common.AddEventLog.reg

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

;=============================================================================
;
; DM9102 Win9x specific
;
;=============================================================================
[DM9102.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, NDIS,          LogDriverName,      0, "DM9PCI"
HKR, NDIS,          MajorNdisVersion,   1, 03
HKR, NDIS,          MinorNdisVersion,   1, 0A
HKR, NDIS\NDIS2,    DriverName,          , "DM9PCI$"
HKR, NDIS\NDIS2,    FileName,            , "DM9PCI.dos"

HKR, ,              EnumPropPages,      0, "netdi.dll,EnumPropPages"
HKR,Ndi,NdiInstaller,                    , "DM9ndi.dll,DM9NdiProc"
HKR, Ndi\Interfaces,DefUpper,           0, "ndis3,ndis2"
HKR, Ndi\Interfaces,DefLower,           0, "ethernet"
HKR, Ndi\Interfaces,UpperRange,         0, "ndis3,ndis2"
HKR, Ndi\Interfaces,LowerRange,         0, "ethernet"
HKR,                     ,WIN98Timer,   0, "1"
HKR,NDI\params\StoreAndForward,flag,1,20,00,00,00
HKR,NDI\params\TransmitThreshold,flag,1,20,00,00,00
HKR,NDI\params\ACPIEnable,flag,1,20,00,00,00

;=============================================================================
;
;Ndis driver selection
;
;=============================================================================
HKR,Ndi\params\NdisVersion,ParamDesc,,"NDIS Version"
HKR,Ndi\params\NdisVersion,default,,0
HKR,Ndi\params\NdisVersion,type,,enum
HKR,Ndi\params\NdisVersion\enum,0,,"Auto Selection"
HKR,NDI\params\NdisVersion,flag,1,20,00,00,00

[DM9102.hpna.win.reg]
HKR,NDI\params\HomeRunPower,flag,1,20,00,00,00
HKR,NDI\params\HomeRunSpeed,flag,1,20,00,00,00
HKR,NDI\params\TxHpnaRemoteCommand,flag,1,20,00,00,00
HKR,NDI\params\RxHpnaRemoteCommand,flag,1,20,00,00,00

;=============================================================================
;
; DestinationDirs
;
;=============================================================================
[dm9pci.win.CopyFiles]
DM9PCI5.SYS
DM9PCI4.SYS
DM9PCI3.SYS

[dm9ndi.dll.CopyFiles]
dm9ndi.dll

[9102.ndis2.CopyFiles]
DM9PCI.dos

[DestinationDirs]
DefaultDestDir       =          12
DM9PCI.CopyFiles     =          12
DM9PCI.DLL.CopyFiles =          11
dm9pci.win.CopyFiles =          11
dm9ndi.dll.CopyFiles =          11
9102.ndis2.CopyFiles =          26 ; LDID_WINBOOT
dm9pci.inf.CopyFiles =          17 ; LDID_INF

[SourceDisksNames]
50="DAVICOM DM9102/A Drivers Disk  ","",0

[SourceDisksFiles]
DM9PCI5.sys = 50,,10000
DM9Inst.dll = 50,,10000
DM9PCI4.sys = 50
DM9PCI3.sys = 50
DM9NDI.dll  = 50
DM9PCI.DOS  = 50

[Strings]
V_DSI    = "DAVICOM Semiconductor, Inc."
DM9102.DeviceDesc   = "DAVICOM 9102/A PCI Fast Ethernet Adapter "
DM9EHR.DeviceDesc   = "DAVICOM 1/10/100 PCI Fast Ethernet Adapter "
DM9ELR.DeviceDesc   = "DAVICOM LongRun/10/100 PCI Fast Ethernet Adapter "
DM9HR.DeviceDesc    = "DAVICOM PCI HomeRun Adapter "
DM9LR.DeviceDesc    = "DAVICOM PCI LongRun Adapter "
DM9GEN.DeviceDesc   = "DAVICOM PCI Fast Ethernet Based Adapter "
DM9FSW.DeviceDesc   = "DAVICOM 9102A Full Based Switching Adapter "
DM9HSW.DeviceDesc   = "DAVICOM 9102A Half Based Switching Adapter "

DM9PCI.Service.DispName = "DAVICOM 9102 Based Ethernet Adapter NT Driver"



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: web4, load: 1.30