Subversion Repositories Kolibri OS

Rev

Rev 1981 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1981 Rev 1982
Line 7... Line 7...
7
 vendor's website
7
 vendor's website
8
 Subsystem id and Subsystem vendor id detection
8
 Subsystem id and Subsystem vendor id detection
Line 9... Line 9...
9
 
9
 
10
 Full device detection (like "ATI Radeon 9200") will increase app
10
 Full device detection (like "ATI Radeon 9200") will increase app
11
 size a lot and probably it is function of particular drivers
11
 size a lot and probably it is function of particular drivers
12
----------------------------------------------------------------
12
;-----------------------------------------------------------------------------
-
 
13
2.3: PCIDEV   26/06/2011
-
 
14
Author:    Marat Zakiyanov aka Mario79 
-
 
15
Features:
-
 
16
           added
-
 
17
                 * Save PCI devices list to disk
-
 
18
                 * Using OpenDialog for select of path
-
 
19
 
13
2.21: PCIDEV   03/06/2011
20
;------------------------------------
-
 
21
Author:    Veronica aka Clever Mouse
-
 
22
Features:
14
Author:    CleverMouse
23
           fixed
-
 
24
                 * Don't scan for other functions on single-function devices
-
 
25
                 * Some little bugs
-
 
26
 
-
 
27
;------------------------------------
-
 
28
Author:    Artem Jerdev aka art_zh 
-
 
29
Features:
-
 
30
           fixed
-
 
31
                 * pcidev post-enumeration bug fixed
-
 
32
           optimized
-
 
33
                 * pci vendors database splitted to reduce PCIDEV code downto 10kB.
-
 
34
 
-
 
35
;------------------------------------
-
 
36
Author:    Yogev Ezra
-
 
37
Features:
-
 
38
           added
-
 
39
                 * HDA controller recognition and 17F3 RDC Semiconductor vendor
-
 
40
 
-
 
41
;------------------------------------
-
 
42
Author:    Evgeny Grechnikov aka Diamond
-
 
43
Features:
-
 
44
           fixed
-
 
45
                 * Some little bugs
15
Features:  don't scan for other functions on single-function devices
46
 
16
----------------------------------------------------------------
47
;-----------------------------------------------------------------------------
17
2.2: PCIDEV   03/01/2010
48
2.2: PCIDEV   03/01/2010
18
Author:    Artem Jerdev 
49
Author:    Artem Jerdev 
19
Features:
50
Features:
20
           fixed
51
           fixed