VirtualBox

Changeset 13614 in vbox


Ignore:
Timestamp:
Oct 28, 2008 12:52:20 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
38535
Message:

backed out previous accidental commit

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r13613 r13614  
    359359# (Current not enabled by default because all the build servers has
    360360# different Python versions installed and would start burning.)
    361 if1of ($(KBUILD_TARGET), darwin solaris)
     361if1of ($(KBUILD_TARGET), solaris)
    362362 VBOX_WITH_PYTHON = 1
    363363endif
  • trunk/include/VBox/scsi.h

    r13613 r13614  
    126126
    127127
    128 /* Status codes */
    129 #define SCSI_STATUS_OK                          0x00
    130 #define SCSI_STATUS_CHECK_CONDITION             0x02
    131 #define SCSI_STATUS_CONDITION_MET               0x04
    132 #define SCSI_STATUS_BUSY                        0x08
    133 #define SCSI_STATUS_INTERMEDIATE                0x10
    134 #define SCSI_STATUS_DATA_UNDEROVER_RUN          0x12
    135 #define SCSI_STATUS_INTERMEDIATE_CONDITION_MET  0x14
    136 #define SCSI_STATUS_RESERVATION_CONFLICT        0x18
    137 #define SCSI_STATUS_COMMAND_TERMINATED          0x22
    138 #define SCSI_STATUS_QUEUE_FULL                  0x28
    139 #define SCSI_STATUS_ACA_ACTIVE                  0x30
    140 #define SCSI_STATUS_TASK_ABORTED                0x40
    141 
    142 
    143128/* Sense keys */
    144129#define SCSI_SENSE_NONE             0
  • trunk/src/libs/Makefile.kmk

    r13613 r13614  
    7575 endif
    7676
    77 endif # VBOX_WITH_MAIN && !VBOX_ONLY_DOCS
     77endif # VBOX_WITH_MAIN && !VBOX_ONLY_DOCS 
    7878
    7979include $(KBUILD_PATH)/subfooter.kmk
     
    119119 ifndef VBOX_OSE
    120120  ifdef VBOX_WITH_FFMPEG
    121    if1of ($(KBUILD_TARGET), darwin linux)
     121   if1of ($(KBUILD_TARGET), darwin)
    122122    subdirs += ffmpeg-20060710
    123123   endif
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