From: Mathieu BĂ©rard Date: Sun, 10 Sep 2006 00:48:57 +0000 (+0000) Subject: * Wifi witing seems to fail with an ipw3945, update TODO X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=b7b3f0fb58c1f6a34a377620f4cb89f03fe63a2a;p=omnibook.git * Wifi witing seems to fail with an ipw3945, update TODO * Add forgotten release_region in cdimode-init error path --- diff --git a/compal.c b/compal.c index 6ca36fc..02fbced 100644 --- a/compal.c +++ b/compal.c @@ -346,6 +346,7 @@ static int omnibook_cdimode_init(const struct omnibook_operation *io_op) error3: clear_cdimode_pci(); + release_region(ioport_base,4); error2: pci_dev_put(lpc_bridge); lpc_bridge = NULL; diff --git a/doc/TODO b/doc/TODO index b9fefb8..a32c289 100644 --- a/doc/TODO +++ b/doc/TODO @@ -8,6 +8,7 @@ Current issues: * Create a clean access method to the i8042 kbd controller (this will require a kernel patch) * To be cleaned: battery dump fan_policy +* Fix wifi and Toshiba Satellite M100 (ipw3945) Old items imported from previous version: