mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-18 05:06:31 +00:00
Let's isp_scst.c compile, multichannel support will be added later.
git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@285 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -845,7 +845,7 @@ scsi_target_enadis(bus_t *bp, int en)
|
||||
|
||||
memset(&ec, 0, sizeof (ec));
|
||||
ec.en_hba = bp->h.r_identity;
|
||||
ec.en_tgt = TGT_ANY;
|
||||
ec.en_chan = 0;
|
||||
if (bp->h.r_type == R_FC) {
|
||||
SDprintk("%s: ANY LUN acceptable\n", __FUNCTION__);
|
||||
ec.en_lun = LUN_ANY;
|
||||
|
||||
Reference in New Issue
Block a user