NET83815.INF Driver File Contents (fast_n-1.1.zip)

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

[Version]
Signature  = "$Windows NT$"
Compatible = 1
Class      = Net
ClassGUID  = {4d36e972-e325-11ce-bfc1-08002be10318}
;LayoutFile = layout.inf
Provider   = %V_MS%
DriverVer  = 02/28/2001,5.00.124.1

;****************************************************************************
; Table of Contents
;****************************************************************************
[Manufacturer]
%V_MANUF% = NSC

[ControlFlags]
;;ExcludeFromSelect = PCI\VEN_100B&DEV_0020

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

;
; Windows XP/2000/Me section
;
[DP83815.ndi.NT]
Characteristics = 0x84
BusType         = 5
AddReg          = DP83815.param.reg, DP83815.reg
CopyFiles       = DP83815.ndis5.CopyFiles

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

[DP83815.ndis5.CopyFiles]
DP83815.SYS, DP83815.SYS,,2

[DP83815.param.reg]
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, "Disabled"
HKR, Ndi\params\WakeOnLan\enum,    1,         0, "Enabled"
HKR, NDI\params\WakeOnLan,         flag,1,20,00,00,00

HKR, ,                             Slot,      0, "0"

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

[DP83815.Service]
DisplayName     = %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"
HKR,    ,   TypesSupported,     0x00010001, 7


;
; Windows 98 section
;
[DP83815.ndi]
AddReg    = DP83815.ndi.reg
CopyFiles = DP83815.ndis3.CopyFiles

[DP83815.ndi.reg]
HKR,Ndi,DeviceID,,"PCI\VEN_100B&DEV_0020&SUBSYS_0020100B"

; NetworkMedia
HKR, Ndi\params\NetworkMedia,      ParamDesc, 0, %NetworkMedia%
HKR, Ndi\params\NetworkMedia,      default,   0, "0"
HKR, Ndi\params\NetworkMedia,      type,      0, "enum"
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%
HKR, NDI\params\NetworkMedia,      flag,1,20,00,00,00

; NetworkAddress
HKR, Ndi\params\NetworkAddress,    ParamDesc, 0, %NetworkAddress%
HKR, Ndi\params\NetworkAddress,    default,   0, "0"
HKR, Ndi\params\NetworkAddress,    base,      0, "16"
HKR, Ndi\params\NetworkAddress,    type,      0, "edit"
HKR, Ndi\params\NetworkAddress,    optional,  0, "1"
HKR, NDI\params\NetworkAddress,    flag,1,20,00,00,00

; RxBufferCount
HKR, Ndi\params\RxBufferCount,     ParamDesc, 0, %RxBufferCount%
HKR, Ndi\params\RxBufferCount,     base,      0, "10"
HKR, Ndi\params\RxBufferCount,     default,   0, "64"
HKR, Ndi\params\RxBufferCount,     min,       0, "8"
HKR, Ndi\params\RxBufferCount,     max,       0, "00000128"
HKR, Ndi\params\RxBufferCount,     step,      0, "8"
HKR, Ndi\params\RxBufferCount,     type,      0, "int"
HKR, NDI\params\RxBufferCount,     flag,1,20,00,00,00

; 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, "Disabled"
HKR, Ndi\params\WakeOnLan\enum,    1,         0, "Enabled"
HKR, NDI\params\WakeOnLan,         flag,1,20,00,00,00

HKR, ,                             Slot,      0, 0

HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,DP83815.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
; NDIS Info
HKR,NDIS,LogDriverName,,"DP83815"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0a
; Interfaces
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"
HKR,Ndi,CardType,,"PCI"

; Install NDIS3
[DP83815.ndis3.CopyFiles]
DP83815.SYS, DP83815.SYS,,2


[DestinationDirs]
DefaultDestDir          = 11
DP83815.ndis3.CopyFiles = 11
DP83815.ndis5.CopyFiles = 12

[SourceDisksNames]
1="National Semiconductor Corp. DP83815 10/100 MacPhyter3v PCI Adapter Drivers disk",,,

[SourceDisksFiles]
DP83815.SYS = 1

;****************************************************************************
; Translatable strings
;****************************************************************************
[Strings]
V_MS =  "NSC"
V_MANUF = "National Semiconductor Corp."

WakeOnLan           = "Wake On Lan"
RxBufferCount       = "Receive Buffer Count"
NetworkAddress      = "Network(MAC) Address"
NetworkMedia        = "Network Media
Auto                = "Auto Sense"
10Half              = "10BaseT"
10Full              = "10BaseT Full Duplex "
100Half             = "100BaseTx"
100Full             = "100BaseTx Full Duplex"

DP83815.DeviceDesc  = "National Semiconductor Corp. DP83815 10/100 MacPhyter3v PCI Adapter"
Service.DispName    = "National Semiconductor Corp. DP83815 10/100 MacPhyter3v PCI 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: ftp, load: 2.87