VirtualBox

Ignore:
Timestamp:
Sep 22, 2011 4:52:58 PM (13 years ago)
Author:
vboxsync
Message:

Moved misnamed macros around.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS-new/ebda.h

    r38699 r38828  
    6161#    define BX_MAX_STORAGE_DEVICES  BX_MAX_ATA_DEVICES
    6262#endif
     63
     64/* Generic storage device types. Bit of a misnomer! */
     65#define ATA_TYPE_NONE     0x00
     66#define ATA_TYPE_UNKNOWN  0x01
     67#define ATA_TYPE_ATA      0x02
     68#define ATA_TYPE_ATAPI    0x03
     69#define ATA_TYPE_SCSI     0x04 // SCSI disk
     70
     71#define ATA_DEVICE_NONE  0x00
     72#define ATA_DEVICE_HD    0xFF
     73#define ATA_DEVICE_CDROM 0x05
    6374
    6475
     
    170181
    171182#ifdef VBOX_WITH_BIOS_AHCI
    172 typedef struct {
    173     uint16_t    iobase;
    174 } ahci_t;
     183//typedef struct {
     184//    uint16_t    iobase;
     185//} ahci_t;
    175186#endif
    176187
     
    197208
    198209    // FDPT - Can be split into data members if needed
    199     fdpt_t  fdpt0;
    200     fdpt_t  fdpt1;
     210    fdpt_t      fdpt0;
     211    fdpt_t      fdpt1;
    201212
    202213    unsigned char filler2[0xC4];
    203214
    204215    // ATA Driver data
    205     ata_t   ata;
     216    ata_t       ata;
    206217
    207218#if BX_ELTORITO_BOOT
    208219    // El Torito Emulation data
    209     cdemu_t cdemu;
     220    cdemu_t     cdemu;
    210221#endif // BX_ELTORITO_BOOT
    211222
    212223#ifdef VBOX_WITH_SCSI
    213224    // SCSI Driver data
    214     scsi_t scsi;
     225    scsi_t      scsi;
    215226# endif
    216227
    217228#ifdef VBOX_WITH_BIOS_AHCI
    218     ahci_t ahci;
     229//    ahci_t      ahci;
     230    uint16_t    SegAhci;    //@todo: rename...
    219231#endif
    220232
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