Subversion Repositories Kolibri OS

Rev

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

Rev 5363 Rev 5866
Line 15... Line 15...
15
; This module detects and initialises all Cardbus/pc-card/PCMCIA cards.
15
; This module detects and initialises all Cardbus/pc-card/PCMCIA cards.
Line 16... Line 16...
16
 
16
 
17
; WARNING: Cards must be inserted before the driver starts, and shouldn't be removed.
17
; WARNING: Cards must be inserted before the driver starts, and shouldn't be removed.
Line -... Line 18...
-
 
18
; This module doesn't handle insertions and removals.
-
 
19
 
-
 
20
; TODO:
-
 
21
;
-
 
22
; Use GetPCIList instead of reading directly from PCI bus to detect bridge.
-
 
23
; (See #5544 agp.asm for example).
-
 
24
; Export a function in kernel to re-scan PCI device list (fix 'dirty hack').
18
; This module doesn't handle insertions and removals.
25
; Fix bugs (currently not working on all PCMCIA bridges).
19
 
26
 
Line 20... Line 27...
20
format PE DLL native
27
format PE DLL native
21
entry START
28
entry START