summaryrefslogtreecommitdiff
path: root/sys/dev/hifn/hifn7751.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/5.4.0_cvscvs2svn2005-05-071-1/+1
* MFC: /*- and my license changes for sys/[a-d]*Warner Losh2005-01-301-1/+1
* Merge support for 795x parts from HEAD:Sam Leffler2005-01-281-3/+112
* MFC: hifn7751.c 1.29, hifn7751var.h 1.5Sam Leffler2004-12-131-35/+43
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-2/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+6
* Add CRD_F_KEY_EXPLICIT which allows the key to be changed perPoul-Henning Kamp2004-02-021-0/+2
* NULL falloutSam Leffler2003-12-251-4/+4
* Add symmetric crypto support for the 7955 and 7956.Sam Leffler2003-10-081-37/+137
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Change instances of callout_init that specify MPSAFE behaviour toSam Leffler2003-08-191-4/+2
* Mega busdma API commit.Scott Long2003-07-011-0/+2
* Add support to eliminate a context switch per crypto op when using theSam Leffler2003-06-271-1/+1
* fix typo (how did this get committed?)Sam Leffler2003-06-041-1/+1
* detach RNG test facility on device detachSam Leffler2003-06-041-0/+4
* Redo locking for better SMP suport:Sam Leffler2003-06-021-15/+18
* o add crypto driver glue for using the new rndtest driver/module; this isSam Leffler2003-03-111-4/+27
* 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-10/+10
* 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-041-0/+2634