1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-31 07:51:08 +03:00
systemd-stable/extras/scsi_id
Kay Sievers 6ecd4d1e36 scsi_id, usb_id: request device parent by subsystem
Request specific parents identified by subsystem and don't rely on
a predefined sequence.
Also let the devpath be longer than 72 chars, tsss ...

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
2006-01-18 04:24:48 +01:00
..
ChangeLog [PATCH] update udev to scsi_id 0.7 2005-04-26 22:02:45 -07:00
COPYING [PATCH] add scsi_id "extra" program from Patrick Mansfield <patmans@us.ibm.com> 2005-04-26 21:06:24 -07:00
Makefile replace libsysfs 2006-01-09 21:18:00 +01:00
README [PATCH] update udev scsi_id to scsi_id 0.3 2005-04-26 21:13:17 -07:00
release-notes [PATCH] update udev to scsi_id 0.7 2005-04-26 22:02:45 -07:00
scsi_id.8 scsi_id: switch temporary node creation to /dev 2005-09-18 04:49:23 +02:00
scsi_id.c scsi_id, usb_id: request device parent by subsystem 2006-01-18 04:24:48 +01:00
scsi_id.config scsi_id: read page 0x80 with libata drives 2005-12-23 00:06:54 +01:00
scsi_id.h scsi_id, usb_id: request device parent by subsystem 2006-01-18 04:24:48 +01:00
scsi_serial.c replace libsysfs 2006-01-09 21:18:00 +01:00
scsi.h [PATCH] update udev to include scsi_id 0.6 2005-04-26 21:37:02 -07:00
TODO [PATCH] update udev to include scsi_id 0.6 2005-04-26 21:37:02 -07:00

scsi_id - generate a SCSI unique identifier for a given SCSI device

Primarily for use with udev callout config entries. This could also be
used by a multi-path configuration tool that requires SCSI id's.

Requires:

	- Linux kernel 2.6

	- sysfsutils 0.4

Build via make and make install.

Please send questions, comments or patches to patmans@us.ibm.com.