; name and version number:@(#)attcom.inf 1.21*/ ; date of get: 07 Nov 1996 16:03:38*/ ; date of delta: 10 May 1996 08:46:59*/ ;---------------------------------------------------------------------------- ; ; Windows Port Driver Setup File ; ; Copyright 1995 AT&T ; ; Manufacturer: AT&T Microelectronics ; ;---------------------------------------------------------------------------- [Version] Signature="$WINDOWS 95$" Class=Ports Provider=%Mfg% [SourceDisksNames] 1 = %ATT.disk%, "", 0001 [SourceDisksFiles] attcom.vxd = 1 attvcd.vxd = 1 attmodem.vxd = 1 attmodem.inf = 1 [DestinationDirs] DefaultDestDir = 11 ; LDID_SYS Inf_Copy= 17 ;; inf dir ComPort.Copy= 11 [ClassInstall] AddReg=PortsClass.AddReg [PortsClass.AddReg] HKR,,,,%PortsClassName% ;---------------------------------------------------------------------------- [Manufacturer] ; uncomment this line for banzai boards with linear addressing ;%Mfg% = Models.linear ; the next line is for banzai boards with aliased addressing %Mfg% = Models.alias ; uncomment this line for boards with index addressing ;%Mfg% = Models.index ;---------------------------------------------------------------------------- [Models.linear] %*PNP0500.DeviceDesc%=ComPort_LINEAR, *PNP0500, *PNP0501 [Models.alias] %*PNP0500.DeviceDesc%=ComPort_ALIAS, *PNP0500, *PNP0501 [Models.index] %*PNP0500.DeviceDesc%=ComPort_INDEX, *PNP0500, *PNP0501 [ComPort_LINEAR] CopyFiles=ComPort.Copy , Inf_Copy AddReg=ComPort.AddReg LogConfig=comlinear [ComPort_ALIAS] CopyFiles=ComPort.Copy , Inf_Copy AddReg=ComPort.AddReg LogConfig=comalias [ComPort_INDEX] CopyFiles=ComPort.Copy AddReg=ComPort.AddReg, Audio_Setting LogConfig=comindex [Inf_Copy] attmodem.inf [ComPort.Copy] attcom.vxd attvcd.vxd attmodem.vxd attmodem.ini attwave.drv [ComPort.AddReg] HKR,,DevLoader,,*vcomm HKR,,Enumerator,,serenum.vxd HKR,,PortDriver,,attcom.vxd HKR,,Contention,,attvcd.vxd HKR,,ModemDriver,,attmodem.vxd HKR,,ConfigDialog,,serialui.dll HKR,,DCB,3,1C,00,00,00, 80,25,00,00, 11,33,00,00, 00,00, 0a,00, 0a,00, 08, 00, 00, 11, 13, 00, 00, 00 HKR,,PortSubClass,1,01 HKR,,EnumPropPages,,"serialui.dll,EnumPropPages" ;---------------------------------------------------------------------------- ; Direct addressing configuration (LINEAR) ;---------------------------------------------------------------------------- [comlinear] ConfigPriority=HARDRECONFIG IOConfig = 3f8-3ff(3ff::), 2f8-2ff(3ff::), 3e8-3ef(3ff::), 2e8-2ef(3ff::) IOConfig = 100-13F, 140-17F, 180-1BF, 200-23F, 240-27F, 280-2BF, 300-33F, 380-3BF IRQConfig = 3, 4, 5, 7, 9, 10, 11, 12, 15 ;-------------------------------------------------------------------------- ; INDEXED addressing configuration ;-------------------------------------------------------------------------- [comindex] ConfigPriority=HARDRECONFIG IOConfig= 3f8-3ff(3ff::), 2f8-2ff(3ff::), 3e8-3ef(3ff::), 2e8-2ef(3ff::) IRQConfig = 3,4,10,11 IOConfig = 140-147, 130-137, 260-267, 270-277 DMAConfig = 6,7,0,3 DMAConfig = 6,7,0,3 ;---------------------------------------------------------------------------- ; Indirect addressing configuration (ALIAS) ;---------------------------------------------------------------------------- [comalias] ; COM1, COM2, COM3, COM4 ConfigPriority=HARDRECONFIG IOConfig = 3f8-3ff(ffff:f000:), 2f8-2ff(ffff:f000:), 3e8-3ef(ffff:f000:), 2e8-2ef(ffff:f000:) IRQConfig = 3, 4, 5, 7 ;, 9, 10, 11, 12, 15 ;---------------------------------------------------------------------------- [ComPort.PosDup] *PNP0500 [Ports.AddReg] HKR,,NoSetupUI,,1 [*PNP0500.det] AddReg=Ports.AddReg,DevMap.AddReg [DevMap.AddReg] HKLM,hardware\devicemap\serialcomm,COM1,,COM1 HKLM,hardware\devicemap\serialcomm,COM2,,COM2 [Strings] Mfg = "AT&T Modem" ATT.disk = "Modem Driver Disk" PortsClassName = "Ports (COM & LPT)" *PNP0500.DeviceDesc= "Modem Port" ;----------------------------------------------------------------------------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.