Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jun 2015 16:20:39 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r284081 - head/sys/modules/proto
Message-ID:  <201506061620.t56GKdf8029142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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+=	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506061620.t56GKdf8029142>