Added TODO list for cardbus driver.
git-svn-id: svn://kolibrios.org@5866 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
04b4f40454
commit
ef9ddaeb38
@ -17,6 +17,13 @@
|
||||
; WARNING: Cards must be inserted before the driver starts, and shouldn't be removed.
|
||||
; This module doesn't handle insertions and removals.
|
||||
|
||||
; TODO:
|
||||
;
|
||||
; Use GetPCIList instead of reading directly from PCI bus to detect bridge.
|
||||
; (See #5544 agp.asm for example).
|
||||
; Export a function in kernel to re-scan PCI device list (fix 'dirty hack').
|
||||
; Fix bugs (currently not working on all PCMCIA bridges).
|
||||
|
||||
format PE DLL native
|
||||
entry START
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user