Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules delete spkr_synth module



details:   https://anonhg.NetBSD.org/src/rev/2829ce44a8a7
branches:  trunk
changeset: 819715:2829ce44a8a7
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Dec 15 04:37:00 2016 +0000

description:
delete spkr_synth module

diffstat:

 sys/modules/Makefile                     |   3 +--
 sys/modules/spkr_synth/Makefile          |  13 -------------
 sys/modules/spkr_synth/spkr_synth.ioconf |  10 ----------
 3 files changed, 1 insertions(+), 25 deletions(-)

diffs (48 lines):

diff -r 6dc4b0b0ef49 -r 2829ce44a8a7 sys/modules/Makefile
--- a/sys/modules/Makefile      Thu Dec 15 04:36:07 2016 +0000
+++ b/sys/modules/Makefile      Thu Dec 15 04:37:00 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.186 2016/12/10 00:39:40 pgoyette Exp $
+#      $NetBSD: Makefile,v 1.187 2016/12/15 04:37:00 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -116,7 +116,6 @@
 SUBDIR+=       slcompress
 SUBDIR+=       smbfs
 SUBDIR+=       spdmem
-SUBDIR+=       spkr_synth
 SUBDIR+=       sppp_subr
 SUBDIR+=       sysmon
 SUBDIR+=       sysmon_envsys
diff -r 6dc4b0b0ef49 -r 2829ce44a8a7 sys/modules/spkr_synth/Makefile
--- a/sys/modules/spkr_synth/Makefile   Thu Dec 15 04:36:07 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2016/12/10 05:09:10 nat Exp $
-
-.include "../Makefile.inc"
-
-.PATH: ${S}/dev/isa ${S}/dev
-
-KMOD=  spkr_synth
-IOCONF=        spkr_synth.ioconf
-SRCS=  audiobell.c spkr.c spkr_synth.c
-
-WARNS= 4
-
-.include <bsd.kmodule.mk>
diff -r 6dc4b0b0ef49 -r 2829ce44a8a7 sys/modules/spkr_synth/spkr_synth.ioconf
--- a/sys/modules/spkr_synth/spkr_synth.ioconf  Thu Dec 15 04:36:07 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-# $NetBSD: spkr_synth.ioconf,v 1.2 2016/12/12 13:31:13 nat Exp $
-
-ioconf spkr
-
-include "conf/files"
-include "dev/files.audio"
-
-pseudo-root audio*
-
-spkr* at audio?



Home | Main Index | Thread Index | Old Index