VirtualBox

Changeset 81412 in vbox for trunk/src/VBox/Devices/PC/BIOS


Ignore:
Timestamp:
Oct 21, 2019 1:29:39 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134126
Message:

PC/BIOS: Move the generic SCSI definitions out of scsi.c into a separate header

Location:
trunk/src/VBox/Devices/PC/BIOS
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/scsi.c

    r76553 r81412  
    2222#include "pciutil.h"
    2323#include "ebda.h"
     24#include "scsi.h"
    2425
    2526
     
    4849
    4950#define VBSCSI_MAX_DEVICES 16 /* Maximum number of devices a SCSI device can have. */
    50 
    51 /* Command opcodes. */
    52 #define SCSI_SERVICE_ACT   0x9e
    53 #define SCSI_INQUIRY       0x12
    54 #define SCSI_READ_CAP_10   0x25
    55 #define SCSI_READ_10       0x28
    56 #define SCSI_WRITE_10      0x2a
    57 #define SCSI_READ_CAP_16   0x10    /* Not an opcode by itself, sub-action for the "Service Action" */
    58 #define SCSI_READ_16       0x88
    59 #define SCSI_WRITE_16      0x8a
    6051
    6152/* Data transfer direction. */
Note: See TracChangeset for help on using the changeset viewer.

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