oemsetnt.inf Driver File Contents (FLIPDISK-PCMCIA.exe)

;
; statpnt.INF
;
; INF file of Shining CBSIDE3xx and PCMCIA IDE controller for Windows NT 4.0
; Copyright (c) 2000-2001 Shining Technologies, Inc. All rights reserved
; Oct. 1, 2001 new creation script for NT4.0.
; Oct. 2, 2001 Adding registry keys for Cardwizard.
; Oct. 5, 2001 create stcbint.sys for Cardbus mode.  Two individual NT
;         drivers scheme are used so as to avoid confusion while
;         both "statpnt" and "stcbint" service keys are generated.
;
[Version]
signature="$Windows NT$"
Class=SCSIAdapter
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Provider=%Shining%
;CatalogFile=statpnt.CAT
DriverVer=04/24/2001,6.04.0001


[DestinationDirs]
DefaultDestDir  = 12 ; DIRID_DRIVERS

[ControlFlags]
;
; Exclude the following devices from Select Device list.
; These represent 'combination' driver nodes, for which there are separate items to be
; presented to the user.  These combination nodes are only used when figuring out what
; driver node to associate with a pre-existing service.
;
[Manufacturer]
%Shining%=Shining

[Shining]
%statpnt.DeviceDesc%	 =statpntPCI,statpnt_SCSI
%stcbint.DeviceDesc%	 =stcbintPCI,stcbint_SCSI

[statpntPCI.NT]
CopyFiles=@statpnt.sys
Reboot

[statpntPCI.NT.Services]
AddService = statpnt, %SPSVCINST_ASSOCSERVICE%, statpntPCI_Service_Inst, Miniport_EventLog_Inst

[statpntPCI_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\statpnt.sys
LoadOrderGroup = SCSI Miniport
AddReg         = Cardwizard_addreg

[stcbintPCI.NT]
CopyFiles=@stcbint.sys
Reboot

[stcbintPCI.NT.Services]
AddService = stcbint, %SPSVCINST_ASSOCSERVICE%, stcbintPCI_Service_Inst, Miniport_EventLog_Inst

[stcbintPCI_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\stcbint.sys
LoadOrderGroup = SCSI Miniport
AddReg         = Cardwizard_addreg2

;*************************************************************
;These section is used for adding registry keys for Cardwizard v5.2
;  in NT4.0 PCMCIA only.
[Cardwizard_addreg]
HKLM, System\CurrentControlSet\Services\statpnt1\Parameters, "InterruptNumber", %REG_DWORD%, 7
HKLM, System\CurrentControlSet\Services\statpnt1\Parameters, "Pcmcia", %REG_DWORD%, 1
HKLM, System\CurrentControlSet\Services\statpnt1\Parameters, "IoBaseAddress", %REG_DWORD%, 336
HKLM, System\CurrentControlSet\Services\statpnt1\Parameters, "IoLength", %REG_DWORD%, 16 
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\PMIDE-ASC, "DeviceType", %REG_SZ%, "SCSI"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\PMIDE-ASC, "Driver", %REG_SZ%, "statpnt"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\PMIDE-M17, "DeviceType", %REG_SZ%, "SCSI"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\PMIDE-M17, "Driver", %REG_SZ%, "statpnt"

[Cardwizard_addreg2]
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\PCI\14E6_1_0_0, "Manufacturer Name", %REG_SZ%, "Shining"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\PCI\14E6_1_0_0, "Product Name", %REG_SZ%, "CBSIDE-V3"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\CBSIDE-V3, "DeviceType", %REG_SZ%, "SCSI"
HKLM, System\CurrentControlSet\Services\PCMCIA\DataBase\Shining\CBSIDE-V3, "Driver", %REG_SZ%, "stcbint"

;*************************************************************
;These addreg sections should be used when installins services to indicate
;which interface types are safe for PNP and which aren't.  INTERFACE_TYPE
;is defined in NTDDK.H

;[pnpsafe_pci_addreg]
;HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001


;*************************************************************
;The EventLog entries are the same for all SCSI miniports.
[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg

[Miniport_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,%REG_DWORD%,7

[SourceDisksNames]
1 = %InstallDisk%,\steide,,,

[SourceDisksFiles]
;statpnt.inf = 1,,
statpnt.sys = 1,,

[strings]
Shining="Shining"
statpnt.DeviceDesc ="Amacom 16 Bit PCMICA Card Win NT"
stcbint.DeviceDesc ="Amacom 32 Bit PCMICA Card Win NT"
InstallDisk="Amacom Software CD"

;*******************************************
;Handy macro substitutions (non-localizable)
SPSVCINST_ASSOCSERVICE = 0x00000002
SERVICE_KERNEL_DRIVER  = 1
SERVICE_BOOT_START     = 0
SERVICE_ERROR_NORMAL   = 1
REG_EXPAND_SZ          = 0x00020000
REG_DWORD              = 0x00010001
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: 1.91