Subversion Repositories Kolibri OS

Rev

Rev 1995 | Blame | Last modification | View Log | Download | RSS feed

  1. HISTORY:
  2. keep dates in european format (dd/mm/yyyy), please
  3.  '!' means big changes
  4.  
  5. to-do:
  6.  more vendors
  7.  vendor's website
  8.  Subsystem id and Subsystem vendor id detection
  9.  
  10.  Full device detection (like "ATI Radeon 9200") will increase app
  11.  size a lot and probably it is function of particular drivers
  12. ;-----------------------------------------------------------------------------
  13. 2.3: PCIDEV   18/08/2011
  14. Author:    Marat Zakiyanov aka Mario79 <mario79@bk.ru>
  15. Features:
  16.            fixed
  17.                  * Checking for "rolled up" window
  18.                                  
  19. ;-----------------------------------------------------------------------------
  20. 2.3: PCIDEV   02/07/2011
  21. Author:    Marat Zakiyanov aka Mario79 <mario79@bk.ru>
  22. Features:
  23.            fixed
  24.                  * Show the message "--" if the IRQ is not assigned
  25.                                  * Show number of PCI units for saving device list
  26.                                  
  27.  ;-----------------------------------------------------------------------------
  28. 2.3: PCIDEV   26/06/2011
  29. Author:    Marat Zakiyanov aka Mario79 <mario79@bk.ru>
  30. Features:
  31.            added
  32.                  * Save PCI devices list to disk
  33.                  * Using OpenDialog for select of path
  34.  
  35. ;------------------------------------
  36. Author:    Veronica aka Clever Mouse
  37. Features:
  38.            fixed
  39.                  * Don't scan for other functions on single-function devices
  40.                  * Some little bugs
  41.  
  42. ;------------------------------------
  43. Author:    Artem Jerdev aka art_zh <art_zh@yahoo.com>
  44. Features:
  45.            fixed
  46.                  * pcidev post-enumeration bug fixed
  47.            optimized
  48.                  * pci vendors database splitted to reduce PCIDEV code downto 10kB.
  49.  
  50. ;------------------------------------
  51. Author:    Yogev Ezra
  52. Features:
  53.            added
  54.                  * HDA controller recognition and 17F3 RDC Semiconductor vendor
  55.  
  56. ;------------------------------------
  57. Author:    Evgeny Grechnikov aka Diamond
  58. Features:
  59.            fixed
  60.                  * Some little bugs
  61.  
  62. ;-----------------------------------------------------------------------------
  63. 2.2: PCIDEV   03/01/2010
  64. Author:    Artem Jerdev <art_zh@yahoo.com>
  65. Features:
  66.            fixed
  67.                  * English in some comments ;)
  68.            added
  69.                  * ! user-accessible MMIO channels detection
  70.                  * ! ASCII-dump as PCI memory access demonstration
  71.            optimization
  72.                  * (yet needed)
  73. ----------------------------------------------------------------
  74. 2.1: PCIDEV   ??/04/2007
  75. Author:    Mihailov Ilia aka Ghost <ghost.nsk@gmail.com>
  76. Features:
  77.            fixed
  78.                  * Some little bugs
  79.                  * Source code formating
  80.                  * PCI version normalized 0210 -> 2.10
  81.            added
  82.                  * + 13 vendor (total now 1000!)
  83.                  * + 3 class type
  84.                  * Fast call source ready
  85.                  * Device IRQ detection
  86.            optimized
  87.                  * ! size optimized (61025 -> 32501 see added)
  88.                  * easy to add new vendor & class names
  89. ----------------------------------------------------------------
  90. 2.0: PCIDEV   30/08/2006
  91. (it differs a lot from the version 1.0, which was introduced 19 months ago)
  92. Author:    Marat Zakiyanov aka Mario79 <mario79@bk.ru>
  93.            Sergey Kuzmin aka Wildwest <kuzmin_serg@list.ru>
  94. Features:
  95.            added
  96.                  * Detection of Interface by Mario79
  97.                  * 122 vendor id's by Wildwest
  98.                  * Description is based on Class, SubClass and Interface now (PCI 3.0) by Wildwest
  99. ----------------------------------------------------------------
  100. 1.31: PCIDEV   13/05/2006
  101. Author:    Jason Delozier <cordata51@hotmail.com>
  102. Features:
  103.            fixed
  104.                  * ! bug in Company Name look up code that would cause Unknown Name errors.
  105.                  * ! possible bugs, many instructions missing byte, word, dword prefixes
  106.                  * ! possible bug which could have occured after removing  "PREVIOUSVERSIONLIST"
  107.                      entry in loop up code and not fixing jump parameters.
  108.            added
  109.                  *  comments to various parts of the code
  110.            optimized
  111.                  * various parts of the source, too many to remember and mention.
  112.                  * changed entries for Subclasses in vendors.inc to Byte format, saves a little space.
  113. ----------------------------------------------------------------
  114. 1.30: PCIDEV   11/05/2006
  115. Author:    Sergey Kuzmin aka Wildwest <kuzmin_serg@list.ru>
  116. Features:
  117.            added
  118.                 * 3 new vendor id's (ESS from Madis Kalme and 2 id's
  119.                   forgotten from 1.15 release: Broadcom -SiByte and Chaintech Comp.)
  120.            changed
  121.                 * I don't know why other devs (Jason or Victor) changed window style
  122.                   to old ugly one, so I changed it back to skinned type 3.
  123.                 * the same goes to the use of macroc.inc - it is enabled again.
  124.            deleted
  125.                 * there is no more label "PREVIOUSVERSIONLIST" - id's moved to the
  126.                   appropriate parts of global list.
  127. ----------------------------------------------------------------
  128. 1.29: PCIDEV   30/04/2006
  129. Author:    Jason Delozier <cordata51@hotmail.com>
  130. Features:
  131.            fixed
  132.                  * ! bug that would not allow devices with device
  133.                    numbers > 16 to be displayed.
  134.            added
  135.                  * ! another heading called "FNC" (function) which allows
  136.                    the multipurpose Device/Function varible to be split and
  137.                    displayed to the user properly.
  138.                  * horizontal bars to display for easier reading.
  139.            optimized
  140.                  * vendor/description search routines for speed and space.
  141. ----------------------------------------------------------------
  142. 1.25: PCIDEV   02/10/2005
  143. Author:    Sergey Kuzmin aka Wildwest <kuzmin_serg@list.ru>
  144. Features:
  145.             changed
  146.                   * ! Description is based on Class and SubClass
  147.                      now (PCI 3.0). The Names of Classes and SubClasses
  148.                      are in the end of Vendors.inc
  149.             deleted
  150.                   * label "Descriptions" (names of Classes)
  151.  
  152. ----------------------------------------------------------------
  153. 1.20: PCIDEV   16/08/2005
  154. Author:    Victor Alberto Gil Hanla a.k.a. vhanla <vhanla@gmail.com>
  155. Features:
  156.            added
  157.                   * ! many vendor lists (865)
  158.            deleted
  159.                   * previous version's list
  160.            changed
  161.                   * previous Company Name searching and printing
  162. ----------------------------------------------------------------
  163. 1.15: PCIDEV   03/06/2005
  164. Author:    Sergey Kuzmin aka Wildwest <kuzmin_serg@list.ru>
  165. Features:
  166.            added
  167.                  * quantity of devices,
  168.                  * ! detection of Company Name based on Vendor ID,
  169.                  * database of VenID (35 ID's),
  170.                  * macros.inc for smaller size,
  171.            changed
  172.                  * interface+(skinned window),
  173.                  * VenID before DevID in 'table'(was DevID before VenID)
  174. ----------------------------------------------------------------
  175. 1.0: PCIDEV    30/01/2005
  176. Author:    Jason Delozier
  177. Features:
  178.           able to
  179.                  * detect PCI version,
  180.                  * quantity of PCI buses,
  181.                  * Vendor&Device ID for appropriate Device on Bus;
  182.                  * detect Revision, Class and Subclass of Device,
  183.                  * and make Description based on Class
  184. -------------------------------------------------------------