;------------------------------------------------------------------------------
; Novatel Wireless CDMA 1.9GHz Modem -- Parent
; Installation file (.inf).
; (c) Copyright 2001 Novatel Wireless Inc.
;------------------------------------------------------------------------------
;when who what, where, why
;-------- ----- -----------------------------------------------------------
;10/26/01 HangZ Creation
;03/18/04 BartP 32 bit memory resource allocation for CardBus/PCMCIA
; adapters behind PCI-to-PCI bridges
[version]
Signature = "$CHICAGO$"
Provider = %szCREATOR%
Class = MultiFunction
ClassGuid = {4d36e971-e325-11ce-bfc1-08002be10318}
DriverVer = 10/26/2001,1.0.0.0
CatalogFile.NT = NWC201.cat
;---------------------------------------------------------------------------
; Install class
;---------------------------------------------------------------------------
[ClassInstall32]
AddReg = ClassAddReg
[ClassAddReg]
HKR,,,,%MFClassName%
[ControlFlags]
ExcludeFromSelect=PCMCIA\NOVATEL_WIRELESS-CDMA_1.9GHZ-01E2
;---------------------------------------------------------------------------
; Drivers
;---------------------------------------------------------------------------
[Manufacturer]
%szCREATOR% = DeviceSectionList
[DeviceSectionList]
%szDESCRIPTION% = NVTL, PCMCIA\NOVATEL_WIRELESS-CDMA_1.9GHZ-01E2
;***************************************************************************
;** WINDOWS (9x SE ME) SECTION
;***************************************************************************
[NVTL]
AddReg = NVTL.Reg, ADDREG_Mfg.reg
[NVTL.Reg]
HKR,,DevLoader,,*CONFIGMG
HKR,,Enumerator,,*CONFIGMG
HKR,,CMDrivFlags,01,03,00,00,00
[NVTL.HW]
AddReg=NVTL.RegHW
[NVTL.RegHW]
HKR, Child0000, HardwareID, , MF\NOVATEL_WIRELESS-CDMA_1.9GHZ-01E2_DEV9x0
HKR, Child0000, ResourceMap, 1, 00, 03
HKR, Child0001, HardwareID, , MF\NOVATEL_WIRELESS-CDMA_1.9GHZ-01E2_DEV9x1
HKR, Child0001, ResourceMap, 1, 01, 03, 02
;*******************************************************************************
;** WINDOWS (2000 XP) SECTION
;*******************************************************************************
[NVTL.NT]
AddReg=NVTL.NT.RegHW
[NVTL.NT.HW]
AddReg=NVTL.NT.RegHW
[NVTL.NT.RegHW]
HKR, Child0000, HardwareID, , MF\NOVATEL_WIRELESS-CDMA_1.9GHZ-01E2_DEV0
HKR, Child0000, ResourceMap, 1, 01, 04, 06
HKR, Child0001, HardwareID, , MF\NOVATEL_WIRELESS-CDMA_1.9GHZ-01E2_DEV1
HKR, Child0001, ResourceMap, 1, 00, 04, 05
;---------------------------------------------------------------------------
; Service installation
;---------------------------------------------------------------------------
[NVTL.NT.Services]
Include = mf.inf
Needs = MFINSTALL.mf.Services
;---------------------------------------------------------------------------
; resource
;---------------------------------------------------------------------------
[NVTL.NT.LogConfigOverride]
LogConfig = NVTL.NT.Override0
[NVTL.NT.Override0]
ConfigPriority = DESIRED
IOConfig = 8@100-FFFF%FFF8(FFFF::)
IOConfig = 8@100-FFFF%FFF8(FFFF::)
MemConfig = 1000@00000000-FFFFFFFF%1000(RWD)
MemConfig = 1000@00000000-FFFFFFFF%1000(RWD)
IRQConfig = 3,4,5,7,9,10,11,12,15
MfCardConfig = 400:2D:0
MfCardConfig = 420:2D:1
PcCardConfig = 0:0:0(AA)
;**************************************************************************
;** WINDOWS (9x SE ME) OVERRIDES
;**************************************************************************
[ADDREG_Mfg.reg]
; OVERRIDE for (xxxx / xxxx)
;
HKR,Override,0000,1, \
;
; CONFIGMG_VERSION
;
00,04,00,00, \
;
; PRIORITY
;
00,00,00,00, \
;
; I/O Resource Descriptor 0: COM port
;
24,00,00,00, \ ; Total length of I/O Resource Descriptor
02,00,00,00, \ ; ResType_IO = 0x00000002
01,00, \ ; IOD_Count;
0C,00, \ ; IOD_Type; // IOType_Range = 0x000C
00,00, \ ; IOD_Alloc_Base;
00,00, \ ; IOD_Alloc_End;
00,00, \ ; IOD_DesFlags;
00, \ ; IOD_Alloc_Alias;
00, \ ; IOD_Alloc_Decode;
F8,FF, \ ; IOR_Align; // Mask for base alignment
08,00, \ ; IOR_nPorts; // Number of ports
00,01, \ ; IOR_Min; // Min port address
FF,FF, \ ; IOR_Max; // Max port address
00,00, \ ; IOR_RangeFlags; // Flags
00, \ ; IOR_Alias; // Alias offset
00, \ ; IOR_Decode; // Address specified
40,00,00,00, \ ; PCCARD flags, 0x40 = 16-bit port
;
; I/O Resource Descriptor 1 : COM port
;
24,00,00,00, \ ; Total length of I/O Resource Descriptor
02,00,00,00, \ ; ResType_IO = 0x00000002
01,00, \ ; IOD_Count;
0C,00, \ ; IOD_Type; // IOType_Range = 0x000C
00,00, \ ; IOD_Alloc_Base;
00,00, \ ; IOD_Alloc_End;
00,00, \ ; IOD_DesFlags;
00, \ ; IOD_Alloc_Alias;
00, \ ; IOD_Alloc_Decode;
F8,FF, \ ; IOR_Align; // Mask for base alignment
08,00, \ ; IOR_nPorts; // Number of ports
00,01, \ ; IOR_Min; // Min port address
FF,FF, \ ; IOR_Max; // Max port address
00,00, \ ; IOR_RangeFlags; // Flags
00, \ ; IOR_Alias; // Alias offset
00, \ ; IOR_Decode; // Address specified
40,00,00,00, \ ; PCCARD flags, 0x40 = 16-bit port
;
; MEM Resource Descriptor 0
; 4K attribute memory window mapped to adapter address offset 0000
;
34,00,00,00, \ ; Total length of Memory Resource Descriptor
01,00,00,00, \ ; ResType_Mem = 0x00000001
01,00, \ ; MD_Count;
14,00, \ ; MD_Type; // MType_Range = 0x0014
00,00,00,00, \ ; MD_Alloc_Base;
00,00,00,00, \ ; MD_Alloc_End;
00,00, \ ; MD_Flags;
00,00, \ ; MD_Reserved;
00,F0,FF,FF, \ ; MR_Align; // Mask for base alignment
00,10,00,00, \ ; MR_nBytes; // Count of bytes
00,00,00,00, \ ; MR_Min; // Min Address
FF,FF,FF,FF, \ ; MR_Max; // Max Address
00,00, \ ; MR_Flags; // Flags
00,00, \ ; MR_Reserved;
02,00,00,00, \ ; PC Card flags // 0x02 = attribute mem
; // 0x04 = 8-bit common mem (undocumented)
; // 0x08 = 16-bit common men
00,00,00,00, \ ; Memory card address
;
; IRQ Resource Descriptor
;
14,00,00,00, \ ; Total length of IRQ Resource Descriptor
04,00,00,00, \ ; ResType_IRQ = 0x00000004
00,00, \ ; IRQD_Flags;
00,00, \ ; IRQD_Alloc_Num; // Allocated IRQ number
ff,ff, \ ; IRQD_Req_Mask; // Mask of possible IRQs
00,00, \ ; IRQD_Reserved;
20,00,00,00, \ ; PCCARD flags, 0x20 = Level mode interrupts
;
; REQUEST_CONFIG_PKT Descriptor
; Same as PCMCIA Card Services RequestConfiguration argument structure.
; The Socket field in this structure does not need to be filled in.
;
19,00,00,00, \ ; Total length of REQUEST_CONFIG_PKT Descriptor
7C,89,00,00, \ ; (ResType_Ignored_Bit + PCCARD_DEVICE_ID) = 0x897C
00,00, \ ; Socket;
02,00, \ ; Attributes;
32, \ ; Vcc;
32, \ ; Vpp1
32, \ ; Vpp2
02, \ ; IntType;
00,04,00,00, \ ; ConfigBase;
00, \ ; Status;
00, \ ; Pin;
00, \ ; Copy;
2D, \ ; ConfigIndex;
03, \ ; Present;
;
; TERMINATOR
;
00,00,00,00
; User readable strings
;----------------------------------------------------------
[strings]
szCREATOR = "Novatel Wireless Inc."
MFClassName = "Multifunction PCMCIA Device Driver"
szDESCRIPTION = "Novatel Wireless CDMA 1.9GHz Modem Parent"
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.