Module Name:    src
Committed By:   jakllsch
Date:           Wed Jun  6 16:46:02 UTC 2018

Modified Files:
        src/sys/modules: Makefile

Log Message:
add virtio_pci to list of not-yet-enabled modules


To generate a diff of this commit:
cvs rdiff -u -r1.204 -r1.205 src/sys/modules/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/Makefile
diff -u src/sys/modules/Makefile:1.204 src/sys/modules/Makefile:1.205
--- src/sys/modules/Makefile:1.204	Sun May 20 14:08:33 2018
+++ src/sys/modules/Makefile	Wed Jun  6 16:46:02 2018
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.204 2018/05/20 14:08:33 thorpej Exp $
+#	$NetBSD: Makefile,v 1.205 2018/06/06 16:46:02 jakllsch Exp $
 
 .include <bsd.own.mk>
 
@@ -423,6 +423,7 @@ SUBDIR+=	twa
 SUBDIR+=	twe
 SUBDIR+=	viomb
 SUBDIR+=	virtio
+SUBDIR+=	virtio_pci
 SUBDIR+=	vioscsi
 .endif
 

Reply via email to