2004-10-16 13:04:44 +07:00
|
|
|
Version 0.7 of scsi_id is available at:
|
2004-01-17 13:03:50 +07:00
|
|
|
|
2004-10-16 13:04:44 +07:00
|
|
|
http://www-124.ibm.com/storageio/scsi_id/scsi_id-0.7.tar.gz
|
2004-01-17 13:03:50 +07:00
|
|
|
|
2004-02-28 16:00:36 +07:00
|
|
|
scsi_id is a program to generate a unique identifier for a given SCSI
|
2004-01-17 13:03:50 +07:00
|
|
|
device.
|
|
|
|
|
2004-06-26 15:18:17 +07:00
|
|
|
It is primarily for use with the udev program key, or hotplug scripts that
|
|
|
|
want persistent naming of scsi devices. It could also be used for
|
|
|
|
automatic multi-path configuration or device mapper configuration.
|
2004-01-17 13:03:50 +07:00
|
|
|
|
2004-10-06 11:30:54 +07:00
|
|
|
Requires:
|
2004-01-17 13:03:50 +07:00
|
|
|
|
|
|
|
- Linux kernel 2.6
|
|
|
|
- libsysfs 0.4.0
|
|
|
|
|
2004-10-16 13:04:44 +07:00
|
|
|
Changes since the last release:
|
2004-10-06 11:30:54 +07:00
|
|
|
|
2004-10-16 13:04:44 +07:00
|
|
|
- Fix a bug introduced in version 0.6 so that buffer alignement
|
|
|
|
works on 64 bit systems. Without this fix, it crashes on 64 bit
|
|
|
|
systems.
|
2004-01-17 13:03:50 +07:00
|
|
|
|
2004-10-16 13:04:44 +07:00
|
|
|
- Add $(QUIET) to sync up with the udev Makefile
|