diff options
author | greg@kroah.com <greg@kroah.com> | 2003-11-13 06:34:36 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:06:24 -0700 |
commit | c521693b54956c1f2dd0c0947c819b8570f6edaa (patch) | |
tree | e96aa55e1072c8378af0242a22f5317d64615c81 /extras/scsi_id/TODO | |
parent | 04a091d47e32d6480b99424e41db093b013dfaf5 (diff) |
[PATCH] add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com>
Diffstat (limited to 'extras/scsi_id/TODO')
-rw-r--r-- | extras/scsi_id/TODO | 16 |
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. |