Changeset 10455 in vbox
- Timestamp:
- Jul 10, 2008 7:02:01 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33123
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r10454 r10455 190 190 dprintf(("VBoxDrvSolaris _init")); 191 191 192 int rc = ddi_soft_state_init(&g_pVBoxDrvSolarisState, sizeof(vbox_devstate_t), 1);192 int rc = ddi_soft_state_init(&g_pVBoxDrvSolarisState, sizeof(vbox_devstate_t), 8); 193 193 if (!rc) 194 194 {
Note:
See TracChangeset
for help on using the changeset viewer.