CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2013/01/12 06:02:22
Modified files: share/man/man4 : Makefile sys/arch/i386/conf: GENERIC sys/dev/pci : files.pci Added files: share/man/man4 : viomb.4 sys/dev/pci : viomb.c Log message: add viomb driver for virtio balloon device This allows the host to request some memory back from the openbsd guest in case of a shortage. Patch by Dinar Talypov OK jasper@ OK jmc@ (man page)