; AEC6880.INF for Windows NT/2000/XP/2003 ; ; Copyright (c) 2002, ACARD Technology Corp. ; For motherboard built-in only ; [version] signature="$Windows NT$" Class=SCSIAdapter ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} Provider=%Acd% DriverVer=08/23/2003, 2.10 [ClassInstall32.NT] Addreg=SCSIReg [SCSIReg] HKR,,,,%SCSIClassName% HKR,,Installer32,,"SysSetup.Dll,ScsiClassInstaller" HKR,,Icon,,"-10" HKR,,LegacyInfOption,,"SCSI" [Manufacturer] %AEC%=ACARD [ACARD] %AEC6880.DeviceDesc% = AEC6880_Inst, PCI\VEN_1191&DEV_0009&SUBSYS_00091191 %AEC6880.Processor% = NO_DRV,ACARD___RAID_PROCESSOR__1 [NO_DRV] [NO_DRV.Services] Addservice= , %SPSVCINST_ASSOCSERVICE% ;Null Service [AEC6880_Inst] ;CpyFiles=CopySYS ;Reboot [CopySYS] AEC6880.sys [DestinationDirs] DefaultDestDir = 12 ; DIRID_DRIVERS [ControlFlags] ;CopyFilesOnly=PCI\VEN_1191&DEV_0009&SUBSYS_00091191 ;CopyFilesOnly=PCI\VEN_1191&DEV_0009&SUBSYS_62801191 ;ExcludeFromSelect = SCSI\ACARD___RAID_PROCESSOR__1 [SourceDisksFiles] AEC6880.sys=1 [SourceDisksNames] 1="ACARD AEC6880 RAID Installation Diskette",,, [AEC6880_Inst.Services] AddService = AEC6880, %SPSVCINST_ASSOCSERVICE%, AEC6880_Service_Inst, Miniport_EventLog_Inst [AEC6880_Service_Inst] ServiceType = %SERVICE_KERNEL_DRIVER% StartType = %SERVICE_BOOT_START% ErrorControl = %SERVICE_ERROR_NORMAL% ServiceBinary = %12%\AEC6880.sys LoadOrderGroup = SCSI Miniport AddReg = pnpsafe_pci_addreg ;************************************************************* ;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 ;HKR, "Parameters\Device0", "DriverParameter", 0, "/BD/SD" ;HKR, "Parameters\Device1", "DriverParameter", 0, "/BD/SD" ;HKR, "Parameters\Device2", "DriverParameter", 0, "/BD/SD" ;HKR, "Parameters\Device3", "DriverParameter", 0, "/BD/SD" ;************************************************************* ;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 [Strings] Acd = "ACARD" SCSIClassName = "SCSI and RAID controllers" AEC = "Acard" AEC6880.DeviceDesc = "ACARD AEC-6880 Ultra ATA133 RAID/AEC-6890 Serial ATA RAID Controller" AEC6880.Processor = "ACARD RAID PROCESSOR" ;******************************************* ;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