;
; ----------------------------------------------------------------------
;
; IBM Ultrium Tape Drive, Medium Changer, and Library Device Driver
; Windows NT Tape Device Driver
;
; (C) Copyright IBM Corporation 2000
;
; ----------------------------------------------------------------------
[Version]
Signature="$Windows NT$"
Class=TapeDrive
ClassGUID={6D807884-7D21-11CF-801C-08002BE10318} ; Tape Drive
Provider=%LTOProvider%
LayoutFile=layout.inf
[DestinationDirs]
LTODevice.Copylist = 12 ; DIRID_DRIVERS
LTOChanger.Copylist = 12 ; DIRID_DRIVERS
Ntutil.CopyList = 11 ; DIRID_SYSTEM
;**********************
; Manufacturer section
;**********************
[Manufacturer]
%IBM%=IBM
;***********************************
; Device Section
;IBM Mfg tape drives device section
;**********************************
[IBM]
%LTOibmtape.DeviceDesc% = Tape_Inst, LTO_TAPE
%LTOoemtape.DeviceDesc% = Tape_Inst, LTO_TAPE
%LTOibmchgr.DeviceDesc% = Chgr_Inst, LTO_TAPE
%LTOoemchgr.DeviceDesc% = Chgr_Inst, LTO_TAPE
; **********************************************************
; Install section
; Stanzas to copy the device drivers from the install media
; to the target machine.
; **********************************************************
; *********************
; Install section for
; IBM 3580
; *********************
[Tape_Inst]
;**********************
; Copy files section
;**********************
CopyFiles=Tape.CopyList, TapeNtutil.CopyList, 16
[Tape.CopyList]
IBMtape.sys
[TapeNtutil.CopyList]
ntutil.exe
; *********************
; Install section for
; 3581, 3583 and 3584
; *********************
[Chgr_Inst]
;**********************
; Copy files section
;**********************
CopyFiles=LTODevice.CopyList, LTOChanger.CopyList, Ntutil.CopyList, 16
[LTODevice.CopyList]
IBMtape.sys
[LTOChanger.CopyList]
IBMchgr.sys
[Ntutil.CopyList]
ntutil.exe
; ----------------------------------------------------------------
; Stanzas to setup the device driver and changer driver as
; services.
; ----------------------------------------------------------------
[Tape_Inst.Services]
AddService = Ultrium, %SPSVCINST_ASSOCSERVICE%, LTODevSvcInst, LTODevEventInst
DelService = Ultrium
[Chgr_Inst.Services]
AddService = Ultrium, %SPSVCINST_ASSOCSERVICE%, LTODevSvcInst, LTODevEventInst
AddService = UltrChgr, %SPSVCINST_ASSOCSERVICE%, LTOChgrSvcInst, LTOChgrEventInst
DelService = Ultrium
DelService = UltrChgr
[LTODevSvcInst]
DisplayName = %LTODevSvcDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_SYSTEM_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\IBMtape.sys
LoadOrderGroup = SCSI Class
Dependencies = +SCSI Miniport
[LTOChgrSvcInst]
DisplayName = %LTOChgrSvcDesc%
ServiceType = %SERVICE_KERNEL_DRIVER%
StartType = %SERVICE_AUTO_START%
ErrorControl = %SERVICE_ERROR_NORMAL%
ServiceBinary = %12%\IBMchgr.sys
LoadOrderGroup = SCSI Class
Dependencies = +SCSI Miniport
[LTODevEventInst]
AddReg=LTODevice.Add.Reg
[LTOChgrEventInst]
AddReg=LTOChanger.Add.Reg
[LTODevice.Add.Reg]
HKR,,EventMessageFile,%REG_EXPAND_SZ%,"%%SystemRoot%%\System32\IoLogMsg.dll;%%;SystemRoot%%\System32\drivers\IBMtape.sys"
HKR,,TypesSupported,%REG_DWORD%,7
[LTOChanger.Add.Reg]
;****************************
;Alternate driver search list
[AlternateDriverSearch]
LTO_TAPE = "IBM", "Ultrium"
[Strings]
IBM = "IBM Corporation"
LTOProvider = "IBM Corporation, Storage Systems Division"
LTOibmtape.DeviceDesc = "IBM Ultrium Tape Drives (3580, T200, TX200)"
LTOoemtape.DeviceDesc = "IBM Ultrium Tape Drives (OEM)"
LTOibmchgr.DeviceDesc = "IBM Ultrium Tape Libraries (3581, SL7, 3583, SL72, 3584)"
LTOoemchgr.DeviceDesc = "IBM Ultrium Tape Libraries (OEM)"
LTODevDpndGrp = "+SCSI Miniport"
LTODevSvcDesc = "IBM Ultrium Device Driver"
LTOChgrSvcDesc = "IBM Ultrium Changer Driver"
;
SERVICE_KERNEL_DRIVER = 1
SERVICE_SYSTEM_START = 1
SERVICE_AUTO_START = 2
SERVICE_ERROR_NORMAL = 0x1;
SPSVCINST_ASSOCSERVICE = 0x00000002
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.