;---------------------------------------------------------------- ; ; OEMSETUP.INF -- This is the INF that supports ; Adaptec Ultra320 SCSI Controllers for ; Windows NT 4.0 ; ; Copyright 2003 Adaptec, Inc. All rights reserved. ; ; This software contains the valuable trade secrets of Adaptec ; or its licensors. The software is protected under international ; copyright laws and treaties. This software may only be used in ; accordance with the terms of its accompanying license agreement. ; ;---------------------------------------------------------------- ;---------------------------------------------------------------- ; ; [Version] ; ; Class and ClassGUID are defined in devguid.h ; ;---------------------------------------------------------------- [Version] signature="$Windows NT$" Class=SCSIAdapter ClassGUID={4D36E97B-E325-11CE-BFC1-08002BE10318} Provider=%INF_PROVIDER% ;CatalogFile.ntx86="" ; For Windows NT (x86) ;---------------------------------------------------------------- ; ; [SourceDisksNames] ; ; diskid = description[,[tagfile][,<unused>,subdir]] ; ;---------------------------------------------------------------- [SourceDisksNames] 1 = %FLOPPY_DESCRIPTION%,,, ;---------------------------------------------------------------- ; ; [SourceDisksFiles.x86] ; ; filename_on_source = diskid[,[subdir][,size]] ; ;---------------------------------------------------------------- [SourceDisksFiles] ;aic78xx.sys= 1,,70864,,,,,, ;aic78u2.sys= 1,,80976,,,,,, ;adpu160m.sys= 1,,100000,,,,,, adpu320.sys= 1,,100000,,,,,, ;---------------------------------------------------------------- ; ; [Manufacturer] ; ; manufacturer-name ; %strkey%=models-section-name ; [%strkey%=models-section-name] ... ; ;---------------------------------------------------------------- ; Table of Contents [Manufacturer] %ADP%= ADAPTEC ;---------------------------------------------------------------- ; ; [ControlFlags] ; ;---------------------------------------------------------------- ;[ControlFlags] ;ExcludFromFiles.x86= ;CopyFilesOnly= ;---------------------------------------------------------------- ; ; Models ; ; device-description=install-section-name,hw-id[,compatible-id...] ; ; "*" indicates that device is supported by more than one ; enumerator. ; ;---------------------------------------------------------------- [ADAPTEC] ;%*78XX40.DeviceDesc%= AIC78XX,*AIC78XX ;%*78U240.DeviceDesc%= AIC78U2,*AIC78U2 %*U32040.DeviceDesc%= ADPU320,*ADPU320 ;---------------------------------------------------------------- ; ; Install ; ;---------------------------------------------------------------- ;[AIC78XX.NT] ;CopyFiles=@AIC78XX.SYS ;[AIC78U2.NT] ;CopyFiles=@AIC78U2.SYS [ADPU320.NT] CopyFiles=HotplugRegfile CopyFiles=Driver ;---------------------------------------------------------------- ; ; Services ; ; Flag = 0x1 (SPSVCINST_TAGTOFRONT) ; Make sure that device loads at ; the front of its group ; ;---------------------------------------------------------------- ;[AIC78XX.NT.Services] ;AddService = aic78xx, 0x2, aic78xx_Service_Inst, Miniport_EventLog_Inst,, ;[AIC78U2.NT.Services] ;AddService = aic78u2, 0x2, aic78u2_Service_Inst, Miniport_EventLog_Inst,, [ADPU320.NT.Services] AddService = adpu320, 0x2, adpu320_Service_Inst, Miniport_EventLog_Inst,, ;[aic78xx_Service_Inst] ;ServiceType = 1 ; SERVICE_KERNEL_DRIVER ;StartType = 0 ; SERVICE_BOOT_START ;ErrorControl = 1 ; SERVICE_ERROR_NORMAL ;ServiceBinary = %12%\aic78xx.sys ;LoadOrderGroup = SCSI Miniport ;[aic78u2_Service_Inst] ;ServiceType = 1 ; SERVICE_KERNEL_DRIVER ;StartType = 0 ; SERVICE_BOOT_START ;ErrorControl = 1 ; SERVICE_ERROR_NORMAL ;ServiceBinary = %12%\aic78u2.sys ;LoadOrderGroup = SCSI Miniport [adpu320_Service_Inst] ServiceType = 1 ; SERVICE_KERNEL_DRIVER StartType = 0 ; SERVICE_BOOT_START ErrorControl = 1 ; SERVICE_ERROR_NORMAL ServiceBinary = %12%\adpu320.sys LoadOrderGroup = SCSI Miniport ;---------------------------------------------------------------- ; ; Event Log Install ; ;The NT EventLog entries are the same for all SCSI miniports. ; ;---------------------------------------------------------------- [Miniport_EventLog_Inst] AddReg = Miniport_EventLog_AddReg [Miniport_EventLog_AddReg] HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll" HKR,,TypesSupported,0x00010001,7 ;Driver tunables HKLM,"SYSTEM\CurrentControlSet\Services\adpu320\Parameters\Device","NumberOfRequests",0x10001,255 HKLM,"SYSTEM\CurrentControlSet\Services\adpu320\Parameters\Device","MaximumSGList",0x10001,65 HKLM,Software\Compaq\CpqRcmc\ClassDLLs\SCSIMiniport,"ClassID",0x10001,1 HKLM,Software\Compaq\CpqRcmc\ClassDLLs\SCSIMiniport,"DLLName",0x00000000,"CQRSCSMN.DLL" HKLM,Software\Compaq\CpqRcmc\ClassDLLs\SCSIMiniport\adpu320,"HPPSignature",0x00000000,"CPQHPP" HKLM,System\CurrentControlSet\Services\adpu320\Parameters\Device,"DriverParameter",0x00000000,"/HPPNVRAM /HOTPLUG /MAXTAGS=32" HKLM,System\CurrentControlSet\Services\adpu320,"Tag",0x10001,0x20 ;---------------------------------------------------------------- ; ; [DestinationDirs] ; ; file-list-section=dirid[,subdir]] ... ; ;---------------------------------------------------------------- [DestinationDirs] DefaultDestDir = 12 ; DIRID_DRIVERS (this is IOSubsys on ; Win95, and System32\Drivers on NT) HotplugRegfile = 11 ; \Winnt\system32 dir Driver = 12 [HotplugRegFile] hotp320.reg ; This file is used to add PCI-HotPlug related registry entries [Driver] adpu320.sys ;---------------------------------------------------------------- ; ; [Strings] ; ;---------------------------------------------------------------- [Strings] INF_PROVIDER="Adaptec" ADP="Adaptec" FLOPPY_DESCRIPTION="Adaptec Ultra320 Family Manager Set - Microsoft Disk" *U32040.DeviceDesc = "Adaptec Ultra320 SCSI Cards (WinNT 4.0)"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.