Module Name:    src
Committed By:   pgoyette
Date:           Fri Jan  3 16:07:27 UTC 2014

Modified Files:
        src/sys/dev/pci: ubsec.c

Log Message:
If you're going to build this driver as a module, make sure that it
depends on opencrypto module.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/dev/pci/ubsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/ubsec.c
diff -u src/sys/dev/pci/ubsec.c:1.35 src/sys/dev/pci/ubsec.c:1.36
--- src/sys/dev/pci/ubsec.c:1.35	Thu Dec 26 00:51:23 2013
+++ src/sys/dev/pci/ubsec.c	Fri Jan  3 16:07:27 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: ubsec.c,v 1.35 2013/12/26 00:51:23 bad Exp $	*/
+/*	$NetBSD: ubsec.c,v 1.36 2014/01/03 16:07:27 pgoyette Exp $	*/
 /* $FreeBSD: src/sys/dev/ubsec/ubsec.c,v 1.6.2.6 2003/01/23 21:06:43 sam Exp $ */
 /*	$OpenBSD: ubsec.c,v 1.127 2003/06/04 14:04:58 jason Exp $	*/
 
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ubsec.c,v 1.35 2013/12/26 00:51:23 bad Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ubsec.c,v 1.36 2014/01/03 16:07:27 pgoyette Exp $");
 
 #undef UBSEC_DEBUG
 
@@ -592,7 +592,7 @@ ubsec_detach(device_t self, int flags)
 	return 0;
 }
 
-MODULE(MODULE_CLASS_DRIVER, ubsec, "pci");
+MODULE(MODULE_CLASS_DRIVER, ubsec, "pci,opencrypto");
 
 #ifdef _MODULE
 #include "ioconf.c"

Reply via email to