diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-08-20 06:14:44 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2014-08-20 06:14:44 +0000 |
commit | a47828983e61e0be4f4cbbc4a3385039c90ad272 (patch) | |
tree | 098c6c9d1ccddc22ad7719c602fb3f96c33256ea /sys/arch/sparc64 | |
parent | d912268af18b8ad6413142cb7cd2f46da52365d8 (diff) |
unlink crypto(4) pseudo device from the architecture dependant character
device tables and kernel config files. ok deraadt
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/sparc64/conf.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc64/sparc64/conf.c b/sys/arch/sparc64/sparc64/conf.c index f30a98bb5a5..8ec96d450b3 100644 --- a/sys/arch/sparc64/sparc64/conf.c +++ b/sys/arch/sparc64/sparc64/conf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: conf.c,v 1.70 2013/11/04 14:11:29 deraadt Exp $ */ +/* $OpenBSD: conf.c,v 1.71 2014/08/20 06:14:43 mikeb Exp $ */ /* $NetBSD: conf.c,v 1.17 2001/03/26 12:33:26 lukem Exp $ */ /* @@ -111,7 +111,6 @@ cdev_decl(pci); #include "pf.h" #include "ksyms.h" -#include "inet.h" #include "systrace.h" #include "hotplug.h" @@ -231,7 +230,7 @@ struct cdevsw cdevsw[] = cdev_gen_init(NMBPP,mbpp), /* 72: magma parallel ports */ cdev_pf_init(NPF,pf), /* 73: packet filter */ cdev_notdef(), /* 74: ALTQ (deprecated) */ - cdev_crypto_init(NCRYPTO,crypto), /* 75: /dev/crypto */ + cdev_notdef(), /* 75: was: /dev/crypto */ cdev_ksyms_init(NKSYMS,ksyms), /* 76 *: Kernel symbols device */ cdev_tty_init(NSABTTY,sabtty), /* 77: sab82532 serial ports */ cdev_wsdisplay_init(NWSDISPLAY, /* 78: frame buffers, etc. */ |