Changeset 80703 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Sep 10, 2019 2:50:27 PM (5 years ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevDMA.cpp
r80531 r80703 1137 1137 /* .cbInstanceCC = */ 0, 1138 1138 /* .cbInstanceRC = */ 0, 1139 /* . uReserved1 = */0,1139 /* .cMaxPciDevices = */ 0, 1140 1140 /* .pszDescription = */ "DMA Controller Device", 1141 1141 #if defined(IN_RING3) -
trunk/src/VBox/Devices/PC/DevHPET.cpp
r80531 r80703 1489 1489 /* .cbInstanceCC = */ 0, 1490 1490 /* .cbInstanceRC = */ 0, 1491 /* . uReserved1 = */0,1491 /* .cMaxPciDevices = */ 0, 1492 1492 /* .pszDescription = */ "High Precision Event Timer (HPET) Device", 1493 1493 #if defined(IN_RING3) -
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r80531 r80703 1384 1384 /* .cbInstanceCC = */ 0, 1385 1385 /* .cbInstanceRC = */ 0, 1386 /* . uReserved1 = */0,1386 /* .cMaxPciDevices = */ 0, 1387 1387 /* .pszDescription = */ "I/O Advanced Programmable Interrupt Controller (IO-APIC) Device", 1388 1388 #if defined(IN_RING3) -
trunk/src/VBox/Devices/PC/DevPIC.cpp
r80531 r80703 1054 1054 /* .cbInstanceCC = */ 0, 1055 1055 /* .cbInstanceRC = */ 0, 1056 /* . uReserved1 = */0,1056 /* .cMaxPciDevices = */ 0, 1057 1057 /* .pszDescription = */ "Intel 8259 Programmable Interrupt Controller (PIC) Device.", 1058 1058 #if defined(IN_RING3) -
trunk/src/VBox/Devices/PC/DevPcArch.cpp
r80531 r80703 298 298 /* .cbInstanceCC = */ 0, 299 299 /* .cbInstanceRC = */ 0, 300 /* . uReserved1 = */0,300 /* .cMaxPciDevices = */ 0, 301 301 /* .pszDescription = */ "PC Architecture Device", 302 302 #if defined(IN_RING3) -
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r80585 r80703 1810 1810 /* .cbInstanceCC = */ 0, 1811 1811 /* .cbInstanceRC = */ 0, 1812 /* . uReserved1 = */0,1812 /* .cMaxPciDevices = */ 0, 1813 1813 /* .pszDescription = */ "PC BIOS Device", 1814 1814 #if defined(IN_RING3) -
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r80531 r80703 1539 1539 /* .cbInstanceCC = */ 0, 1540 1540 /* .cbInstanceRC = */ 0, 1541 /* . uReserved1 = */0,1541 /* .cMaxPciDevices = */ 0, 1542 1542 /* .pszDescription = */ "Intel 8254 Programmable Interval Timer (PIT) And Dummy Speaker Device", 1543 1543 #if defined(IN_RING3) -
trunk/src/VBox/Devices/PC/DevRTC.cpp
r80679 r80703 1276 1276 /* .cbInstanceCC = */ sizeof(RTCSTATECC), 1277 1277 /* .cbInstanceRC = */ sizeof(RTCSTATERC), 1278 /* . uReserved1 = */0,1278 /* .cMaxPciDevices = */ 0, 1279 1279 /* .pszDescription = */ "Motorola MC146818 RTC/CMOS Device.", 1280 1280 #ifdef IN_RING3
Note:
See TracChangeset
for help on using the changeset viewer.