VirtualBox

Changeset 11649

Show
Ignore:
Timestamp:
08/26/08 12:11:55 (3 months ago)
Author:
vboxsync
Message:

BusLogic?: FreeBSD works

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/include/VBox/pdmifs.h

    r11561 r11649  
    24952495typedef struct PDMSCSIREQUEST 
    24962496{ 
     2497    /** The logical unit. */ 
     2498    uint32_t    uLogicalUnit; 
    24972499    /** Size of the SCSI CDB. */ 
    24982500    uint32_t    cbCDB; 
  • trunk/include/VBox/scsi.h

    r11556 r11649  
    108108    SCSI_SERVICE_ACTION_IN_16           = 0x9e, 
    109109    SCSI_READ_16                        = 0x88, 
    110     SCSI_WRITE_16                       = 0x8a 
     110    SCSI_WRITE_16                       = 0x8a, 
     111    SCSI_READ_6                         = 0x08 
    111112} SCSICMD; 
    112113 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy