1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649
|
/* Copyright (c) 1996-2004, Adaptec Corporation
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice, this
* list of conditions and the following disclaimer.
* - Redistributions in binary form must reproduce the above copyright notice,
* this list of conditions and the following disclaimer in the documentation
* and/or other materials provided with the distribution.
* - Neither the name of the Adaptec Corporation nor the names of its
* contributors may be used to endorse or promote products derived from this
* software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
* ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
* LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
//File - CORE_CCB.CPP
//***************************************************************************
//
//Description:
//
// This file contains function definitions for the coreCCB_C class.
//
//Author: Doug Anderson
//Date: 4/8/93
//
//Editors:
//
//Remarks:
//
//
//***************************************************************************
#include "allfiles.hpp"
#ifndef TRUE
#define TRUE 1
#define FALSE 0
#endif
//Function - coreCCB_C::coreCCB_C() - start
//===========================================================================
//Description:
// This function is the constructor for the coreCCB_C class.
//---------------------------------------------------------------------------
coreCCB_C::coreCCB_C() :
originList(0),
scsiCDB_P(NULL),
dataBuff_P(NULL),
dataBuffSize(0),
hba_P(NULL),
logOffset(0)
{
}
//coreCCB_C::coreCCB_C() - end
//Function - coreCCB_C::init() - start
//===========================================================================
//
//Description:
//
// This function is performs a 1 time initialization of this CCB.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::init()
{
// Zero the DPT CCB data
memset(this,0,sizeof(dptCCB_S));
// Set the easy access pointers
scsiCDB_P = (uCHAR *) eataCP.scsiCDB;
// Set the I/O data buffer pointer to the default buffer
dataBuff_P = defData;
dataBuffSize = DEFAULT_DATA_SIZE;
// No HBA
hba_P = NULL;
// Default origin list
originList = CCB_ORIG_PHY;
// Clear the event logger offset
logOffset = 0;
// Clear the default data buffer
clrData();
// Clear the request sense buffer
clrReqSense();
}
//coreCCB_C::init() - end
//Function - coreCCB_C::target() - start
//===========================================================================
//
//Description:
//
// This function sets the CCB to target the specified SCSI object.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::target(dptObject_C *obj_P)
{
// Set the SCSI channel
eataCP.devAddr = obj_P->getChan() << 5;
// Set the SCSI ID
eataCP.devAddr |= obj_P->getID() & 0x1f;
// If the SCSI ID is greater than 31...
if (obj_P->getID() > 0x1f)
// Set the extended ID byte
eataCP.extendedId = obj_P->getID();
// Set the SCSI LUN
eataCP.message[0] &= 0xf8;
eataCP.message[0] |= obj_P->getLUN() & 0x7;
// Set the LUN field in the SCSI CDB
scsiCDB_P[1] &= 0x1f;
scsiCDB_P[1] |= obj_P->getLUN() << 5;
// If the object is a device...
if (obj_P->isDevice()) {
// If this is a logical device...
if (((dptDevice_C *)obj_P)->isLogical())
// Indicate logical device origin
setLog();
else
// Indicate physical device origin
setPhy();
}
else
// Indicate manager origin
setMgr();
// Set the CCB's HBA pointer
hba_P = obj_P->myHBA_P();
// Set the HBA's driver reference number
ctlrNum = hba_P->getDrvrNum();
}
//coreCCB_C::target() - end
//Function - coreCCB_C::target() - start
//===========================================================================
//
//Description:
//
// This function sets the CCB to target the specified SCSI address.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::target(dptAddr_S inAddr,
dptHBA_C *inHBA_P,
uSHORT inOrigin
)
{
// Set the SCSI channel
eataCP.devAddr = inAddr.chan << 5;
// Set the SCSI ID
eataCP.devAddr |= inAddr.id & 0x1f;
// If the SCSI ID is greater than 31...
if (inAddr.id > 0x1f)
// Set the extended ID byte
eataCP.extendedId = inAddr.id;
// Set the SCSI LUN
eataCP.message[0] &= 0xf8;
eataCP.message[0] |= inAddr.lun & 0x7;
// Set the LUN field in the SCSI CDB
scsiCDB_P[1] &= 0x1f;
scsiCDB_P[1] |= inAddr.lun << 5;
// If the object is a device...
if (inOrigin==CCB_ORIG_LOG)
// Indicate logical device origin
setLog();
else if (inOrigin==CCB_ORIG_MGR)
// Indicate manager origin
setMgr();
else
// Indicate physical device origin
setPhy();
// Set the CCB's HBA pointer
hba_P = inHBA_P;
// Set the HBA's driver reference number
ctlrNum = hba_P->getDrvrNum();
}
//coreCCB_C::target() - end
//Function - coreCCB_C::setLUN() - start
//===========================================================================
//
//Description:
//
// This function sets the SCSI LUN this CCB is to target.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::setLUN(uCHAR inLUN)
{
// Set the SCSI LUN in the SCSI message
eataCP.message[0] &= 0xf8;
eataCP.message[0] |= inLUN & 0x7;
// Set the LUN in the SCSI CDB
scsiCDB_P[1] |= inLUN << 5;
}
//coreCCB_C::setLUN() - end
//Function - coreCCB_C::reInit() - start
//===========================================================================
//
//Description:
//
// This function re-initializes a CCB after it has been used.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::reInit()
{
// Initialize the EATA CP.............................
// Note: The status packet address is handled by the OS specific HW layer
uSHORT tempFlags = engFlags;
// Zero the entire DPT CCB (minus engFlags)
memset(this,0,sizeof(dptCCB_S));
engFlags = tempFlags;
// Set disconnect & identify only
eataCP.message[0] |= CP_DISCONNECT | CP_IDENTIFY;
// Set auto-request sense only
eataCP.flags |= CP_REQ_SENSE;
// Set default I/O data length & buffer address
eataCP.dataLength = DEFAULT_DATA_SIZE;
eataCP.dataAddr = ptrToLong(defData);
// Set up the default request sense buffer
eataCP.reqSenseLen = DEFAULT_REQ_SENSE_SIZE;
eataCP.reqSenseAddr = ptrToLong(defReqSense);
// Set up virtual CP address
eataCP.vCPaddr = ptrToLong(&eataCP);
// Initialize the engine unique data..................
// Default = Not a RAID command
clrRAIDcmd();
// Default = Not a logger command
clrLoggerCmd();
// Initialize the origin list
originList = CCB_ORIG_PHY;
// Zero the event logger offset
logOffset = 0;
// Set the I/O data buffer pointer to the default buffer
dataBuff_P = defData;
dataBuffSize = DEFAULT_DATA_SIZE;
// No HBA pointer
hba_P = NULL;
// Clear the no physical bit flag
engFlags &= ~FLG_CCB_ENG_NO_PHYS;
}
//coreCCB_C::reInit() - end
//Function - coreCCB_C::setPhysical() - start
//===========================================================================
//
//Description:
//
// This function sets the EATA physical bit and optionally sets
//the physical bit in the SCSI CDB.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::setPhysical()
{
// Set the physical bit in the EATA command packet
eataCP.physical |= 0x1;
}
//coreCCB_C::setPhysical() - end
//Function - coreCCB_C::setInterpret() - start
//===========================================================================
//
//Description:
//
// This function sets the EATA interpret bit and optionally sets
//the interpret bit in the SCSI CDB.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::setInterpret()
{
// Set the interpret bit in the EATA command packet
eataCP.flags |= CP_INTERPRET;
}
//coreCCB_C::setInterpret() - end
/*
//Function - coreCCB_C::setCtlbits() - start
//===========================================================================
//
//Description:
//
// This function sets the physical and interpret bits in the SCSI
//CDB control byte as specified. The SCSI opcode field is used to
//find the size of the CDB. The control byte is assumed to be the
//last byte in the CDB.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
// 1. This function requires that the SCSI opcode field is set to the
// desired SCSI opcode.
//
//---------------------------------------------------------------------------
void coreCCB_C::setCtlBits(uCHAR ctlBits)
{
switch (scsiCDB_P[0]&0xf0) {
// 6 byte CDBs - Group 0
case 0x00:
case 0x10:
scsiCDB_P[5] |= ctlBits;
break;
// 10 byte CDBs - Groups 1,2,3
case 0x20:
case 0x30:
case 0x40:
case 0x50:
case 0x60: // CDB size from NCR spec
case 0x70: // CDB size from NCR spec
scsiCDB_P[9] |= ctlBits;
break;
// 12 byte CDBs - Groups 4,5,6,7
case 0x80: // CDB size from NCR spec
case 0x90: // CDB size from NCR spec
case 0xa0:
case 0xb0:
case 0xc0: // CDB size from NCR spec
case 0xd0: // CDB size from NCR spec
case 0xe0: // CDB size from NCR spec
case 0xf0: // CDB size from NCR spec
scsiCDB_P[11] |= ctlBits;
break;
} // end switch()
}
//coreCCB_C_C::setCtlBits() - end
*/
//------------------------------------------
//Function - coreCCB_C::setNFW() - start
//===========================================================================
//
//Description:
//
// This function sets the EATA nested firmware bit.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::setNFW()
{
// Set the physical bit in the EATA command packet
eataCP.nestedFW |= 0x1;
}
//coreCCB_C::setNFW() - end
//Function - coreCCB_C::input() - start
//===========================================================================
//
//Description:
//
// This function sets the CCB's flags to indicate that data input
//will be performed.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::input()
{
eataCP.flags |= CP_DATA_IN;
eataCP.flags &= ~CP_DATA_OUT;
}
//coreCCB_C::input() - end
//Function - coreCCB_C::output() - start
//===========================================================================
//
//Description:
//
// This function sets the CCB's flags to indicate that data output
//will be performed.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::output()
{
eataCP.flags &= ~CP_DATA_IN;
eataCP.flags |= CP_DATA_OUT;
}
//coreCCB_C::output() - end
//Function - coreCCB_C::setDataBuff() - start
//===========================================================================
//
//Description:
//
// This function sets the CCB's flags to indicate that data output
//will be performed.
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::setDataBuff(uLONG inAddr,uLONG numBytes)
{
// Set the data buffer pointer
dataBuff_P = (uCHAR *) longToPtr(inAddr);
// Set the data buffer size
dataBuffSize = numBytes;
// Set the data address in the EATA CP
eataCP.dataAddr = inAddr;
// Set the transfer length in the EATA CP
eataCP.dataLength = numBytes;
// If everything else is already reversed...
if (isReversed()) {
reverseBytes(eataCP.dataAddr);
reverseBytes(eataCP.dataLength);
}
}
//coreCCB_C::setDataBuff() - end
//Function - coreCCB_C::clrInterpret() - start
//===========================================================================
//
//Description:
//
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
void coreCCB_C::clrInterpret()
{
eataCP.flags &= ~CP_INTERPRET;
}
//Function - coreCCB_C::isMultiInitiatorCmd() - start
//===========================================================================
//
//Description: is this command a multi initiator command
//
//
//Parameters:
//
//Return Value:
//
//Global Variables Affected:
//
//Remarks: (Side effects, Assumptions, Warnings...)
//
//
//---------------------------------------------------------------------------
uCHAR coreCCB_C::isMultiInitiatorCmd()
{
uCHAR rtnVal = FALSE;
// read and write buffs
if ((eataCP.scsiCDB[0] == 0x3b) || (eataCP.scsiCDB[0] == 0x3c))
rtnVal = TRUE;
// mode sense - MI page
if ((eataCP.scsiCDB[0] == 0x5a) && ((eataCP.scsiCDB[2] & 0x3f) == 0x2d))
rtnVal = TRUE;
// mode select - MI page
if ((eataCP.scsiCDB[0] == 0x55) && ((dataBuff_P[8] & 0x3f) == 0x2d))
rtnVal = TRUE;
// log select - event page
if ((eataCP.scsiCDB[0] == 0x4c) && ((dataBuff_P[0] & 0x3f) == 0x34))
rtnVal = TRUE;
return rtnVal;
}
|