S53C8853.INF Driver File Contents (symb_dmi.zip)

;*           Name:  S53C8853.INF
;*          Title:  S53C8853.SYS setup file for Windows 95 build 950
;*  Creation Date:  July 16, 1997
;*
;*  Version History
;*  ---------------
;*
;*    Date    Who?  Description
;*  --------  ----  -------------------------------------------------------
;#BeginRevision
;*  07/22/97  RAJ   Fixed install file name for copying this file.
;#EndRevision
;*  07/16/97  RAJ   Created.
;#EndRevision
;*
;#BeginDescription
;*
;*  This file contains the S53C8853.SYS Windows 95 setup initialization
;*  scripts.
;*
;#EndDescription
;*
;*-------------------------------------------------------------------------

[Version]
LayoutFile=layout.inf
signature="$CHICAGO$"
Class=Net
provider=%V_PROVIDER%

[Manufacturer]
%V_SYMBIOS%=Symbios

[Symbios]
%ENET885_NDIS3.DeviceDesc%=s53c885ndis3.ndi,PCI\VEN_1000&DEV_0701

;****************************************************************************
; 53C885 SCSI/Ethernet PCI multi-function adapter
;****************************************************************************

[s53c885ndis3.ndi]
;'Execute' the following sections:
;   S53C885.ndi.reg - Setup the device specific information
;   ENET_10_100_NDIS3.ndi.reg - Setup the information for all 10/100 cards
;   ENET_10_100 - Setup user changeable data for all 10/100 cards
AddReg=S53C885.ndi.reg, ENET_10_100_NDIS3.ndi.reg, ENET_10_100.params

[S53C885.ndi.reg]
; key,subkey,value-name,type,value
HKR,Ndi,DeviceID,,"PCI\VEN_1000&DEV_0701
HKR,Ndi,CardType,,"PCI"

;****************************************************************************
; Ethernet 10/100 megabit adapters
;****************************************************************************
[ENET_10_100_NDIS3.ndi.reg]
; Setup NDI general driver information
; DevLoader indicates that we are loaded by NDIS
; DeviceVxDs indicates which files and in what order to load
; EnumPropPages ???
HKR,,DevLoader,,*ndis
HKR,,DeviceVxDs,,S53C8853.sys
HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"

; NDIS Info
; This data indicates that we are an NDIS 3.1 driver
HKR,NDIS,LogDriverName,,"S53C885"
HKR,NDIS,MajorNdisVersion,1,03
HKR,NDIS,MinorNdisVersion,1,0A

; Interfaces
; DefUpper and UpperRange define what our upper driver interface is like for
;   binding information.  DefLower and LowerRange indicate what we provide at
;   our lower edge.
HKR,Ndi\Interfaces,DefUpper,,"ndis3"
HKR,Ndi\Interfaces,DefLower,,"ethernet"
HKR,Ndi\Interfaces,UpperRange,,"ndis3"
HKR,Ndi\Interfaces,LowerRange,,"ethernet"

; Install sections
; The value-name of ndis3 matches our DefUpper value.  We need one of these
; subkey's for every value in DefUpper.  The value parameter indicates which
; section in this file to 'execute' in order to install our driver.
HKR,Ndi\Install,ndis3,,"S53C885.ndis3"

;****************************************************************************
; Ethernet 10/100 megabit adapter parameters
;****************************************************************************
[ENET_10_100.params]

; The following parameters are required by our driver.  These values must not
; change or we will call NDIS with invalid data.  NDIS has its own mechanism of
; finding our cards so we don't have to worry about the BusNumber, DeviceNumber
; or FunctionId being the actual PCI values.
;
; BusType of 5 is PCI
HKR,,BusType,,5
HKR,,BusNumber,,0
HKR,,DeviceNumber,,0
HKR,,FunctionId,,0

HKR,Ndi\Params\ConnectorType,ParamDesc,,"Connector Type"
HKR,Ndi\Params\ConnectorType,Type,,enum
HKR,Ndi\Params\ConnectorType,Default,,2
HKR,Ndi\Params\ConnectorType,flag,1,20,00,00,00
HKR,Ndi\Params\ConnectorType\Enum,2,,"MII"
HKR,Ndi\Params\ConnectorType\Enum,1,,"TP_PMD"

HKR,Ndi\Params\Duplex,ParamDesc,,"Duplex"
HKR,Ndi\Params\Duplex,Type,,enum
HKR,Ndi\Params\Duplex,Default,,1
HKR,Ndi\Params\Duplex,flag,1,20,00,00,00
HKR,Ndi\Params\Duplex\Enum,1,,"Automatic"
HKR,Ndi\Params\Duplex\Enum,2,,"Half"
HKR,Ndi\Params\Duplex\Enum,3,,"Full"

HKR,Ndi\Params\Speed,ParamDesc,,"Link speed"
HKR,Ndi\Params\Speed,Type,,enum
HKR,Ndi\Params\Speed,Default,,1
HKR,Ndi\Params\Speed,flag,1,20,00,00,00
HKR,Ndi\Params\Speed\Enum,1,,"Automatic"
HKR,Ndi\Params\Speed\Enum,2,,"10 Mb/s"
HKR,Ndi\Params\Speed\Enum,3,,"100 Mb/s"

;****************************************************************************
; File copy sections
;****************************************************************************
[S53C885.ndis3]
CopyFiles=S53C885.ndis3.CopyFiles, S53C885.inf.CopyFiles

[S53C885.ndis3.CopyFiles]
S53C8853.sys

[S53C885.inf.CopyFiles]
S53C8853.inf

[SourceDisksNames]
1="Symbios Installation Disk", "",

[SourceDisksFiles]
S53C8853.Sys=1

[DestinationDirs]
DefaultDestDir              =11 ; LDID_SYS
S53C885.ndis3.CopyFiles     =11 ; LDID_SYS
S53C885.inf.CopyFiles       =17 ; INF_DIR

;****************************************************************************
; Localizable Strings
;****************************************************************************
[strings]
; Provider
V_PROVIDER="Symbios Logic, Inc"
; Manufacturers
V_SYMBIOS="Symbios Logic, Inc"

; PCI Devices
ENET885_NDIS3.DeviceDesc="NDIS 3 Symbios Logic 53C885 Fast Ethernet 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: web3, load: 2.18