Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Aug 2006 17:03:35 +0300
From:      Danny Braniss <danny@cs.huji.ac.il>
To:        Danny Braniss <danny@cs.huji.ac.il>
Cc:        "Kenneth D. Merry" <ken@freebsd.org>, scsi@freebsd.org
Subject:   Re: iSCSI/luns/check-condition 
Message-ID:  <E1GHLEd-000EHG-UC@cs1.cs.huji.ac.il>
In-Reply-To: <E1GHKp2-000Dcf-FQ@cs1.cs.huji.ac.il> 
References:  <E1GHKp2-000Dcf-FQ@cs1.cs.huji.ac.il>

next in thread | previous in thread | raw e-mail | index | archive | help

i guess what this just proves, yet again, that programs work,
even if the programmer was _____ (fill in the blanks)

...
>      ccb_h->status |= CAM_AUTOSNS_VALID;			<----------------------
> 
> and
> ...
> 	  case 0x02: 	// Check Condition
> 	       if(pq != NULL) // XXX: check for data ...
> 		    getSenseData(status, ccb, pq);
> 
> 	  case 0x14:	// Intermediate-Condition Met
> 	  case 0x10:	// Intermediate
> 	  case 0x04:	// Condition Met
> 	       ccb_h->status = CAM_REQ_CMP_ERR; //CAM_SCSI_STATUS_ERROR; <--------------
> 	       break;
> ...
> 

danny





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1GHLEd-000EHG-UC>