Module Name:    src
Committed By:   pgoyette
Date:           Fri Jan 31 18:12:15 UTC 2014

Modified Files:
        src/sys/modules/crypto: Makefile
Added Files:
        src/sys/modules/crypto: crypto.ioconf

Log Message:
Provide ioconf file to generate config data structures


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/modules/crypto/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/crypto/crypto.ioconf

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/crypto/Makefile
diff -u src/sys/modules/crypto/Makefile:1.1 src/sys/modules/crypto/Makefile:1.2
--- src/sys/modules/crypto/Makefile:1.1	Sun Dec 29 18:20:42 2013
+++ src/sys/modules/crypto/Makefile	Fri Jan 31 18:12:15 2014
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.1 2013/12/29 18:20:42 pgoyette Exp $
+#	$NetBSD: Makefile,v 1.2 2014/01/31 18:12:15 pgoyette Exp $
 
 .include "../Makefile.inc"
 
@@ -6,6 +6,8 @@ CPPFLAGS+=	-DCOMPAT_50
 
 .PATH:	${S}/opencrypto
 
+IOCONF=	crypto.ioconf
+
 KMOD=	crypto
 SRCS=	cryptodev.c ocryptodev.c
 

Added files:

Index: src/sys/modules/crypto/crypto.ioconf
diff -u /dev/null src/sys/modules/crypto/crypto.ioconf:1.1
--- /dev/null	Fri Jan 31 18:12:15 2014
+++ src/sys/modules/crypto/crypto.ioconf	Fri Jan 31 18:12:15 2014
@@ -0,0 +1,7 @@
+# $NetBSD: crypto.ioconf,v 1.1 2014/01/31 18:12:15 pgoyette Exp $ 
+
+ioconf	crypto
+
+include "conf/files"
+
+pseudo-device crypto

Reply via email to