cryptodev.c (b4c408e0fe423a1afb1c36176e8d37e77226426b) cryptodev.c (f544a528731c3d599bb1d7b5828acd21a1fd543d)
1/* $FreeBSD$ */
2/* $OpenBSD: cryptodev.c,v 1.52 2002/06/19 07:22:46 deraadt Exp $ */
3
4/*
5 * Copyright (c) 2001 Theo de Raadt
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 780 unchanged lines hidden (view full) ---

789
790static moduledata_t cryptodev_mod = {
791 "cryptodev",
792 cryptodev_modevent,
793 0
794};
795MODULE_VERSION(cryptodev, 1);
796DECLARE_MODULE(cryptodev, cryptodev_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
1/* $FreeBSD$ */
2/* $OpenBSD: cryptodev.c,v 1.52 2002/06/19 07:22:46 deraadt Exp $ */
3
4/*
5 * Copyright (c) 2001 Theo de Raadt
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 780 unchanged lines hidden (view full) ---

789
790static moduledata_t cryptodev_mod = {
791 "cryptodev",
792 cryptodev_modevent,
793 0
794};
795MODULE_VERSION(cryptodev, 1);
796DECLARE_MODULE(cryptodev, cryptodev_mod, SI_SUB_PSEUDO, SI_ORDER_ANY);
797MODULE_DEPEND(cryptodev, crypto, 1, 1, 1);