Net5dm.inf Driver File Contents (lan.zip)

; /****************************************************************************
; ** COPYRIGHT (C) 1994-1997 DAVICOM Semiconductor, Inc.                     **
; ** DEVELOPED FOR MICROSOFT BY DAVICOM, Spenser Tsai                        **
; ** HTTP://WWW.DAVICOM.COM.TW/                                              **
; ** THIS FILE IS NDIS5.0 Miniport Driver of the DAVICOM's DM9 Based Fast    **
; ** Ethernet PCI Adapter.                                                   **
; ** Add ACPIEnable parameter to registry. 				     **
; ** V1.04                                                                   **
; ** .Add NDIS2 driver					                     **
; ** .DAVICOM PCI Fast Ethernet Adapter (DM9102) - Don't check Sub System/   **
; **  Vendor ID								     **
; ** V1.05 - (1) Don't check SubVendor ID				     **															 **
; ****************************************************************************/

[version]
Signature   = "$Chicago$"
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider    = %V_MS%
;LayoutFile  = layout.inf
;CatalogFile = dm9102.cat

[Manufacturer]
%V_DAVICOM%     = DAVICOM

;[ControlFlags]
;ExcludeFromSelect = PCI\VEN_1282&DEV_9102

[DAVICOM]
; DisplayName           Section       DeviceID
; -----------           -------       --------
;%DM9102.DeviceDesc%  = DM9102.ndi,    PCI\VEN_1282&DEV_9102&SUBSYS_82120291   ;DAVICOMchip DM9102
%DM9102.DeviceDesc%  = DM9102.ndi,    PCI\VEN_1282&DEV_9102

;%DM9102.DeviceDesc.NoSub%  = DM9102.ndi,    PCI\VEN_1282&DEV_9102

; DAVICOM DM9102 Based Fast Ethernet PCI Adapter
;
; WIN9x
[DM9102.ndi]
AddReg    = DM9102.id.reg, 9102.pci.reg, DM9102.con.reg, DM9.win.reg
DeviceID  = "PCI\VEN_1282&DEV_9102"
LogConfig = DefaultConfig


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

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

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

[9102.pci.reg]
;params
HKR,                            , AdapterType, 0,"5"
HKR,                            , BusType,     0,"5"		;; PCI
;BurstLength
HKR, Ndi\params\BurstLength,      ParamDesc,   0,"Burst Length"
HKR, Ndi\params\BurstLength,      default,     0,"10"
HKR, Ndi\params\BurstLength,      type,        0,"enum"
HKR, Ndi\params\BurstLength\enum, 1,           0,"1 DWORD"
HKR, Ndi\params\BurstLength\enum, 2,           0,"2 DWORDS"
HKR, Ndi\params\BurstLength\enum, 4,           0,"4 DWORDS"
HKR, Ndi\params\BurstLength\enum, 8,           0,"8 DWORDS"
HKR, Ndi\params\BurstLength\enum, 10,          0,"16 DWORDS"
HKR, Ndi\params\BurstLength\enum, 20,          0,"32 DWORDS"
HKR,NDI\params\BurstLength,flag,1,20,00,00,00

;Receive buffers
HKR, Ndi\params\ReceiveBuffers,      ParamDesc, 0,"Receive Buffers"
HKR, Ndi\params\ReceiveBuffers,        default, 0,"10"
HKR, Ndi\params\ReceiveBuffers,           type, 0,"enum"
HKR, Ndi\params\ReceiveBuffers\enum,         8, 0," 8"
HKR, Ndi\params\ReceiveBuffers\enum,        10, 0,"16"
HKR, Ndi\params\ReceiveBuffers\enum,        20, 0,"32"
HKR, Ndi\params\ReceiveBuffers\enum,        30, 0,"48"
HKR, Ndi\params\ReceiveBuffers\enum,        40, 0,"64"
HKR,NDI\params\ReceiveBuffers,flag,1,20,00,00,00

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

;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"
HKR,NDI\params\TransmitThreshold,flag,1,20,00,00,00

;ACPI Enable/Disable
HKR,Ndi\params\ACPIEnable,ParamDesc,,"ACPI Enable/Disable"
HKR,Ndi\params\ACPIEnable,default,,3
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,,"ALL"
HKR,NDI\params\ACPIEnable,flag,1,20,00,00,00

[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, 5,          0,"AutoSense Full_Duplex"
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"
HKR, NDI\params\ConnectionType,      flag,      1,20,00,00,00

;-----------------------------------------------------------------------------
; DM9102 NT specific
;

[DM9PCI.reg]
HKR, Ndi,                       Service,    0, "DM9PCI"
HKR, Ndi\Install,               ,           0, "DM9PCI.Install"
; 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"


[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
;AddReg          = TextModeFlags.reg

[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

;----------------------------------------------------------------------------
; DM9102 Win9x specific
;
[DM9.win.reg]
HKR, ,              DevLoader,          0, "*ndis"
HKR, ,              DeviceVxDs,         0, "DM9PCI5.sys"

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"
; memphis appears to not support the ndis5 upper range, so use ndis3
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, Ndi\Install,   ndis3,              0, "dm9pci.install"
HKR, Ndi\Install,	ndis2,				 , "9102.ndis2"

[dm9pci.install]
CopyFiles = dm9pci.win.CopyFiles
;CopyFiles = dm9pci.win.CopyFiles, dm9pci.win.inf.CopyFiles

;-----------------------------------------------------------------------------
; DestinationDirs
;
[DM9PCI.CopyFiles]
dm9pci5.sys,,,2

[dm9pci.win.CopyFiles]
dm9pci5.sys,,,2

;[dm9pci.win.inf.CopyFiles]
;net5dm.inf

; Install NDIS2
[9102.ndis2]
CopyFiles=9102.ndis2.CopyFiles

[9102.ndis2.CopyFiles]
DM9PCI.dos

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

[SourceDisksNames]
50="DM9102 Drivers Diskette","",0

[SourceDisksFiles]
DM9PCI.sys=50
;dm9102.cat=50
;;NETDM.INF=50,,10000
DM9PCI.DOS=50

[Strings]
V_MS    = "Microsoft"
V_DAVICOM   = "DAVICOM Semiconductor, Inc."

DM9102.DeviceDesc    = "DAVICOM 9102 PCI Fast Ethernet Adapter"
;DM9102.DeviceDesc.NoSub    = "DAVICOM PCI Fast Ethernet Adapter (DM9102)"

DM9PCI.Service.DispName = "DAVICOM DM9102 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: web1, load: 0.99