Changeset 16031 in vbox
- Timestamp:
- Jan 19, 2009 7:03:00 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41715
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/log.h
r15963 r16031 98 98 /** High Precision Event Timer Device group. */ 99 99 LOG_GROUP_DEV_HPET, 100 /** IDE Device group. */ 100 /** System Management Controller Device group. */ 101 LOG_GROUP_DEV_SMC, 102 /** IDE Device group. */ 101 103 LOG_GROUP_DEV_IDE, 102 104 /** The internal networking IP stack Device group. */ … … 354 356 "DEV_FDC", \ 355 357 "DEV_HPET", \ 358 "DEV_SMC", \ 356 359 "DEV_IDE", \ 357 360 "DEV_INIP", \ -
trunk/src/VBox/Devices/Builtins.h
r15963 r16031 73 73 extern const PDMDEVREG g_DeviceLsiLogicSCSI; 74 74 #endif 75 #ifdef VBOX_WITH_SMC 76 extern const PDMDEVREG g_DeviceSMC; 77 #endif 75 78 76 79 extern const PDMDRVREG g_DrvMouseQueue; -
trunk/src/VBox/Devices/Makefile.kmk
r15963 r16031 333 333 endif 334 334 335 ifdef VBOX_WITH_SMC 336 DevicesR3_DEFS += VBOX_WITH_SMC 337 DevicesR3_SOURCES += PC/DevSMC.cpp 338 endif 339 340 335 341 ifdef VBOX_WITH_USB 336 342 DevicesR3_DEFS += VBOX_WITH_USB IN_USB_R3
Note:
See TracChangeset
for help on using the changeset viewer.