From b7b3f0fb58c1f6a34a377620f4cb89f03fe63a2a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20B=C3=A9rard?= Date: Sun, 10 Sep 2006 00:48:57 +0000 Subject: [PATCH] * Wifi witing seems to fail with an ipw3945, update TODO * Add forgotten release_region in cdimode-init error path --- compal.c | 1 + doc/TODO | 1 + 2 files changed, 2 insertions(+) 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: -- 2.43.5