Changeset 63453 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Aug 15, 2016 12:42:00 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-netbsd.c
r63450 r63453 543 543 aprint_error_dev(vboxguest->sc_dev, "init failed\n"); 544 544 } 545 bus_space_unmap(vboxguest->iVMMDevMemResId, vboxguest->VMMDevMemHandle, vboxguest->VMMDevMemSize); 545 546 } else { 546 547 aprint_error_dev(vboxguest->sc_dev, "MMIO mapping failed\n"); 547 548 } 549 bus_space_unmap(vboxguest->io_tag, vboxguest->io_handle, vboxguest->io_regsize); 548 550 } else { 549 551 aprint_error_dev(vboxguest->sc_dev, "IO mapping failed\n");
Note:
See TracChangeset
for help on using the changeset viewer.