diff options
| author | Kenneth D. Merry <ken@FreeBSD.org> | 2000-09-20 16:43:59 +0000 |
|---|---|---|
| committer | Kenneth D. Merry <ken@FreeBSD.org> | 2000-09-20 16:43:59 +0000 |
| commit | 079ed784d694bef7e5a94fd6ae9d67acec9906f5 (patch) | |
| tree | 77d8c5e3e5da8ba4066a5b8ac6066b4fba469f20 | |
| parent | ea85cb714834523e12f467df2179f5b02a62a1df (diff) | |
Notes
| -rw-r--r-- | sbin/camcontrol/camcontrol.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index f955d29677ec..5df9b338cbe1 100644 --- a/sbin/camcontrol/camcontrol.c +++ b/sbin/camcontrol/camcontrol.c @@ -2307,6 +2307,8 @@ cpi_print(struct ccb_pathinq *cpi) cpi->max_lun); fprintf(stdout, "%s highest path ID in subsystem: %d\n", adapter_str, cpi->hpath_id); + fprintf(stdout, "%s initiator ID: %d\n", adapter_str, + cpi->initiator_id); fprintf(stdout, "%s SIM vendor: %s\n", adapter_str, cpi->sim_vid); fprintf(stdout, "%s HBA vendor: %s\n", adapter_str, cpi->hba_vid); fprintf(stdout, "%s bus ID: %d\n", adapter_str, cpi->bus_id); |
