From ef9ddaeb38df5ab67fb51923f95d6154adf0a60e Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Wed, 28 Oct 2015 20:45:59 +0000 Subject: [PATCH] Added TODO list for cardbus driver. git-svn-id: svn://kolibrios.org@5866 a494cfbc-eb01-0410-851d-a64ba20cac60 --- drivers/unfinished/cardbus.asm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/drivers/unfinished/cardbus.asm b/drivers/unfinished/cardbus.asm index 78e0270b6e..31c7999907 100644 --- a/drivers/unfinished/cardbus.asm +++ b/drivers/unfinished/cardbus.asm @@ -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