Changeset 63562 in vbox for trunk/src/VBox/Devices/PC/BIOS/pcibios.c
- Timestamp:
- Aug 16, 2016 2:04:03 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/pcibios.c
r62509 r63562 53 53 }; 54 54 55 // @todo:merge with system.c55 /// @todo merge with system.c 56 56 #define AX r.gr.u.r16.ax 57 57 #define BX r.gr.u.r16.bx … … 134 134 #else 135 135 136 // @todo:merge with AHCI code136 /// @todo merge with AHCI code 137 137 138 138 /* Warning: Destroys high bits of EAX. */ … … 323 323 AX = 0x0001; /* Configuration mechanism #1 supported. */ 324 324 BX = 0x0210; /* Version 2.1. */ 325 // @todo:return true max bus # in CL325 /// @todo return true max bus # in CL 326 326 CX = 0; /* Maximum bus number. */ 327 327 EDX = 'P' | ('C' << 8) | ((uint32_t)'I' << 16) | ((uint32_t)' ' << 24);
Note:
See TracChangeset
for help on using the changeset viewer.