summaryrefslogtreecommitdiffstats
path: root/sys/dev/hifn
Commit message (Expand)AuthorAgeFilesLines
* Merge from project branch via main. Uninteresting commits are trimmed.markm2013-10-121-1/+1
* Yarrow wants entropy estimations to be conservative; the usual ideamarkm2013-09-061-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-6/+6
* Convert a number of drivers to obtaining their parent DMA tag from theirscottl2012-03-121-1/+1
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+2
* No need to zero the softc. It's allocated with M_ZERO.tijl2010-12-181-27/+3
* - Do not place variables to memory allocated by busdma. pre/post opsgonzo2010-09-242-83/+83
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-3/+4
* shutdown returns an intimp2009-02-051-2/+3
* Overhaul driver/subsystem api's:sam2007-03-213-87/+219
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* 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-172-9/+20
* 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-193-6/+145
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* 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-152-43/+46
* 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
* Use the external clock input for our PLL.phk2004-03-101-1/+1
* 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-083-41/+159
* Use PCIR_BAR(x) instead of PCIR_MAPS.jhb2003-09-022-4/+4
* 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
* remove bogon (undefined struct decl)sam2003-06-041-2/+0
* 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-112-4/+32
* 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
OpenPOWER on IntegriCloud