Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules add virtio_pci to list of not-yet-enabled modules



details:   https://anonhg.NetBSD.org/src/rev/985a3c17c17c
branches:  trunk
changeset: 833039:985a3c17c17c
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Wed Jun 06 16:46:02 2018 +0000

description:
add virtio_pci to list of not-yet-enabled modules

diffstat:

 sys/modules/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5efae9883de9 -r 985a3c17c17c sys/modules/Makefile
--- a/sys/modules/Makefile      Wed Jun 06 16:11:36 2018 +0000
+++ b/sys/modules/Makefile      Wed Jun 06 16:46:02 2018 +0000
@@ -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+=       twe
 SUBDIR+=       viomb
 SUBDIR+=       virtio
+SUBDIR+=       virtio_pci
 SUBDIR+=       vioscsi
 .endif
 



Home | Main Index | Thread Index | Old Index