;/*++
; inic162x.inf
;
; Installation inf for Initio SATA Host Adapter.
;
; (c) Copyright 2009-2010 Initio
;--*/
[Version]
Signature="$Windows NT$"
Provider=%Initio%
ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318}
Class=SCSIAdapter
DriverVer=03/03/2010, 5.13.10.0303
CatalogFile=Inic162x.cat
[DestinationDirs]
DefaultDestDir = 12
[Manufacturer]
%MfgName% = HARDWARE_ID,NTx86.6.1,NTamd64.6.1
[HARDWARE_ID.NTx86.6.1] ; Win7 (32-bit)
%Device_1622%=Device_Inst.Win7, PCI\VEN_1101&DEV_1622&SUBSYS_16221101
%Device_1623%=Device_Inst.Win7, PCI\VEN_1101&DEV_1622&SUBSYS_16231101
%Device_1627%=Device_Inst.Win7, PCI\VEN_1101&DEV_1622&SUBSYS_16271101
%Device_RAID%=Null_Device, SCSI\INITIO__RAID_INTERFACE__1
[HARDWARE_ID.NTamd64.6.1]
%Device_1622%=Device_Inst.Win7, PCI\VEN_1101&DEV_1622&SUBSYS_16221101
%Device_1623%=Device_Inst.Win7, PCI\VEN_1101&DEV_1622&SUBSYS_16231101
%Device_1627%=Device_Inst.Win7, PCI\VEN_1101&DEV_1622&SUBSYS_16271101
%Device_RAID%=Null_Device, SCSI\INITIO__RAID_INTERFACE__1
;;=========================
;; Install RAID Interface
;;=========================
[Null_Device]
[Null_Device.Services]
AddService = ,2
;;================
;; Install Driver
;;================
[Device_Inst.Win7] ; to prevent IA64 and other unseen ones
[Device_Inst.Win7.NTx86]
CopyFiles=INI_CopyList.Win7_32bit;
[Device_Inst.Win7.NTamd64]
CopyFiles=INI_CopyList.Win7_64bit;
[SourceDisksNames]
1=%DISK_NAME%
[SourceDisksFiles]
inic162xWin732.sys = 1
inic162xWin764.sys = 1
[INI_CopyList] ; empty section. Used to prevent INF use from 9x & ME
[INI_CopyList.NTia64] ; empty section. Used to prevent INF use from Intel Itanium platforms
[INI_CopyList.Win7_32bit]
inic162x.sys,inic162xWin732.sys;
[INI_CopyList.Win7_64bit]
inic162x.sys,inic162xWin764.sys;
[Device_Inst.Win7.Services]
[Device_Inst.Win7.NTx86.Services]
AddService = INIC162x, 2, Device_Inst_Service_Inst, Miniport_EventLog_Inst
[Device_Inst.Win7.NTamd64.Services]
AddService = INIC162x, 2, Device_Inst_Service_Inst, Miniport_EventLog_Inst
[Device_Inst_Service_Inst]
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 0 ; SERVICE_BOOT_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\inic162x.sys
LoadOrderGroup = SCSI Miniport
AddReg = pnp_pci_addreg
;;AddReg = bus_type_scsi
[pnp_pci_addreg]
HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001
;;[bus_type_scsi]
;;HKR, "Parameters", "BusType", 0x00010001, 0x00000001 ;BusTypeScsi
[Miniport_EventLog_Inst]
AddReg = Miniport_EventLog_AddReg
[Miniport_EventLog_AddReg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\iologmsg.dll;%%SystemRoot%%\System32\drivers\inic162x.sys"
HKR,,TypesSupported,%REG_DWORD%,7
[Strings]
Initio = "INITIO Corp."
MfgName = "Initio Corp."
Device_1622 = "Initio INIC1622 S-ATA Raid Controller"
Device_1623 = "Initio INIC1623 S-ATA Raid Controller"
Device_1627 = "Initio INIC1623 S-ATA Card Bus RAID Controller"
Device_RAID = "Initio Raid Interface"
DISK_NAME = "Initio INIC162x S-ATA RAID Controller Driver Installation Disk"
REG_EXPAND_SZ = 0x00020000
REG_DWORD = 0x00010001
Download Driver Pack
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.