From d50e5c60417c2e1ad1833ca6986ec056761c2d21 Mon Sep 17 00:00:00 2001 From: ken Date: Sun, 17 Sep 2000 20:42:28 +0000 Subject: Adjust 'camcontrol negotiate -v' so it prints out the initiator ID from the Path Inquiry CCB. --- sbin/camcontrol/camcontrol.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin') diff --git a/sbin/camcontrol/camcontrol.c b/sbin/camcontrol/camcontrol.c index d0e6cec..892fb4a 100644 --- a/sbin/camcontrol/camcontrol.c +++ b/sbin/camcontrol/camcontrol.c @@ -2305,6 +2305,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); -- cgit v1.1