svn commit: r284081 - head/sys/modules/proto

Marcel Moolenaar marcel at FreeBSD.org
Sat Jun 6 16:20:40 UTC 2015


Author: marcel
Date: Sat Jun  6 16:20:39 2015
New Revision: 284081
URL: https://svnweb.freebsd.org/changeset/base/284081

Log:
  Add proto_busdma.c to the module.

Modified:
  head/sys/modules/proto/Makefile

Modified: head/sys/modules/proto/Makefile
==============================================================================
--- head/sys/modules/proto/Makefile	Sat Jun  6 16:14:03 2015	(r284080)
+++ head/sys/modules/proto/Makefile	Sat Jun  6 16:20:39 2015	(r284081)
@@ -5,6 +5,7 @@
 KMOD=	proto
 SRCS=	\
 	proto_bus_pci.c \
+	proto_busdma.c \
 	proto_core.c
 
 SRCS+=	\


More information about the svn-src-all mailing list