summaryrefslogtreecommitdiff
path: root/extras/scsi_id/TODO
diff options
context:
space:
mode:
authorpatmans@us.ibm.com <patmans@us.ibm.com>2003-12-07 08:55:40 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:06 -0700
commit1bed1db4994aae37f4a11e90dabcd8b4e3592686 (patch)
tree00da2dc89dc42f58b74e7eb193015a94a6312b93 /extras/scsi_id/TODO
parenta652254ddba3f77abf63f732c42c3a0136dc03d2 (diff)
[PATCH] update udev extras/scsi_id to version 0.2
This patch updates scsi_id under udev from version 0.1 to version 0.2.
Diffstat (limited to 'extras/scsi_id/TODO')
-rw-r--r--extras/scsi_id/TODO21
1 files changed, 8 insertions, 13 deletions
diff --git a/extras/scsi_id/TODO b/extras/scsi_id/TODO
index ba52101431..5d020c276a 100644
--- a/extras/scsi_id/TODO
+++ b/extras/scsi_id/TODO
@@ -1,16 +1,11 @@
-- Investigate shrinking build size: use klibc or uClibc, or copy whatever
- udev does
+- add information abou the config file to the man page
-- write a man page
+- change so non-KLIBC builds under udev don't use /usr/include/sysfs,
+ but instead use the sysfs included with udev (needs udev change and/or
+ sysfsutils changes).
-- send in kernel patch for REQ_BLOCK_PC, to always set sd and sr set
- retries (scmd->allowed) to <= 1
+- do something with callout code - remove or change to a tag?
-- 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.
+ This needs an implementation of a device specific callout or device
+ specific code (called via some special "tag" or such) before it can be
+ completed. Someone with such hardware to send in a patch.