CVS commit: src/sys/modules/hdafg

2017-06-15 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Fri Jun 16 04:16:18 UTC 2017

Modified Files:
src/sys/modules/hdafg: Makefile

Log Message:
For non-rump modules, enable HDMI audio device.

No impact to rump modules, and no impact to kernels which have the
hdafg driver built-in.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/modules/hdafg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/hdafg/Makefile
diff -u src/sys/modules/hdafg/Makefile:1.5 src/sys/modules/hdafg/Makefile:1.6
--- src/sys/modules/hdafg/Makefile:1.5	Wed Nov 19 00:17:10 2014
+++ src/sys/modules/hdafg/Makefile	Fri Jun 16 04:16:18 2017
@@ -1,8 +1,12 @@
-#	$NetBSD: Makefile,v 1.5 2014/11/19 00:17:10 pooka Exp $
+#	$NetBSD: Makefile,v 1.6 2017/06/16 04:16:18 pgoyette Exp $
 
 .include "../Makefile.inc"
 .include "${.CURDIR}/Makefile.inc"
 
 KMOD=	hdafg
 
+# For non-rump modules, enable HDMI audio
+
+CPPFLAGS+=	-DHDAUDIO_ENABLE_HDMI
+
 .include 



CVS commit: src/sys/modules/hdafg

2011-02-12 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Feb 12 15:15:56 UTC 2011

Modified Files:
src/sys/modules/hdafg: Makefile

Log Message:
build hdafg_dd.c


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/modules/hdafg/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/modules/hdafg/Makefile
diff -u src/sys/modules/hdafg/Makefile:1.2 src/sys/modules/hdafg/Makefile:1.3
--- src/sys/modules/hdafg/Makefile:1.2	Sat Feb 12 15:01:00 2011
+++ src/sys/modules/hdafg/Makefile	Sat Feb 12 15:15:56 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.2 2011/02/12 15:01:00 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.3 2011/02/12 15:15:56 jmcneill Exp $
 
 .include ../Makefile.inc
 
@@ -6,7 +6,7 @@
 
 KMOD=	hdafg
 IOCONF=	hdafg.ioconf
-SRCS=	hdafg.c
+SRCS=	hdafg.c hdafg_dd.c
 
 WARNS=	3