NET83815.INF Driver File Contents (WIN2K.zip)

; NET83815.INF
;
; National Semiconductor Corp. DP83815 10/100 MacPhyter3v PCI Adapter.
;
; Copyright 1999,2001 National Semiconductor Corp.

[Version]
Signature   = "$Chicago$"
Compatible  = 1
Class       = Net
ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
;CatalogFile = dp83815.cat
Provider    = %NSC%
DriverVer   = 10/22/2001,5.0.126.0

[ControlFlags]
ExcludeFromSelect = PCI\VEN_100B&DEV_0020

[Manufacturer]
%NSC% = NSC

[NSC]
%DP83815.DeviceDesc% = DP83815, PCI\VEN_100B&DEV_0020

[DP83815]
DriverVer       = 10/22/2001,5.0.126.0
AddReg          = DP838159x.Reg, DP83815.Reg.Params
CopyFiles       = DP838159x.CopyFiles

[DP83815.nt]
Characteristics = 0x84
BusType         = 5
AddReg          = DP83815nt.Reg, DP83815.Reg.Params
CopyFiles       = DP83815nt.CopyFiles

[DP83815.nt.Services]
AddService = DP83815, 2, DP83815.Service, DP83815.EventLog

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

[DP83815.EventLog]
Addreg = DP83815.AddEventLog.Reg

[DP83815.AddEventLog.Reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll;%%SystemRoot%%\system32\drivers\DP83815.sys"
HKR, , TypesSupported,   0x00010001, 7

[DP838159x.Reg]
HKR, ,               DevLoader,         , *ndis
HKR, ,               DeviceVxDs,        , DP83815.sys
HKR, ,               EnumPropPages,     , "netdi.dll,EnumPropPages"
HKR, NDIS,           LogDriverName,     , "DP83815"
HKR, NDIS,           MajorNdisVersion, 1, 03
HKR, NDIS,           MinorNdisVersion, 1, 0a
HKR, Ndi,            DeviceID,          , "PCI\VEN_100b&DEV_0020"
HKR, Ndi\Interfaces, DefUpper,          , "ndis3"
HKR, Ndi\Interfaces, DefLower,          , "ethernet"
HKR, Ndi\Interfaces, UpperRange,        , "ndis3"
HKR, Ndi\Interfaces, LowerRange,        , "ethernet"

[DP83815nt.Reg]
HKR, Ndi,            Service,    0, "DP83815"
HKR, Ndi\Interfaces, UpperRange, 0, "ndis5"
HKR, Ndi\Interfaces, LowerRange, 0, "ethernet"

[DP83815.Reg.Params]
HKR, ,                             Slot,      0, "0"

;
; NetworkMedia
;
HKR, Ndi\params\NetworkMedia,      ParamDesc, 0, %NetworkMedia%
HKR, Ndi\params\NetworkMedia,      type,      0, "enum"
HKR, Ndi\params\NetworkMedia,      default,   0, "0"
HKR, Ndi\params\NetworkMedia\enum, 0,         0, %Auto%
HKR, Ndi\params\NetworkMedia\enum, 1,         0, %100Half%
HKR, Ndi\params\NetworkMedia\enum, 2,         0, %10Half%
HKR, Ndi\params\NetworkMedia\enum, 3,         0, %100Full%
HKR, Ndi\params\NetworkMedia\enum, 4,         0, %10Full%
;
; NetworkAddress
;
HKR, Ndi\params\NetworkAddress,    ParamDesc, 0, %NetworkAddress%
HKR, Ndi\params\NetworkAddress,    base,      0, 16
HKR, Ndi\params\NetworkAddress,    type,      0, edit
HKR, Ndi\params\NetworkAddress,    optional,  0, 1
;
; RxBufferCount
;
HKR, Ndi\params\RxBufferCount,     ParamDesc, 0, %RxBufferCount%
HKR, Ndi\params\RxBufferCount,     default,   0, "40"
HKR, Ndi\params\RxBufferCount,     min,       0, "8"
HKR, Ndi\params\RxBufferCount,     max,       0, "128"
HKR, Ndi\params\RxBufferCount,     step,      0, "8"
HKR, Ndi\params\RxBufferCount,     base,      0, "10"
HKR, Ndi\params\RxBufferCount,     type,      0, "int"
;
; WakeOnLan
;
HKR, Ndi\params\WakeOnLan,         ParamDesc, 0, "%WakeOnLan%"
HKR, Ndi\params\WakeOnLan,         default,   0, 1
HKR, Ndi\params\WakeOnLan,         type,      0, enum
HKR, Ndi\params\WakeOnLan\enum,    0,         0, %Disable%
HKR, Ndi\params\WakeOnLan\enum,    1,         0, %Enable%

[SourceDisksNames]
1 = %DiskName%,,,

[SourceDisksFiles]
DP83815.sys = 1

[DestinationDirs]
DefaultDestDir      = 11
DP838159x.CopyFiles = 11
DP83815nt.CopyFiles = 12

[DP838159x.CopyFiles]
DP83815.sys,,,2

[DP83815nt.CopyFiles]
DP83815.sys,,,2

[Strings]
NSC                      = "National Semiconductor Corp."
DP83815.DeviceDesc       = "National Semiconductor Corp. DP83815 10/100 MacPhyter3v PCI Adapter"
DP83815.Service.DispName = "National Semiconductor Corp. DP83815 NDIS 5.0 Miniport Driver"
DiskName                 = "National Semiconductor Corp. DP83815 Driver Disk"

NetworkMedia             = "Network Media"
Auto                     = "Auto Neg 10/100 HD/FD"
10Half                   = "10BaseT"
10Full                   = "10BaseT Full Duplex"
100Half                  = "100BaseTx"
100Full                  = "100BaseTx Full Duplex"
NetworkAddress           = "Network(MAC) Address"
RxBufferCount            = "Receive Buffer Count"
WakeOnLan                = "Wake On Lan"
Disable                  = "Disabled"
Enable                   = "Enabled"
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: web2, load: 0.90