Changeset 3845 for trunk/src/wnaspi32/winaspi32.cpp
- Timestamp:
- Jul 18, 2000, 7:12:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wnaspi32/winaspi32.cpp
r3564 r3845 1 /* $Id: winaspi32.cpp,v 1.5 2000-07-18 17:12:04 bird Exp $ */ 1 2 /* 2 3 * WNASPI routines … … 267 268 if( fGainDrvAccess( FALSE, &hmtxDriver) ) // Do nonblocking call for info 268 269 { 269 270 270 271 if(aspi->init(65535)==TRUE) 271 272 { 272 273 273 274 bNumDrv = aspi->getNumHosts(); 274 275 brc = SS_COMP; … … 368 369 memcpy( lpSRB, 369 370 &aspi->SRBlock, 370 sizeof(SRB_HaInquiry)-4 ); 371 sizeof(SRB_HaInquiry)-4 ); 371 372 // FIXME: I'dont know why in OS/2->ha_unique are filled with 0 372 373 // Hackmode ON ====== … … 380 381 rc=aspi->getDeviceType(lpSRB->devtype.SRB_HaId,lpSRB->devtype.SRB_Target, lpSRB->devtype.SRB_Lun); 381 382 dwRC = lpSRB->devtype.SRB_Status = aspi->SRBlock.status; 382 lpSRB->devtype.SRB_DeviceType = aspi->SRBlock.u.dev.devtype; 383 lpSRB->devtype.SRB_DeviceType = aspi->SRBlock.u.dev.devtype; 383 384 break; 384 385
Note:
See TracChangeset
for help on using the changeset viewer.