git: stage virtio - Remove explicit load of virtio.ko. Remove device virtio_pci line.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sun Feb 18 10:48:22 PST 2018


commit 05ad4752a1e5675638241c40375746b6a09be1d3
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/05ad4752a1e5675638241c40375746b6a09be1d3


-- 
DragonFly BSD source repository



More information about the Commits mailing list