Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/wsbell Actually create the wsbell(4) module



details:   https://anonhg.NetBSD.org/src/rev/bb937630b2f4
branches:  trunk
changeset: 824626:bb937630b2f4
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Jun 11 22:21:33 2017 +0000

description:
Actually create the wsbell(4) module

diffstat:

 sys/modules/wsbell/Makefile      |  13 +++++++++++++
 sys/modules/wsbell/wsbell.ioconf |   9 +++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diffs (30 lines):

diff -r fe14402653fa -r bb937630b2f4 sys/modules/wsbell/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/wsbell/Makefile       Sun Jun 11 22:21:33 2017 +0000
@@ -0,0 +1,13 @@
+#      $NetBSD: Makefile,v 1.1 2017/06/11 22:21:33 pgoyette Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/wscons
+
+CPPFLAGS+=     -DNWSMUX=1
+
+KMOD=  wsbell
+IOCONF=        wsbell.ioconf
+SRCS=  wsbell.c
+
+.include <bsd.kmodule.mk>
diff -r fe14402653fa -r bb937630b2f4 sys/modules/wsbell/wsbell.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/wsbell/wsbell.ioconf  Sun Jun 11 22:21:33 2017 +0000
@@ -0,0 +1,9 @@
+#      $NetBSD: wsbell.ioconf,v 1.1 2017/06/11 22:21:33 pgoyette Exp $
+
+ioconf         wsbell
+
+include                "conf/files"
+
+pseudo-root    spkr*
+
+wsbell*                at spkr? console ?



Home | Main Index | Thread Index | Old Index