Re: SCSI host numbers?

Itai Nahshon (nahshon@actcom.co.il)
Sun, 13 Jan 2002 22:41:35 +0200


On Sunday 06 January 2002 03:44 am, Richard Gooch wrote:
> Where exactly is the host_id for an unregistered host being
> remembered?

Sorry for the late reply. I was away from Email for the whole week.

Scsi host numbers (for both regstered and unregistered hosts)
are preserved in scsi_host_no_list.

The list is used in the function scsi_register (in drivers/scsi/hosts.c).
Same function also adds new hosts to the list.

The list can be initialized (from boot parameters ?) by
the function scsi_host_no_init (drivers/scsi/scsi.c).

-- Itai
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/