summaryrefslogtreecommitdiff
path: root/sys/dev/hifn
Commit message (Expand)AuthorAgeFilesLines
* o add crypto driver glue for using the new rndtest driver/module; this isSam Leffler2003-03-112-4/+32
* gack; revert previous commit; not only did I read things backward butSam Leffler2003-03-111-1/+1
* sync with current: reduce default maxbatch setting from 5 to 1Sam Leffler2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-6/+6
* Catch more uses of MIN().Alfred Perlstein2003-02-021-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-6/+6
* move sysctl's under hw.hifn; change max batching default to 1 (no batching)Sam Leffler2003-01-201-7/+9
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-3/+4
* whitespace/indentation fix from phkSam Leffler2002-10-161-9/+9
* Module-ize the 'core' crypto stuff. This may still need to be compiledMark Murray2002-10-161-0/+1
* missed additional callout that can run w/o Giant lockedSam Leffler2002-10-151-1/+2
* No need to hold Giant will harvesting RNG data; change callout_init soSam Leffler2002-10-111-1/+2
* Crypto device driver for hifn-based cards. Tested with 7951-, and 7811-basedSam Leffler2002-10-043-0/+3458