;---------------------------------------------------------------- ; ; OEMSETUP.INF -- This is a preliminary INF that installs support ; for the Adaptec PCI SCSI devices under Win 2000 ; ; Copyright (c) 2000 Adaptec Incorporated ; ;---------------------------------------------------------------- ;---------------------------------------------------------------- ; ; [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="aic78u2.cat" DriverVer=08/08/2000,[3.10] ;---------------------------------------------------------------- ; ; [SourceDisksNames] ; ; diskid = description[,[tagfile][,<unused>,subdir]] ; ;---------------------------------------------------------------- [SourceDisksNames] 1 = %FLOPPY_DESCRIPTION%,,, ;---------------------------------------------------------------- ; ; [SourceDisksFiles.x86] ; ; filename_on_source = diskid[,[subdir][,size]] ; ;---------------------------------------------------------------- [SourceDisksFiles] aic78u2.sys= 1,,,,,,,, ;---------------------------------------------------------------- ; ; [Manufactuerer] ; ; 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] %PCI\VEN_9005&DEV_0010.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_0010 %PCI\VEN_9005&DEV_001F.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_001F %PCI\VEN_9005&DEV_0050.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_0050 %PCI\VEN_9005&DEV_0051.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_0051 %PCI\VEN_9005&DEV_005F.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_005F %PCI\VEN_9005&DEV_0010&SUBSYS_21809005.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_0010&SUBSYS_21809005 %PCI\VEN_9005&DEV_0010&SUBSYS_81009005.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_0010&SUBSYS_81009005 %PCI\VEN_9005&DEV_0010&SUBSYS_A1809005.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_0010&SUBSYS_A1809005 %PCI\VEN_9005&DEV_0010&SUBSYS_E1009005.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_0010&SUBSYS_E1009005 %PCI\VEN_9005&DEV_0050&SUBSYS_F5009005.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_0050&SUBSYS_F5009005 %PCI\VEN_9005&DEV_0051&SUBSYS_B5009005.DeviceDesc% = aic78u2_Inst, PCI\VEN_9005&DEV_0051&SUBSYS_B5009005 ;---------------------------------------------------------------- ; ; Install ; ;---------------------------------------------------------------- [aic78u2_Inst.NT] CopyFiles=@AIC78U2.SYS ;---------------------------------------------------------------- ; ; Services ; ; Flag = 0x1 (SPSVCINST_TAGTOFRONT) ; Make sure that device loads at ; the front of its group ; ;---------------------------------------------------------------- [aic78u2_Inst.NT.Services] AddService = aic78u2, 0x2, aic78u2_Service_Inst, Miniport_EventLog_Inst,System, [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 AddReg = pnpsafe_pci_addreg [pnpsafe_pci_addreg] HKR, "Parameters\PnpInterface", "5", 0x00010001, 0x00000001 ;[num_of_requests] HKLM,"SYSTEM\CurrentControlSet\Services\adpu160m\Parameters\Device","NumberOfRequests",0x10001,255 ;---------------------------------------------------------------- ; ; 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 ;---------------------------------------------------------------- ; ; [DestinationDirs] ; ; file-list-section=dirid[,subdir]] ... ; ;---------------------------------------------------------------- [DestinationDirs] DefaultDestDir = 12 ; DIRID_DRIVERS (this is IOSubsys on ; Win95, and System32\Drivers on NT) ;---------------------------------------------------------------- ; ; [Strings] ; ;---------------------------------------------------------------- [Strings] INF_PROVIDER="Adaptec" ADP="Adaptec" FLOPPY_DESCRIPTION="Windows 2000 Driver Set v1.00" PCI\VEN_9005&DEV_0010.DeviceDesc = "Adaptec AHA-2940U2/U2W - Ultra2 SCSI" PCI\VEN_9005&DEV_001F.DeviceDesc = "Adaptec AIC-7890/7891 - Ultra2 SCSI" PCI\VEN_9005&DEV_0050.DeviceDesc = "Adaptec AHA-3950 - Ultra2 SCSI" PCI\VEN_9005&DEV_0051.DeviceDesc = "Adaptec AHA-3950 - Ultra2 SCSI" PCI\VEN_9005&DEV_005F.DeviceDesc = "Adaptec AIC-7896/7897 - Ultra2 SCSI" PCI\VEN_9005&DEV_0010&SUBSYS_21809005.DeviceDesc = "Adaptec AHA-2940U2 - Ultra2 SCSI" PCI\VEN_9005&DEV_0010&SUBSYS_81009005.DeviceDesc = "Adaptec AHA-2940U2B - Ultra2 SCSI" PCI\VEN_9005&DEV_0010&SUBSYS_A1809005.DeviceDesc = "Adaptec AHA-2940U2W - Ultra2 SCSI" PCI\VEN_9005&DEV_0010&SUBSYS_E1009005.DeviceDesc = "Adaptec AHA-2950U2B - Ultra2 SCSI" PCI\VEN_9005&DEV_0050&SUBSYS_F5009005.DeviceDesc = "Adaptec AHA-3950U2B - Ultra2 SCSI" PCI\VEN_9005&DEV_0051&SUBSYS_B5009005.DeviceDesc = "Adaptec AHA-3950U2D - Ultra2 SCSI"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.