From 9e6d5347318da13047abc379cfc0ddf65c87b628 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 31 Jul 2002 09:20:36 +0000 Subject: - bump version number - fix pcmcia network card detection (no more unknown) - fix scsi detection : o fix SCSI controllers detection (no more unknown) o fix misdetection of scsi devices as scsi host adapter o fix double scsi devices detection (both unknown and real category) - update TODO list --- perl-install/harddrake/TODO | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'perl-install/harddrake/TODO') diff --git a/perl-install/harddrake/TODO b/perl-install/harddrake/TODO index 9f5edc147..71f54aad4 100644 --- a/perl-install/harddrake/TODO +++ b/perl-install/harddrake/TODO @@ -3,6 +3,7 @@ * Harddrake TODO: ** fixes *** timeout on dialogs in service +*** kill config tool on exit ! ** wishes *** non needed stuff to run X must be posponed after X11 startup @@ -16,12 +17,6 @@ *** config module (module options configuration button) => expert only *** embedded mode *** add updfstab as in kudzu -*** detect pcimcia: - - foreach (detect_devices::pcmcia_probe()) { - printf "m: %-15s t: %-20s d: %-12s d: %s\n", - $_->{driver}, $_->{type}, $_->{device}, $_->{description} - } *** detect isapnp devices *** window with sliders so that we can resize *** check4modem @@ -93,8 +88,17 @@ sub disconnect($$) { "Unknown/Others", +* #################################################################### + +* Suggestions +** a dialog in harddrake to select the driver of choice. +easy way: greping pcitable for all known oss modules and alsa' snd-* +ones, then build a hand hash (oss<->alsa modules names) that enable to +get alsa or (respectively oss) module from oss (respectively alsa) +module. +then offering a window to switch from alsa to oss. -* Suggestion +** various Subject: Re: [Cooker] Optional ALSA Support for SB Live! From: Fabrice FACORAT To: cooker@linux-mandrake.com -- cgit v1.2.1