Changeset 52553 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Sep 1, 2014 2:48:33 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r52192 r52553 201 201 int _init(void) 202 202 { 203 #if 0 /* No IPRT logging before RTR0Init() is done! */ 203 204 LogFlowFunc(("vboxdrv:_init\n")); 205 #endif 204 206 205 207 /* … … 210 212 pModCtl->mod_loadflags |= MOD_NOAUTOUNLOAD; 211 213 else 212 LogRel(("vboxdrv: failed to disable autounloading!\n"));214 cmn_err(CE_NOTE, "vboxdrv: failed to disable autounloading!\n"); 213 215 214 216 /* … … 300 302 int _info(struct modinfo *pModInfo) 301 303 { 302 LogFlowFunc(("vboxdrv:_info\n")); 304 #if 0 /* No IPRT logging before RTR0Init() is done! And yes this is called before _init()!*/ 305 LogFlowFunc(("vboxdrv:_init\n")); 306 #endif 303 307 int e = mod_info(&g_VBoxDrvSolarisModLinkage, pModInfo); 304 308 return e;
Note:
See TracChangeset
for help on using the changeset viewer.