summaryrefslogtreecommitdiffstats
path: root/sys/dev/hifn
Commit message (Collapse)AuthorAgeFilesLines
...
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-161-0/+1
| | | | | | | | | into the kernel by default (if required), but other modules can now depend() on this. Fix inter-module dependancy. Earlier version OK'ed by: sam
* missed additional callout that can run w/o Giant lockedsam2002-10-151-1/+2
|
* No need to hold Giant will harvesting RNG data; change callout_init sosam2002-10-111-1/+2
| | | | this no longer happens for callbacks.
* Crypto device driver for hifn-based cards. Tested with 7951-, and 7811-basedsam2002-10-043-0/+3458
cards. Claimed to support many others. Obtained from: openbsd
OpenPOWER on IntegriCloud