Source-Changes-HG archive

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

[src/trunk]: src/sys/modules/crypto Provide ioconf file to generate config da...



details:   https://anonhg.NetBSD.org/src/rev/13daa7347d0e
branches:  trunk
changeset: 326497:13daa7347d0e
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Jan 31 18:12:15 2014 +0000

description:
Provide ioconf file to generate config data structures

diffstat:

 sys/modules/crypto/Makefile      |  4 +++-
 sys/modules/crypto/crypto.ioconf |  7 +++++++
 2 files changed, 10 insertions(+), 1 deletions(-)

diffs (29 lines):

diff -r 071161e4135f -r 13daa7347d0e sys/modules/crypto/Makefile
--- a/sys/modules/crypto/Makefile       Fri Jan 31 18:11:32 2014 +0000
+++ b/sys/modules/crypto/Makefile       Fri Jan 31 18:12:15 2014 +0000
@@ -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 @@
 
 .PATH: ${S}/opencrypto
 
+IOCONF=        crypto.ioconf
+
 KMOD=  crypto
 SRCS=  cryptodev.c ocryptodev.c
 
diff -r 071161e4135f -r 13daa7347d0e sys/modules/crypto/crypto.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/crypto/crypto.ioconf  Fri Jan 31 18:12:15 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index