We actually can generate a host number.

MFC after:	1 month
This commit is contained in:
Matt Jacob 2010-03-17 18:53:58 +00:00
parent d0e157f6aa
commit 75b06c87a7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=205252

View File

@ -586,7 +586,7 @@ sgioctl(struct cdev *dev, u_long cmd, caddr_t arg, int flag, struct thread *td)
{
struct sg_scsi_id id;
id.host_no = 0; /* XXX */
id.host_no = cam_sim_path(xpt_path_sim(periph->path));
id.channel = xpt_path_path_id(periph->path);
id.scsi_id = xpt_path_target_id(periph->path);
id.lun = xpt_path_lun_id(periph->path);