VirtualBox

Changeset 44206 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Dec 27, 2012 2:44:35 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82973
Message:

SCSI/BIOS: Moved port base out of harm's way.

Location:
trunk/src/VBox/Devices
Files:
3 edited

Legend:

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

    r43757 r44206  
    3333
    3434/* The I/O port of the BusLogic SCSI adapter. */
    35 #define BUSLOGIC_BIOS_IO_PORT       0x330
     35#define BUSLOGIC_BIOS_IO_PORT       0x430
    3636/* The I/O port of the LsiLogic SCSI adapter. */
    37 #define LSILOGIC_BIOS_IO_PORT       0x340
     37#define LSILOGIC_BIOS_IO_PORT       0x434
    3838/* The I/O port of the LsiLogic SAS adapter. */
    39 #define LSILOGIC_SAS_BIOS_IO_PORT   0x350
     39#define LSILOGIC_SAS_BIOS_IO_PORT   0x438
    4040
    4141#define VBSCSI_REGISTER_STATUS   0
  • trunk/src/VBox/Devices/Storage/DevBusLogic.cpp

    r43690 r44206  
    5959 */
    6060
    61 #define BUSLOGIC_BIOS_IO_PORT   0x330
     61#define BUSLOGIC_BIOS_IO_PORT   0x430
    6262
    6363/** State saved version. */
  • trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h

    r40640 r44206  
    2525 * probing. Addresses in the 300h-340h range should be especially avoided.
    2626 */
    27 #define LSILOGIC_BIOS_IO_PORT       0x340
    28 #define LSILOGIC_SAS_BIOS_IO_PORT   0x350
     27#define LSILOGIC_BIOS_IO_PORT       0x434
     28#define LSILOGIC_SAS_BIOS_IO_PORT   0x438
    2929
    3030#define LSILOGICSCSI_REQUEST_QUEUE_DEPTH_DEFAULT 256
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