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/3f8e0ebaf150
branches: trunk
changeset: 319666:3f8e0ebaf150
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 4fee77f3f1b3 -r 3f8e0ebaf150 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