pseries.inf Driver File Contents (PSeries_Driver.exe)

;Copyright (c) 1998-2003 Elan Digital Systems Ltd
;Windows 2000 & XP Driver information file for Elan PSeries PCI CardBus & PCMCIA Controllers 

[Version]
Signature="$Windows NT$"
;Class=PCMCIA
;ClassGUID={4D36E977-E325-11CE-BFC1-08002BE10318}
;We're going to override the above GUID and class so that we don't get the unsigned driver message...
;Microsoft won't sign a bus driver (like pseries.sys) so this is all we can do to get round this issue.
;I know! this is NOT a sitifactory situation!!! We do not like it any more than you, but Microsoft won't budge 
;on this issue! It works for everything we have thrown at it, so it's the way we're going...
;Also, if we don't do this, users very often fail to install the pseries.sys driver correctly so this is the 
;best solution we can offer.
Class=_PCMCIA
ClassGUID={4d500099-7ff3-4c75-aed7-a9624831ab29}
Provider=%ELAN%
DriverVer=11/26/2003,5.07.07.0
;CatalogFile=pseries.cat

;
;   Information for installing the PCMCIA class
;
[ClassInstall32]
AddReg=ClassAddReg

[ClassAddReg]
HKR,,,,%PCMCIAClassName%
HKR,,Icon,,"-11"

;
;   List of devices
;
[Manufacturer]
%ELAN%=ELAN

[ControlFlags]
ExcludeFromSelect=PCI\VEN_1013&DEV_1100
ExcludeFromSelect=PCI\VEN_104C&DEV_AC1E
ExcludeFromSelect=PCI\VEN_104C&DEV_AC50
ExcludeFromSelect=PCI\VEN_104C&DEV_AC51
ExcludeFromSelect=PCI\VEN_1524&DEV_1211
ExcludeFromSelect=PCI\VEN_1524&DEV_1410
ExcludeFromSelect=PCI\VEN_1524&DEV_1420

[ELAN]
;Legacy models...
%CL6729.DeviceDesc%=PCIPCIC, PCI\VEN_1013&DEV_1100
%PCI1211.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC1E&SUBSYS_00000000
%PCI1211.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC1E&SUBSYS_454C414E
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC50&SUBSYS_00000000
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC50&SUBSYS_454C414E
%PCI1420.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC51&SUBSYS_454C414E
%PCI1211.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1211&SUBSYS_00000000
%PCI1211.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1211&SUBSYS_12111524
%PCI1211.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1211&SUBSYS_454C414E
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1410&SUBSYS_00000000
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1410&SUBSYS_14101524
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1410&SUBSYS_454C414E
%PCI1420.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1420&SUBSYS_454C414E

;Models with Ene controllers
%PCI1211.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1211&SUBSYS_01111887
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1410&SUBSYS_03121887
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1410&SUBSYS_03131887
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1410&SUBSYS_03111887
%PCI1420.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1420&SUBSYS_02221887
%PCI1420.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1420&SUBSYS_04231887
%PCI1420.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1420&SUBSYS_04241887
%PCI1420.DeviceDesc%=TICARDBUS, PCI\VEN_1524&DEV_1420&SUBSYS_04161887

;Models with TI Controllers...
%PCI1211.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC1E&SUBSYS_01111887
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC50&SUBSYS_01111887
%PCI1211.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC1E&SUBSYS_03111887
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC50&SUBSYS_03111887
%PCI1211.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC1E&SUBSYS_03121887
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC50&SUBSYS_03121887
%PCI1211.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC1E&SUBSYS_03131887
%PCI1410.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC50&SUBSYS_03131887
%PCI1420.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC51&SUBSYS_02221887
%PCI1420.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC51&SUBSYS_04231887
%PCI1420.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC51&SUBSYS_04241887
%PCI1420.DeviceDesc%=TICARDBUS, PCI\VEN_104C&DEV_AC51&SUBSYS_04161887

