Changeset 44206 in vbox for trunk/src/VBox
- Timestamp:
- Dec 27, 2012 2:44:35 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82973
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/scsi.c
r43757 r44206 33 33 34 34 /* The I/O port of the BusLogic SCSI adapter. */ 35 #define BUSLOGIC_BIOS_IO_PORT 0x 33035 #define BUSLOGIC_BIOS_IO_PORT 0x430 36 36 /* The I/O port of the LsiLogic SCSI adapter. */ 37 #define LSILOGIC_BIOS_IO_PORT 0x 34037 #define LSILOGIC_BIOS_IO_PORT 0x434 38 38 /* The I/O port of the LsiLogic SAS adapter. */ 39 #define LSILOGIC_SAS_BIOS_IO_PORT 0x 35039 #define LSILOGIC_SAS_BIOS_IO_PORT 0x438 40 40 41 41 #define VBSCSI_REGISTER_STATUS 0 -
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r43690 r44206 59 59 */ 60 60 61 #define BUSLOGIC_BIOS_IO_PORT 0x 33061 #define BUSLOGIC_BIOS_IO_PORT 0x430 62 62 63 63 /** State saved version. */ -
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h
r40640 r44206 25 25 * probing. Addresses in the 300h-340h range should be especially avoided. 26 26 */ 27 #define LSILOGIC_BIOS_IO_PORT 0x 34028 #define LSILOGIC_SAS_BIOS_IO_PORT 0x 35027 #define LSILOGIC_BIOS_IO_PORT 0x434 28 #define LSILOGIC_SAS_BIOS_IO_PORT 0x438 29 29 30 30 #define LSILOGICSCSI_REQUEST_QUEUE_DEPTH_DEFAULT 256
Note:
See TracChangeset
for help on using the changeset viewer.