smscms.inf Driver File Contents (MSD_52217.ZIP)

;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
; SMSCMS.INF
;
; INF to install SmscMs.Sys - SCSI Miniport driver for
: SMSC LPC Memory Stick/PRO Reader
;
; Copyright (c) 2003-2004 Standard Microsystems Corp.
;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;

[Version]
signature="$CHICAGO$"
CatalogFile=smscms.cat
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%INF_PROVIDER%
DriverVer=01/29/2004,5.2.2.17

[Manufacturer]
%SMSC%=SMSC

; =============== SMSC Memory Stick Readers =================
[SMSC]
;  Display Name			    Section		    DeviceID
;--------------			    -------		    --------
%SMCA000.DeviceDesc% =		SMCA000,	    *SMCA000
%SMCA000.EVB.DeviceDesc% =	SMCA000.EVB,	*SMCA000EVB

[SMCA000.NTx86]
LogConfig=SMCA000.LC0,SMCA000.LC1,SMCA000.LC2
CopyFiles=SMSCMSNT_Drivers

[SMCA000.EVB.NTx86]
LogConfig=SMCA000.EVB.LC0,SMCA000.EVB.LC1,SMCA000.EVB.LC2
CopyFiles=SMSCMSNT_Drivers


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;	LogConfig Sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
[SMCA000.LC0]		; fixed h/w resource assignments
ConfigPriority = NORMAL
IOConfig  = 250-257(FFFF::) 
IRQConfig = 3
DMAConfig = W:5,6,7

[SMCA000.LC1]		; flexible, 8-bit DMA
ConfigPriority = NORMAL
IOConfig  = 8@100-0FF0%FFF0(FFFF::)
IRQConfig = 3, 4, 5, 7, 9, 10, 11
DMAConfig = 1,2,3

[SMCA000.LC2]		; flexible, 16-bit DMA
ConfigPriority = NORMAL
IOConfig  = 8@100-0FF0%FFF0(FFFF::)
IRQConfig = 3, 4, 5, 7, 9, 10, 11
DMAConfig = W:5,6,7

;
;=== EVB LogConfig's
;
[SMCA000.EVB.LC0]		; fixed h/w resource assignments
ConfigPriority = NORMAL
IOConfig  = 250-257(FFFF::) 
IOConfig  = 14E-14F(FFFF::)
IOConfig  = 600-69F(FFFF::)
IRQConfig = 3
DMAConfig = W:5,6,7

[SMCA000.EVB.LC1]		; flexible, 8-bit DMA
ConfigPriority = NORMAL
IOConfig  = 8@100-0FF0%FFF0(FFFF::)
IOConfig  = 14E-14F(FFFF::), 2E-2F(FFFF::), 4E-4F(FFFF::), 12E-12F(FFFF::)
IOConfig  = A0@100-0F9F%FF00(FFFF::)
IRQConfig = 3, 4, 5, 7, 9, 10, 11
DMAConfig = 1, 2, 3

[SMCA000.EVB.LC2]		; flexible, 16-bit DMA
ConfigPriority = NORMAL
IOConfig  = 8@100-0FF0%FFF0(FFFF::)
IOConfig  = 14E-14F(FFFF::), 2E-2F(FFFF::), 4E-4F(FFFF::), 12E-12F(FFFF::)
IOConfig  = A0@100-0F9F%FF00(FFFF::)
IRQConfig = 3, 4, 5, 7, 9, 10, 11
DMAConfig = W:5,6,7


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;	NT Services Sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
[SMCA000.NTx86.Services]
AddService = SMSCMS, 3, SMSCMS_Service_Inst, Miniport_EventLog_Inst

[SMCA000.EVB.NTx86.Services]
AddService = SMSCMS, 3, SMSCMS_Service_Inst_EVB, Miniport_EventLog_Inst

[SMSCMS_Service_Inst]
DisplayName    = %SMCA000.DeviceDesc%
ServiceType    = 1      ; SERVICE_KERNEL_DRIVER
StartType      = 3      ; SERVICE_DEMAND_START
ErrorControl   = 1      ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\SMSCMS.sys
LoadOrderGroup = SCSI Miniport
AddReg         = SMSCMS_PnP, SMSCMS_Param, SMSCMS_STYLE

[SMSCMS_Service_Inst_EVB]
DisplayName    = %SMCA000.EVB.DeviceDesc%
ServiceType    = 1      ; SERVICE_KERNEL_DRIVER
StartType      = 3      ; SERVICE_DEMAND_START
ErrorControl   = 1      ; SERVICE_ERROR_NORMAL
ServiceBinary  = %12%\SMSCMS.sys
LoadOrderGroup = SCSI Miniport
AddReg         = SMSCMS_PnP, SMSCMS_Param_EVB, SMSCMS_STYLE

[SMSCMS_PnP]
HKR, "Parameters\PnpInterface", "1", 0x00010001, 0x00000001
HKR, "Parameters\PnpInterface", "15", 0x00010001, 0x00000001

[SMSCMS_Param]
;The Enabler MUST be 0 for system with BIOS support.
HKR, "Parameters\Device", DriverParameter, 0x00000000, "Enabler=0"

[SMSCMS_Param_EVB]
;The Enabler MUST be 1 for EVB without BIOS support.
HKR, "Parameters\Device", DriverParameter, 0x00000000, "Enabler=1"

[SMSCMS_STYLE]
;The registry keys for enabling Memory Stick style format, soft ejection, etc.
HKLM,%SMSCMS_DEVICE%,DeviceGroup,0x00000000,%DEVICE_GROUP%
HKLM,%SMSCMS_DEVICE%,Label,0x00000000,%DEVICE_LABEL%
HKLM,%MS_DEVICEGROUP%,NoSoftEject,0x00010001,0x00000001

[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg

[Miniport_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\Drivers\SmscMs.Sys"
HKR,,TypesSupported,0x00010001,7


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;	Disk/File/Directory Sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
[SourceDisksNames]
1 = %FLOPPY_DESCRIPTION%,,,""

[DestinationDirs]
DefaultDestDir = 12

[SourceDisksFiles]
SMSCMS.SYS = 1

[SMSCMSNT_Drivers]
SMSCMS.SYS,,,2


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;	STRING Sections
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;
[Strings]
INF_PROVIDER="Standard Microsystems Corp"
SMSC="SMSC"
FLOPPY_DESCRIPTION="SMSC Memory Stick Drivers Disk"
SMCA000.DeviceDesc="SMSC LPC Memory Stick Host Controller"
SMCA000.EVB.DeviceDesc="SMSC LPC Memory Stick Host Controller on EVB"
SCSIClassName="SCSI controllers"
SMSCMS_DEVICE="SOFTWARE\Microsoft\Windows NT\CurrentVersion\PerHwIdStorage\SCSI#DiskSMSC____MEMORYSTICK_SLOT"
DEVICE_GROUP="MemoryStick"
DEVICE_LABEL="Memory Stick"
MS_DEVICEGROUP="SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\AutoplayHandlers\DeviceGroups\MemoryStick"
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: 3.29