Add vbox -- VirtualBox time sync driver

Sets time forward to match the host time.

Started automatically if the corresponding device is present.
This commit is contained in:
David van Moolenbroek
2011-11-23 18:15:43 +01:00
parent b4d9ac91ba
commit 0aa01a2dce
8 changed files with 269 additions and 4 deletions

View File

@@ -524,6 +524,19 @@ service devman
uid 0;
};
service vbox
{
system
UMAP # 14
DEVIO # 21
;
pci device 80ee/cafe;
ipc
SYSTEM
PM
RS
VM
pci
;
uid 0;
};