Changeset 44206 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 27, 2012 2:44:35 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 82973
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.