summaryrefslogtreecommitdiff
path: root/extras/scsi_id/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'extras/scsi_id/TODO')
-rw-r--r--extras/scsi_id/TODO16
1 files changed, 16 insertions, 0 deletions
diff --git a/extras/scsi_id/TODO b/extras/scsi_id/TODO
new file mode 100644
index 0000000000..ba52101431
--- /dev/null
+++ b/extras/scsi_id/TODO
@@ -0,0 +1,16 @@
+- Investigate shrinking build size: use klibc or uClibc, or copy whatever
+ udev does
+
+- write a man page
+
+- send in kernel patch for REQ_BLOCK_PC, to always set sd and sr set
+ retries (scmd->allowed) to <= 1
+
+- Pull SG_IO code into one .c file.
+
+- implement callout to device specific serial id code. The "-c prog" is
+ not implemented.
+
+ This needs an implementation of a device specific callout before it can
+ be completed. Someone with hardware requiring this needs to send in a
+ patch.