summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjakllsch <jakllsch@NetBSD.org>2018-06-06 18:10:35 +0000
committerjakllsch <jakllsch@NetBSD.org>2018-06-06 18:10:35 +0000
commit8edef0f2e0e63ae618573e1641264fa1f1195bbe (patch)
tree582504e0e25b53e472cd4d5275edf8684e25d4bb /sys/dev
parent83aa383c840c87677daa8ac10c52c7e3902a4754 (diff)
shuffle mechanics of files.virtio config(5) include location,
without actually moving the contents thereof from dev/pci yet
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/files.pci5
-rw-r--r--sys/dev/virtio/files.virtio4
2 files changed, 5 insertions, 4 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci
index 8025e4bcdf0..4c6af97debe 100644
--- a/sys/dev/pci/files.pci
+++ b/sys/dev/pci/files.pci
@@ -1,4 +1,4 @@
-# $NetBSD: files.pci,v 1.396 2018/05/19 09:27:09 jdolecek Exp $
+# $NetBSD: files.pci,v 1.397 2018/06/06 18:10:35 jakllsch Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@@ -1149,9 +1149,6 @@ device sisfb: wsemuldisplaydev, rasops8, rasops15, rasops16, rasops32, vcons
attach sisfb at pci
file dev/pci/sisfb.c sisfb needs-flag
-# VirtIO: XXX: move to dev/vmm/virtio
-include "dev/pci/files.virtio"
-
attach virtio at pci with virtio_pci
file dev/pci/virtio_pci.c virtio_pci
diff --git a/sys/dev/virtio/files.virtio b/sys/dev/virtio/files.virtio
new file mode 100644
index 00000000000..c2cfe983df5
--- /dev/null
+++ b/sys/dev/virtio/files.virtio
@@ -0,0 +1,4 @@
+# $NetBSD: files.virtio,v 1.1 2018/06/06 18:10:35 jakllsch Exp $
+
+# XXX the contents of the following included file should be moved here
+include "dev/pci/files.virtio"