summaryrefslogtreecommitdiffstats
path: root/sys/dev/hifn/hifn7751.c
Commit message (Expand)AuthorAgeFilesLines
* Use newly added functions to simplify the code.pjd2006-06-041-37/+16
* Fix HMACs handling with uio's by not using crp_mac for storing calculatedpjd2006-05-221-2/+3
* Honor cri_mlen value.pjd2006-05-171-9/+19
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* These registers are saved by pci bus code. Remove from #if 0'd code anywayimp2005-06-051-18/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-3/+3
* Update support for 795x parts:sam2005-01-191-3/+112
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* add missing ';' that didn't show up with INVARIANTS enabledsam2004-10-151-1/+1
* Move session state from on-card memory to host memory so we no longer aresam2004-10-151-35/+43
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-2/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-6/+6
* Add CRD_F_KEY_EXPLICIT which allows the key to be changed perphk2004-02-021-0/+2
* NULL falloutsam2003-12-251-4/+4
* Add symmetric crypto support for the 7955 and 7956.sam2003-10-081-37/+137
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-021-2/+2
* Use __FBSDID().obrien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Change instances of callout_init that specify MPSAFE behaviour tosam2003-08-191-4/+2
* Mega busdma API commit.scottl2003-07-011-0/+2
* Add support to eliminate a context switch per crypto op when using thesam2003-06-271-1/+1
* fix typo (how did this get committed?)sam2003-06-041-1/+1
* detach RNG test facility on device detachsam2003-06-041-0/+4
* Redo locking for better SMP suport:sam2003-06-021-15/+18
* o add crypto driver glue for using the new rndtest driver/module; this issam2003-03-111-4/+27
* gack; revert previous commit; not only did I read things backward butsam2003-03-111-1/+1
* sync with current: reduce default maxbatch setting from 5 to 1sam2003-03-111-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* Catch more uses of MIN().alfred2003-02-021-2/+0
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* move sysctl's under hw.hifn; change max batching default to 1 (no batching)sam2003-01-201-7/+9
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-3/+4
* whitespace/indentation fix from phksam2002-10-161-10/+10
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-161-0/+1
* 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
* Crypto device driver for hifn-based cards. Tested with 7951-, and 7811-basedsam2002-10-041-0/+2634
OpenPOWER on IntegriCloud