home *** CD-ROM | disk | FTP | other *** search
- ; W95SETUP.INF
- ;
- ; PCMCIA Token-ring PC Card Installation
- ;
- ; Copyright 1993-1995, Microsoft Corporation
- ; Copyright 1995, IBM Corporation
-
- [version]
- signature="$Windows 95$"
- Class=Net
- provider=%V_MS%
-
- [Manufacturer]
- %V_IBM%=IBM
-
- [IBM]
- %pcmcia.DeviceDesc%=pcmcia.ndi, PCMCIA\IBM-TOKEN_RING-EFA1 ;IBM Token Ring 4/16Mbs PCMCIA Card
- %pcmcia2.DeviceDesc%=pcmciatc.ndi, PCMCIA\IBM-TOKEN_RING-013F ;IBM Token Ring 4/16Mbs PCMCIA Card
-
-
- ;****************************************************************************
- ; pcmcia IBM Token-Ring 16/4 Credit Card Adapter
- ;****************************************************************************
- [pcmcia.ndi]
- AddReg=pcmcia.ndi.reg,IBMTOK.ndi.reg
-
- [pcmcia.ndi.reg]
- HKR,Ndi,DeviceID,,"IBM-TOKEN_RING-EFA1"
-
- ;****************************************************************************
- ; pcmcia TC Token-Ring 16/4 Credit Card Adapter
- ;****************************************************************************
- [pcmciatc.ndi]
- AddReg=pcmciatc.ndi.reg,IBMTOK.ndi.reg
-
- [pcmciatc.ndi.reg]
- HKR,Ndi,DeviceID,,"IBM-TOKEN_RING-013F"
-
- ;****************************************************************************
- ; IBMTOK NDIS 3 Driver
- ;****************************************************************************
- [IBMTOK.ndi.reg]
- ; NDIS Info
- HKR,NDIS,LogDriverName,,"ibmtok"
- HKR,NDIS,MajorNdisVersion,1,03
- HKR,NDIS,MinorNdisVersion,1,0A
- ; Interfaces
- HKR,Ndi\Interfaces,DefUpper,,"ndis3"
- HKR,Ndi\Interfaces,DefLower,,"tokenring"
- HKR,Ndi\Interfaces,UpperRange,,"ndis3"
- HKR,Ndi\Interfaces,LowerRange,,"tokenring"
- ; Parameters
- HKR,,IoBase,1,02,00,00,00
- HKR,,Mmio,1,01,00,00,00
- HKR,,Ram,1,01,00,00,00
- HKR,,AdapterType,,1
- HKR,,Interrupt,1,04,00,00,00
- ;Auto Ring Speed
- HKR,Ndi\params\AutoRingSpeed,ParamDesc,,"Auto Ring Speed"
- HKR,Ndi\params\AutoRingSpeed,default,,1
- HKR,Ndi\params\AutoRingSpeed,type,,enum
- HKR,Ndi\params\AutoRingSpeed\enum,0,, "0"
- HKR,Ndi\params\AutoRingSpeed\enum,1,, "1"
- HKR,NDI\params\AutoRingSpeed,flag,1,28,00,00,00
- ;ring speed
- HKR,Ndi\params\RingSpeed,ParamDesc,,"Ring Speed"
- HKR,Ndi\params\RingSpeed,default,,16
- HKR,Ndi\params\RingSpeed,type,,enum
- HKR,Ndi\params\RingSpeed\enum,4,, "4 MBS"
- HKR,Ndi\params\RingSpeed\enum,16,, "16 MBS"
- HKR,NDI\params\RingSpeed,flag,1,28,00,00,00
- ; NetworkAddress
- HKR,NDI\params\NetworkAddress,ParamDesc,,"Network Address"
- HKR,NDI\params\NetworkAddress,type,,edit
- HKR,NDI\params\NetworkAddress,LimitText,,18
- HKR,NDI\params\NetworkAddress,UpperCase,,1
- HKR,Ndi\params\NetworkAddress,default,,""
- HKR,NDI\params\NetworkAddress,flag,1,20,00,00,00
- HKR,Ndi\params\NetworkAddress,optional,,1
- ; MaxPacketSize
- HKR,NDI\params\MaxPacketSize,ParamDesc,,"Maximum Packet Size"
- HKR,NDI\params\MaxPacketSize,type,,int
- HKR,Ndi\params\MaxPacketSize,default,,4096
- HKR,NDI\params\MaxPacketSize,min,,256
- HKR,NDI\params\MaxPacketSize,max,,17952
- HKR,NDI\params\MaxPacketSize,step,,8
- HKR,NDI\params\MaxPacketSize,flag,1,20,00,00,00
-
- ; OVERRIDE FOR 16K RAM WINDOW
- HKR,Override,0000,1,\
- ;
- 00,04,00,00, \ ; CONFIGMG_VERSION
- 00,00,00,00, \ ; PRIORITY
- ;
- ; I/O Resource Descriptor
- ;
- 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;
- FC,FF, \ ; IOR_Align; // Mask for base alignment
- 04,00, \ ; IOR_nPorts; // Number of ports
- 20,0A, \ ; IOR_Min; // Min port address
- 27,0A, \ ; IOR_Max; // Max port address
- 00,00, \ ; IOR_RangeFlags; // Flags
- 00, \ ; IOR_Alias; // Alias offset
- 00, \ ; IOR_Decode; // Address specified
- 00,00,00,00, \ ; PCCARD flags, 0x40 = 16-bit port
- ;
- ; 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
- ;
- ; Memory Resource Descriptor 0
- ;
- 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,E0,FF,FF, \ ; MR_Align; // Mask for base alignment
- 00,20,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;
- 08,00,00,00, \ ; PCCARD flags, 0x02 = attribute mem, or
- ; 0x08 = 16-bit common mem
- 00,20,0C,00, \ ; Memory card address
- ;
- ; Memory Resource Descriptor 1
- ;
- 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,C0,FF,FF, \ ; MR_Align; // Mask for base alignment
- 00,40,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;
- 08,00,00,00, \ ; PCCARD flags, 0x02 = attribute mem, or
- ; 0x08 = 16-bit common mem
- 00,00,0D,00, \ ; Memory card address
- ;
- ; REQUEST_CONFIG_PKT Descriptor
- ;
- 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,08,00,00, \ ; ConfigBase;
- 00, \ ; Status;
- 00, \ ; Pin;
- 00, \ ; Copy;
- 21, \ ; ConfigIndex;
- 0B, \ ; Present;
- ;
- 00,00,00,00 ; TERMINATOR
-
- ; OVERRIDE FOR 32K RAM WINDOW
- HKR,Override,0001,1,\
- ;
- 00,04,00,00, \ ; CONFIGMG_VERSION
- 00,00,00,00, \ ; PRIORITY
- ;
- ; I/O Resource Descriptor
- ;
- 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;
- FC,FF, \ ; IOR_Align; // Mask for base alignment
- 04,00, \ ; IOR_nPorts; // Number of ports
- 20,0A, \ ; IOR_Min; // Min port address
- 27,0A, \ ; IOR_Max; // Max port address
- 00,00, \ ; IOR_RangeFlags; // Flags
- 00, \ ; IOR_Alias; // Alias offset
- 00, \ ; IOR_Decode; // Address specified
- 00,00,00,00, \ ; PCCARD flags, 0x40 = 16-bit port
- ;
- ; 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
- ;
- ; Memory Resource Descriptor 0
- ;
- 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,E0,FF,FF, \ ; MR_Align; // Mask for base alignment
- 00,20,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;
- 08,00,00,00, \ ; PCCARD flags, 0x02 = attribute mem, or
- ; 0x08 = 16-bit common mem
- 00,20,0C,00, \ ; Memory card address
- ;
- ; Memory Resource Descriptor 1
- ;
- 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,80,FF,FF, \ ; MR_Align; // Mask for base alignment
- 00,80,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;
- 08,00,00,00, \ ; PCCARD flags, 0x02 = attribute mem, or
- ; 0x08 = 16-bit common mem
- 00,00,0D,00, \ ; Memory card address
- ;
- ; REQUEST_CONFIG_PKT Descriptor
- ;
- 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,08,00,00, \ ; ConfigBase;
- 00, \ ; Status;
- 00, \ ; Pin;
- 00, \ ; Copy;
- 21, \ ; ConfigIndex;
- 0B, \ ; Present;
- ;
- 00,00,00,00 ; TERMINATOR
-
- ; OVERRIDE FOR 64K RAM WINDOW
- HKR,Override,0002,1,\
- ;
- 00,04,00,00, \ ; CONFIGMG_VERSION
- 00,00,00,00, \ ; PRIORITY
- ;
- ; I/O Resource Descriptor
- ;
- 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;
- FC,FF, \ ; IOR_Align; // Mask for base alignment
- 04,00, \ ; IOR_nPorts; // Number of ports
- 20,0A, \ ; IOR_Min; // Min port address
- 27,0A, \ ; IOR_Max; // Max port address
- 00,00, \ ; IOR_RangeFlags; // Flags
- 00, \ ; IOR_Alias; // Alias offset
- 00, \ ; IOR_Decode; // Address specified
- 00,00,00,00, \ ; PCCARD flags, 0x40 = 16-bit port
- ;
- ; 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
- ;
- ; Memory Resource Descriptor 0
- ;
- 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,E0,FF,FF, \ ; MR_Align; // Mask for base alignment
- 00,20,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;
- 08,00,00,00, \ ; PCCARD flags, 0x02 = attribute mem, or
- ; 0x08 = 16-bit common mem
- 00,20,0C,00, \ ; Memory card address
- ;
- ; Memory Resource Descriptor 1
- ;
- 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,00,FF,FF, \ ; MR_Align; // Mask for base alignment
- 00,00,01,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;
- 08,00,00,00, \ ; PCCARD flags, 0x02 = attribute mem, or
- ; 0x08 = 16-bit common mem
- 00,00,0D,00, \ ; Memory card address
- ;
- ; REQUEST_CONFIG_PKT Descriptor
- ;
- 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,08,00,00, \ ; ConfigBase;
- 00, \ ; Status;
- 00, \ ; Pin;
- 00, \ ; Copy;
- 21, \ ; ConfigIndex;
- 0B, \ ; Present;
- ;
- 00,00,00,00 ; TERMINATOR
-
- ; OVERRIDE FOR 8K RAM WINDOW
- HKR,Override,0003,1,\
- ;
- 00,04,00,00, \ ; CONFIGMG_VERSION
- 00,00,00,00, \ ; PRIORITY
- ;
- ; I/O Resource Descriptor
- ;
- 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;
- FC,FF, \ ; IOR_Align; // Mask for base alignment
- 04,00, \ ; IOR_nPorts; // Number of ports
- 20,0A, \ ; IOR_Min; // Min port address
- 27,0A, \ ; IOR_Max; // Max port address
- 00,00, \ ; IOR_RangeFlags; // Flags
- 00, \ ; IOR_Alias; // Alias offset
- 00, \ ; IOR_Decode; // Address specified
- 00,00,00,00, \ ; PCCARD flags, 0x40 = 16-bit port
- ;
- ; 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
- ;
- ; Memory Resource Descriptor 0
- ;
- 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,E0,FF,FF, \ ; MR_Align; // Mask for base alignment
- 00,20,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;
- 08,00,00,00, \ ; PCCARD flags, 0x02 = attribute mem, or
- ; 0x08 = 16-bit common mem
- 00,20,0C,00, \ ; Memory card address
- ;
- ; Memory Resource Descriptor 1
- ;
- 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,E0,FF,FF, \ ; MR_Align; // Mask for base alignment
- 00,20,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;
- 08,00,00,00, \ ; PCCARD flags, 0x02 = attribute mem, or
- ; 0x08 = 16-bit common mem
- 00,00,0D,00, \ ; Memory card address
- ;
- ; REQUEST_CONFIG_PKT Descriptor
- ;
- 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,08,00,00, \ ; ConfigBase;
- 00, \ ; Status;
- 00, \ ; Pin;
- 00, \ ; Copy;
- 21, \ ; ConfigIndex;
- 0B, \ ; Present;
- ;
- 00,00,00,00 ; TERMINATOR
-
- ; Install sections
- HKR,Ndi\Install,ndis3,,"IBMTOK.ndis3"
-
- ; Install NDIS3
- [IBMTOK.ndis3]
- AddReg=IBMTOK.ndis3.AddReg
- CopyFiles=IBMTOK.ndis3.CopyFiles
- [IBMTOK.ndis3.AddReg]
- HKR,,DevLoader,,*ndis
- HKR,,DeviceVxDs,,ibmtok.vxd
- HKR,,EnumPropPages,,"netdi.dll,EnumPropPages"
-
- HKR,NDI,CardType,,"PCMCIA"
-
-
- [IBMTOK.ndis3.CopyFiles]
- ibmtok.vxd
-
- ;****************************************************************************
- ; Source Diskette
- ;****************************************************************************
- [SourceDisksNames]
- 1 = %DSK_IBM%, "",""
-
- ;****************************************************************************
- ; Source Diskette File
- ;****************************************************************************
- [SourceDisksNames]
- IBMTOK.VXD = 1
-
- ;****************************************************************************
- ; Destination Directories
- ;****************************************************************************
- [DestinationDirs]
- DefaultDestDir =11 ; LDID_SYS
- IBMTOK.ndis3.CopyFiles =11
-
-
- ;****************************************************************************
- ; Localizable Strings
- ;****************************************************************************
- [strings]
- ; Provider
- V_MS="Microsoft"
- ; Manufacturers
- V_IBM="IBM"
- DSK_IBM="Token-Ring Auto 16/4 PC Card Driver Disk"
- ; PNP Devices
- pcmcia.DeviceDesc="Token-Ring 16/4 PC Card"
- pcmcia2.DeviceDesc="Token-Ring Auto 16/4 PC Card"
-