Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Jan 2018 08:33:59 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328260 - head/sys/modules/bcm283x_clkman
Message-ID:  <201801220833.w0M8Xx3i028512@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: phk
Date: Mon Jan 22 08:33:59 2018
New Revision: 328260
URL: https://svnweb.freebsd.org/changeset/base/328260

Log:
  Forgot to add the skeleton BCM283x Clock Manager
  
  Reminded by:	lwhsu

Added:
  head/sys/modules/bcm283x_clkman/
  head/sys/modules/bcm283x_clkman/Makefile   (contents, props changed)

Added: head/sys/modules/bcm283x_clkman/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sys/modules/bcm283x_clkman/Makefile	Mon Jan 22 08:33:59 2018	(r328260)
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${SRCTOP}/sys/arm/broadcom/bcm2835/
+
+KMOD=	bcm283x_clkman
+SRCS=	bcm2835_clkman.c
+
+EXPORT_SYMS=	bcm2835_clkman_set_frequency
+
+SRCS+= bus_if.h device_if.h ofw_bus_if.h
+
+.include <bsd.kmod.mk>



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