[pcmcia_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %12%\pcmcia.sys
LoadOrderGroup = System Bus Extender
AddReg         = PCMCIAServiceAddReg

[PCMCIAServiceAddReg]
HKR,"Parameters", DisableIsaToPciRouting, %FLG_ADDREG_TYPE_DWORD%, 1
HKR,"Parameters", AttributeMemoryHigh, %FLG_ADDREG_TYPE_DWORD%, 0xFFFFFFFF
HKR,"Parameters", SoundsEnabled, %FLG_ADDREG_TYPE_DWORD%, 1

[pcmcia_EventLog_Inst]
AddReg = pcmcia_EventLog_AddReg

[pcmcia_EventLog_AddReg]
HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll"
HKR,,TypesSupported,0x00010001,7

[PCIC_Location_AddReg]
HKR,,UINumberDescFormat,,%PCCARDSlot%

[CARDBUS_Location_AddReg]
HKR,,UINumberDescFormat,,%CARDBUSSlot%

[PCIPCIC]
AddReg=PCIPCICReg
CopyFiles=PseriesCopyFiles
RenFiles=PSeriesRenfiles
DelFiles=PSeriesDelfiles

[PCIPCIC.HW]
AddReg = PCIC_Location_AddReg, PseriesFilterAddReg

[PCIPCICReg]
HKR,,CompatibleControllerType,0x00010001,0

[PCIPCIC.Services]
AddService = pcmcia, %SPSVCINST_ASSOCSERVICE%, pcmcia_Service_Inst, pcmcia_EventLog_Inst
AddService = pseries, %SPSVCINST_TAGTOFRONT%, PSeries_Service_Inst

[TICARDBUS]
AddReg=PCMCIACBReg
CopyFiles=PseriesCopyFiles
RenFiles=PSeriesRenfiles
DelFiles=PSeriesDelfiles

[TICARDBUS.HW]
AddReg=CARDBUS_Location_AddReg, PseriesFilterAddReg

[TICARDBUS.Services]
AddService = pcmcia, %SPSVCINST_ASSOCSERVICE%, pcmcia_Service_Inst, pcmcia_EventLog_Inst
AddService = pseries, %SPSVCINST_TAGTOFRONT%, PSeries_Service_Inst

[PCMCIACBReg]
HKR,,Driver,,"pcmcia.sys"
HKR,,CompatibleControllerType,0x00010001,6
HKR,,CBSSCSContextRanges,3,3e,00,02,00,44,00,04,00,80,00,1c,00

[PseriesFilterAddReg]
HKR,,"UpperFilters",0x00010000,"pseries"

[PSeries_Service_Inst]
ServiceType    = %SERVICE_KERNEL_DRIVER%
StartType      = %SERVICE_BOOT_START%
ErrorControl   = %SERVICE_ERROR_NORMAL%
ServiceBinary  = %10%\system32\drivers\pseries.sys
LoadOrderGroup = Boot Bus Extender

[SourceDisksNames]
111 = %PDISK%,,,

[SourceDisksFiles]
pseries.sys = 111

[PSeriesRenfiles]
pcmcia.old, pcmcia.inf

[PSeriesDelfiles]
pcmcia.pnf

[PseriesCopyFiles]
pseries.sys

[DestinationDirs]
DefaultDestDir=12
PseriesCopyFiles=12
PSeriesRenfiles=17
PSeriesDelfiles=17

[Strings]
ELAN="Elan Digital Systems Ltd"
PCMCIAClassName="PCMCIA adapters"
PDISK = "PSeries Driver CDROM or Browse to the <windir>\system32\drivers folder"
CARDBUSSlot = "CardBus Slot %1!u!"
PCCARDSlot  = "PCCard Slot %1!u!"
CL6729.DeviceDesc="CL6729 PCMCIA Controller"
PCI1211.DeviceDesc="PCI 1211 CardBus Controller"
PCI1410.DeviceDesc="PCI 1410 CardBus Controller"
PCI1420.DeviceDesc="PCI 1420 CardBus Controller"
SPSVCINST_TAGTOFRONT  = 0x00000001
SPSVCINST_ASSOCSERVICE= 0x00000002
FLG_ADDREG_TYPE_DWORD = 0x00010001
SERVICE_KERNEL_DRIVER = 1
SERVICE_BOOT_START    = 0
SERVICE_ERROR_NORMAL  = 1
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.03