chiark / gitweb /
add "Persistent Device Naming" rules file for disks
[elogind.git] / extras / scsi_id / TODO
index dde5c84a671122bf506540269cb625a6897ae651..857c22b87a1c13a3d70ad5e4b5457cc50bc42bbb 100644 (file)
@@ -1,11 +1,8 @@
-- add information about the config file to the man page
+- Add a bus white/black list option. So for example, all scsi devices
+  under USB could easily be blacklisted. This should allow multiple busses
+  to be listed.
 
-- 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).
+- Add code to check that  SCSI commands get back enough data for their
+  intended usage, mainly callers of scsi_inquiry().
 
-- do something with callout code - remove or change to a tag?
-
-  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.
+- Document the config file in the man page