home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 February / VPR0202A.ISO / ANTI_VIR / NAV2001_ME / navtr9x.exe / Nav9xMe / Nav9xME / Rescue / ADAPTER.INI < prev    next >
INI File  |  2001-01-08  |  6KB  |  168 lines

  1. ;
  2. ; Recognized keywords are PCIC, PCIBridge & IOList.
  3. ;
  4. ;
  5. ; Section KEYWORD definitions:
  6. ;
  7. ; [PCIC]
  8. ;       The PCIC section of this INI file is used when recognizing PCIC
  9. ;       adapters which are located in the 16 bit IO address range.
  10. ;
  11. ; [PCIBridge]
  12. ;       The PCIBridge section of this INI file is used when recognizing
  13. ;       PCI bridge adapters which are located by examining PCI config space.
  14. ;       This includes PCI-PCMCIA Bridge & PCI-CardBus Bridge.
  15. ;
  16. ; [PcicDevice]
  17. ;       Valid PcicDevice parameters are :
  18. ;       PcicDevice#=ManufacturerName,DeviceReturn,SystemSoftId
  19. ;       Where # is the sequential identifier if the key.
  20. ;       This key is used ONLY in the PCIC section of the INI file.
  21. ;
  22. ; [BridgeDevice]
  23. ;       Valid BridgeDevice parameters are :
  24. ;       BridgeDevice#=ManufacturerName,DeviceName,VendorId,DeviceId,SystemSoftId
  25. ;       Where # is the sequential identifier if the key.
  26. ;       This key is used ONLY in the BridgeDevice section of the INI file.
  27. ;
  28. ; [IOList]
  29. ;       The IOList section of this INI file is used to specify which
  30. ;       16 bit I/O addresses are to be inquired.
  31. ;
  32. ;
  33. ;
  34. ; Parameter name KEYWORD definitions:
  35. ;
  36. ; Parameter Values :
  37. ;
  38. ;       ManufturersName:
  39. ;       ASCII string which identifies the vendor.  In the PCIC
  40. ;       section this parameter is used to indicate a specific 
  41. ;       recognition algorythm.  In the PCIBridge section this 
  42. ;       string is included for user information.
  43. ;  
  44. ;       DeviceName:
  45. ;       ASCII string which identifies the device.
  46. ;       This parameter is included for user information.  In the
  47. ;       PCIC section the DeviceRev is sufficient to id the device.
  48. ;       In the PCIBridge section the VendorId and DeviceId are
  49. ;       sufficient for identification.
  50. ;  
  51. ;       DeviceReturn:
  52. ;       Hex BYTE value returned by the specified device for PCIC devices.
  53. ;
  54. ;       VendorId:
  55. ;       Hex WORD value from PCIBridge configuration registers.
  56. ;
  57. ;       DeviceId:
  58. ;       Hex WORD value from PCIBbridge configuration registers.
  59. ;
  60. ;       Mode:
  61. ;       ASCII string with valid strings "PcicMode", "LegacyMode",
  62. ;       "BridgeMode" or "BothMode".  All PCIC or PCMCIA devices default
  63. ;       to "PcicMode", INTERNALLY.  "LegacyMode" "BridgeMode" & "BothMode"
  64. ;       are used to indicated the operating mode of a  PBI bridge device,
  65. ;       operating in PCIC legacy/compatibility mode or as a PCI device.
  66. ;
  67. ;       SystemSoftId:
  68. ;       Decimal value which ADAPTER.EXE returns to the installation
  69. ;       program.  The installation program uses this value to
  70. ;       select a specific SocketServices. 
  71. ;
  72. ;
  73.  
  74.  
  75. [PCIC]
  76. ; ManufName,DeviceName,DeviceReturn,SystemSoftId
  77. PcicDevice="Intel",   "I365",       82,     1
  78. PcicDevice="Intel",   "I365",       83,     1
  79. PcicDevice="Intel",   "I365",       84,     1
  80. PcicDevice="Intel",   "I365",       85,     1
  81. PcicDevice="Intel",   "I365",       88,     1
  82. PcicDevice="Vadem",   "Vadem365",   83,     9
  83. PcicDevice="Vadem",   "Vadem365",   89,     9
  84. PcicDevice="Vadem",   "Vadem465",   88,     10
  85. PcicDevice="Vadem",   "Vadem468",   8b,     11
  86. PcicDevice="Vadem",   "Vadem469",   8c,     11
  87. PcicDevice="Vadem",   "Vadem469",   8d,     11
  88. PcicDevice="Cirrus",  "6710",       aa,     7
  89. PcicDevice="Cirrus",  "6720",       aa,     6
  90. PcicDevice="Cirrus",  "6722",       aa,     6
  91.  
  92. ; For the DataBook Adapters 
  93. ;    If (TCIC I/O Address == 240)
  94. ;       Then the SystemSoft ID = 2
  95. ;    If (TCIC I/O Address == 2C0)
  96. ;       Then the SystemSoft ID = 3
  97.  
  98. PcicDevice="DataBook@240","DB86082",     2,         2
  99. PcicDevice="DataBook@240","DB86082A",    3,         2
  100. PcicDevice="DataBook@240","DB86082B",   17,         2
  101. PcicDevice="DataBook@240","DB86082B-es", 7,         2
  102. PcicDevice="DataBook@240","DB86084",     4,         2
  103. PcicDevice="DataBook@240","DB86084A",    8,         2
  104. PcicDevice="DataBook@240","DB86184",    14,         2
  105. PcicDevice="DataBook@240","DB86072",    15,         2
  106. PcicDevice="DataBook@240","DB86072-es",  5,         2
  107.  
  108. PcicDevice="DataBook@2C0","DB86082",     2,         3
  109. PcicDevice="DataBook@2C0","DB86082A",    3,         3
  110. PcicDevice="DataBook@2C0","DB86082B",   17,         3
  111. PcicDevice="DataBook@2C0","DB86082B-es", 7,         3
  112. PcicDevice="DataBook@2C0","DB86084",     4,         3
  113. PcicDevice="DataBook@2C0","DB86084A",    8,         3
  114. PcicDevice="DataBook@2C0","DB86184",    14,         3
  115. PcicDevice="DataBook@2C0","DB86072",    15,         3
  116. PcicDevice="DataBook@2C0","DB86072-es",  5,         3
  117.  
  118.  
  119. ; ToPIC95 - in compatibility mode the SystemSoft ID 23.
  120. ;         - R2 Compatibility Mode is supported by SSTPIC95.
  121.  
  122. PcicDevice="Toshiba",     "ToPIC",       00,        19
  123. PcicDevice="Toshiba",     "ToPIC95",     10,        23
  124.  
  125.  
  126.  
  127.  
  128. ; PcicDevice="Ascii
  129. ; PcicDevice="AMDElan
  130.  
  131.  
  132.  
  133. [PCIBridge]
  134. ; ManufName,DeviceName,VendorId,DeviceId,Mode,SystemSoftId
  135. BridgeDevice="Cirrus",  "CL-PD6729",  1013,   1100,   "LegacyMode",     06 
  136. BridgeDevice="Cirrus",  "CL-PD6730",  1013,   1101,   "LegacyMode",     06
  137.  
  138. BridgeDevice="Cirrus",  "CL-PD6832",  1013,   1110,   "BothMode",       25  
  139. BridgeDevice="TI",      "TI1130",     104C,   AC12,   "BothMode",       80
  140. BridgeDevice="TI",      "TI1130",     104C,   AC13,   "BothMode",       80
  141. BridgeDevice="TI",      "TI1131",     104C,   AC15,   "BothMode",       80
  142. BridgeDevice="TI",      "TI1220",     104C,   AC17,   "BothMode",       80
  143. BridgeDevice="TI",      "TI1250",     104C,   AC16,   "BothMode",       80
  144. BridgeDevice="TI",      "TI1250",     104C,   AC16,   "BothMode",       80
  145. BridgeDevice="Ricoh",   "RL5C466",    1180,   0466,   "BothMode",       26
  146.  
  147. BridgeDevice="O2Micro", "OZ6729",     1217,   6729,   "BothMode",       28
  148. BridgeDevice="O2Micro", "OZ6729",     1217,   673A,   "BothMode",       28
  149. BridgeDevice="O2Micro", "OZ6832",     1217,   6832,   "BothMode",       28
  150. BridgeDevice="O2Micro", "OZ6836",     1217,   6836,   "BothMode",       28
  151. BridgeDevice="O2Micro", "OZ6836",     1217,   6836,   "BothMode",       28
  152.  
  153. ; ToPIC95 - in CardBus PCI mode the SystemSoft ID 27.
  154. ;         - CardBus PCI Mode is supported by SSCBTO95.SYS
  155.    
  156. BridgeDevice="Toshiba", "ToPIC95",    1179,   060A,   "BridgeMode",     27
  157. BridgeDevice="Toshiba", "ToPIC97",    1179,   060F,   "BridgeMode",     27
  158.  
  159.  
  160.  
  161.  
  162. ; Standard PCIC IO Address
  163. [IOList]
  164. IOAddr=3E0
  165. IOAddr=3E2
  166. IOAddr=3E4
  167. IOAddr=3E6
  168.