Changeset 40640 in vbox for trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h
- Timestamp:
- Mar 26, 2012 12:55:17 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77069
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevLsiLogicSCSI.h
r33540 r40640 21 21 22 22 /* 23 * I/O port registered in the ISA compatible range to let the BIOS access 24 * the controller. 25 */ 26 #define LSILOGIC_ISA_IO_PORT 0x340 27 #define LSILOGIC_SAS_ISA_IO_PORT 0x350 23 * Custom fixed I/O ports for BIOS controller access. Note that these should 24 * not be in the ISA range (below 400h) to avoid conflicts with ISA device 25 * probing. Addresses in the 300h-340h range should be especially avoided. 26 */ 27 #define LSILOGIC_BIOS_IO_PORT 0x340 28 #define LSILOGIC_SAS_BIOS_IO_PORT 0x350 28 29 29 30 #define LSILOGICSCSI_REQUEST_QUEUE_DEPTH_DEFAULT 256
Note:
See TracChangeset
for help on using the changeset viewer.