open-iscsi: fix compilation when openslp is installed.
[genkernel.git] / TODO
diff --git a/TODO b/TODO
index a8168568550d9488f36000f1d480e946422b278f..20bc119282e5719493bc4921e25330daef662af3 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+# $Id$
+
 - Need configs for other currently-unsupported arches
 - Make configs stackable
 - Move modules_load to /etc/genkernel
   - Hardware
     - Infiniband
        - FCP
+       - Security Tokens (TPM, Smart Cards, etc)
   - Software
-    - iSCSI
-    - Multipath (dm-multipath)
-    - ATA over Ethernet
-       - FCP over Ethernet
+    - Block protocols over Ethernet/IP
+         - ATA over Ethernet
+         - FCP over Ethernet
+         - Infiniband over IP
+       - Multipath support
+         - Block devices (WIP: tsunam)
+           - Updates/Notification via multipathd (WIP: tsunam)
+         - Network
+       - Security Tokens for encrypted block devices
+- Document the different code paths and hooks for external modules
+- Add support for Hardware auto-detection
+  - Fully automatic
+    - Verify required kernel support for detected hardware used at boot
+       - Automatically enable missing options
+       - All supported modules copied to initramfs via default modules_load
+       - Enable all "hot pluggable" devices (USB, PCMCIA, etc)
+  - Partially automatic
+    - Verify required kernel support for detected hardware used at boot
+       - Automatically enable missing options
+    - Copy only required modules to initramfs via modules_load
+  - Interactive
+    - Ask user what to do