From fa771edde076c537099252310d3f5a1414859321 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 26 Oct 2018 14:42:29 +0200 Subject: [PATCH] LINT64: Add comments to the virtio devices. --- sys/config/LINT64 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sys/config/LINT64 b/sys/config/LINT64 index 3b7a18e203..3ddc382a6c 100644 --- a/sys/config/LINT64 +++ b/sys/config/LINT64 @@ -2120,11 +2120,11 @@ device vmbus # # Virtio support # -device virtio -device virtio_blk -device virtio_random -device virtio_scsi -device vtnet +device virtio # Generic VirtIO bus/PCI interface (required) +device virtio_blk # VirtIO Block device +device virtio_random # VirtIO Entropy device +device virtio_scsi # VirtIO SCSI device +device vtnet # VirtIO Ethernet device # VMware support # -- 2.41.0