git: virtio - Remove explicit load of virtio.ko. Remove device virtio_pci line.
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Sun Feb 18 10:52:08 PST 2018
commit b37a48c947a68883cbd9c74b4863efa6c4dc6862
Author: Imre Vadász <imre at vdsz.com>
Date: Sun Mar 12 13:54:48 2017 +0100
virtio - Remove explicit load of virtio.ko. Remove device virtio_pci line.
* virtio.ko never needs to be loaded explicitly, since virtio_pci.ko
depends on it.
* Also get rid of device virtio_pci line in the kernel config. Similar to
other buses, link virtio_pci statically into the kernel when both
device virtio and device pci are configured.
Summary of changes:
share/man/man4/virtio.4 | 2 --
sys/conf/files | 2 +-
sys/config/LINT64 | 1 -
sys/config/X86_64_GENERIC | 1 -
4 files changed, 1 insertion(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b37a48c947a68883cbd9c74b4863efa6c4dc6862
--
DragonFly BSD source repository
More information about the Commits
mailing list