VirtualBox

Changeset 11649 in vbox


Ignore:
Timestamp:
Aug 26, 2008 10:11:55 AM (16 years ago)
Author:
vboxsync
Message:

BusLogic: FreeBSD works

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette