1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-02 19:21:53 +03:00
systemd/extras/scsi_id/TODO

17 lines
497 B
Plaintext
Raw Normal View History

- 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.