summaryrefslogtreecommitdiffstats
path: root/perl-install/harddrake/TODO
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2002-07-31 09:20:36 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2002-07-31 09:20:36 +0000
commit9e6d5347318da13047abc379cfc0ddf65c87b628 (patch)
treec384d07665d915c03a9bc645022de50fcb5885cf /perl-install/harddrake/TODO
parent3274c8723d495a7974cb360720abc88ba5a78a67 (diff)
downloaddrakx-9e6d5347318da13047abc379cfc0ddf65c87b628.tar
drakx-9e6d5347318da13047abc379cfc0ddf65c87b628.tar.gz
drakx-9e6d5347318da13047abc379cfc0ddf65c87b628.tar.bz2
drakx-9e6d5347318da13047abc379cfc0ddf65c87b628.tar.xz
drakx-9e6d5347318da13047abc379cfc0ddf65c87b628.zip
- 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
Diffstat (limited to 'perl-install/harddrake/TODO')
-rw-r--r--perl-install/harddrake/TODO18
1 files changed, 11 insertions, 7 deletions
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 <f.faber@netcourrier.com>
To: cooker@linux-mandrake.com