Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/modules new npflog driver split out of npf_ext_log.
details: https://anonhg.NetBSD.org/src/rev/07a2148c2df1
branches: trunk
changeset: 785358:07a2148c2df1
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 10 20:54:14 2013 +0000
description:
new npflog driver split out of npf_ext_log.
diffstat:
sys/modules/Makefile | 3 ++-
sys/modules/if_npflog/Makefile | 11 +++++++++++
2 files changed, 13 insertions(+), 1 deletions(-)
diffs (32 lines):
diff -r 70169c3e51af -r 07a2148c2df1 sys/modules/Makefile
--- a/sys/modules/Makefile Sun Mar 10 20:51:44 2013 +0000
+++ b/sys/modules/Makefile Sun Mar 10 20:54:14 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.117 2012/12/10 00:32:25 rmind Exp $
+# $NetBSD: Makefile,v 1.118 2013/03/10 20:54:14 christos Exp $
.include <bsd.own.mk>
@@ -32,6 +32,7 @@
SUBDIR+= gpiosim
SUBDIR+= hfs
SUBDIR+= if_axe
+SUBDIR+= if_npflog
SUBDIR+= iic
SUBDIR+= kernfs
SUBDIR+= layerfs
diff -r 70169c3e51af -r 07a2148c2df1 sys/modules/if_npflog/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/if_npflog/Makefile Sun Mar 10 20:54:14 2013 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2013/03/10 20:54:14 christos Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/net/npf
+
+KMOD= if_npflog
+
+SRCS= if_npflog.c
+
+.include <bsd.kmodule.mk>
Home |
Main Index |
Thread Index |
Old Index