History log of /src/sys/modules/compat_crypto_50 |
Revision | Date | Author | Comments |
1.3 | 27-Jan-2020 |
pgoyette | Split the module glue out from the rest of opencrypto/ocryptodev to make rump happy.
Rump doesn't have compat modules (the compat code is included in the relevant librump*.so), so there's no module compat_50 listed in link_set_modules, and thus ocryptodev's MODULE(...) can't "require" it.
This fixes the problem of "built-in module compat_50 not found" when starting up rump_allserver (or rump_server with -l rumpdev_opencrypto).
XXX This does not resolve the long-standing "crypto: unable to XXX register devsw, error 17" message noted at line 78 of XXX sys/rump/dev/lib/libopencrypto/opencrypto_component.c
|
1.2 | 27-Jan-2019 |
pgoyette | branches: 1.2.4; 1.2.8; Merge the [pgoyette-compat] branch
|
1.1 | 23-Sep-2018 |
pgoyette | branches: 1.1.2; file Makefile was initially added on branch pgoyette-compat.
|
1.1.2.3 | 23-Sep-2018 |
pgoyette | No need to declare the crypto_50 init/fini routines. The compat_50 module no longer needs them, and they're declared static in the ocryptodev.c code
|
1.1.2.2 | 23-Sep-2018 |
pgoyette | Fix some thinkos/pastos/typos
|
1.1.2.1 | 23-Sep-2018 |
pgoyette | Split the compat_crypto_50 from the rest of the crypto module
Cleanup some stuff left over from similar changes to raid modules.
|
1.2.8.1 | 29-Feb-2020 |
ad | Sync with head.
|
1.2.4.3 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
1.2.4.2 | 10-Jun-2019 |
christos | Sync with HEAD
|
1.2.4.1 | 27-Jan-2019 |
christos | file Makefile was added on branch phil-wifi on 2019-06-10 22:09:15 +0000
|