diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-11-15 03:59:09 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-11-15 03:59:09 +0000 |
commit | 47b69589789f9a7561f52e02eff08616b0b58b8b (patch) | |
tree | 2cefb66f4bab9d86ea98e031485b9ec0c72440be /sys/arch/sparc64/include | |
parent | 334668c37fe733c473d6b6fa5a35557cd1b6440c (diff) |
cdev glue for crypto(9) [Not known to work, but will as soon as interrupt
issues are ironed out]
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r-- | sys/arch/sparc64/include/conf.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc64/include/conf.h b/sys/arch/sparc64/include/conf.h index 7fc1167862b..0fdae498dbd 100644 --- a/sys/arch/sparc64/include/conf.h +++ b/sys/arch/sparc64/include/conf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.h,v 1.4 2001/10/28 03:14:59 jason Exp $ */ +/* $OpenBSD: conf.h,v 1.5 2001/11/15 03:59:08 jason Exp $ */ /* $NetBSD: conf.h,v 1.9 2001/03/26 12:33:26 lukem Exp $ */ /*- @@ -41,6 +41,8 @@ #define mmwrite mmrw cdev_decl(mm); +cdev_decl(crypto); + cdev_decl(ksyms); cdev_decl(openprom); |