Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/rump/dev add ac97 component
details: https://anonhg.NetBSD.org/src/rev/5ebd00e52c8e
branches: trunk
changeset: 333839:5ebd00e52c8e
user: pooka <pooka%NetBSD.org@localhost>
date: Tue Nov 18 09:04:20 2014 +0000
description:
add ac97 component
for use with eap and others
diffstat:
sys/rump/dev/Makefile.rumpdevcomp | 6 +++---
sys/rump/dev/lib/libaudio_ac97/Makefile | 11 +++++++++++
sys/rump/dev/lib/libaudio_ac97/shlib_version | 4 ++++
3 files changed, 18 insertions(+), 3 deletions(-)
diffs (38 lines):
diff -r 724f472006b7 -r 5ebd00e52c8e sys/rump/dev/Makefile.rumpdevcomp
--- a/sys/rump/dev/Makefile.rumpdevcomp Tue Nov 18 08:58:08 2014 +0000
+++ b/sys/rump/dev/Makefile.rumpdevcomp Tue Nov 18 09:04:20 2014 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.rumpdevcomp,v 1.16 2014/11/18 08:43:03 pooka Exp $
+# $NetBSD: Makefile.rumpdevcomp,v 1.17 2014/11/18 09:04:20 pooka Exp $
#
-RUMPDEVCOMP= audio bpf cgd disk dm drvctl fss md netsmb pad pud \
- putter raidframe rnd scsipi sysmon vnd wscons \
+RUMPDEVCOMP= audio audio_ac97 bpf cgd disk dm drvctl fss md netsmb \
+ pad pud putter raidframe rnd scsipi sysmon vnd wscons \
opencrypto
RUMPUSBDEVS= ubt ucom ugenhc ulpt umass usb
diff -r 724f472006b7 -r 5ebd00e52c8e sys/rump/dev/lib/libaudio_ac97/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/dev/lib/libaudio_ac97/Makefile Tue Nov 18 09:04:20 2014 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2014/11/18 09:04:20 pooka Exp $
+#
+
+.PATH: ${.CURDIR}/../../../../dev/ic
+
+LIB= rumpdev_audio_ac97
+
+SRCS= ac97.c
+
+.include <bsd.lib.mk>
+.include <bsd.klinks.mk>
diff -r 724f472006b7 -r 5ebd00e52c8e sys/rump/dev/lib/libaudio_ac97/shlib_version
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/rump/dev/lib/libaudio_ac97/shlib_version Tue Nov 18 09:04:20 2014 +0000
@@ -0,0 +1,4 @@
+# $NetBSD: shlib_version,v 1.1 2014/11/18 09:04:20 pooka Exp $
+#
+major=0
+minor=0
Home |
Main Index |
Thread Index |
Old Index