aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hifn
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* sys/dev: use our nitems() macro when it is avaliable through param.h.Pedro F. Giffuni2016-04-191-1/+1
* Huge cleanup of random(4) code.Mark Murray2015-06-301-1/+2
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenJung-uk Kim2015-05-221-2/+2
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-4/+2
* Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,John Baldwin2014-06-101-3/+0
* Snapshot. This passes the build test, but has not yet been finished or debugged.Mark Murray2013-10-041-1/+1
* Yarrow wants entropy estimations to be conservative; the usual ideaMark Murray2013-09-061-1/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-6/+6
* Convert a number of drivers to obtaining their parent DMA tag from theirScott Long2012-03-121-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-5/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* No need to zero the softc. It's allocated with M_ZERO.Tijl Coosemans2010-12-181-27/+3
* - Do not place variables to memory allocated by busdma. pre/post opsOleksandr Tymoshenko2010-09-242-83/+83
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-3/+4
* shutdown returns an intWarner Losh2009-02-051-2/+3
* Overhaul driver/subsystem api's:Sam Leffler2007-03-213-87/+219
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-1/+1
* Use newly added functions to simplify the code.Pawel Jakub Dawidek2006-06-041-37/+16
* Fix HMACs handling with uio's by not using crp_mac for storing calculatedPawel Jakub Dawidek2006-05-221-2/+3
* Honor cri_mlen value.Pawel Jakub Dawidek2006-05-172-9/+20
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* These registers are saved by pci bus code. Remove from #if 0'd code anywayWarner Losh2005-06-051-18/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-3/+3
* Update support for 795x parts:Sam Leffler2005-01-193-6/+145
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-063-3/+3
* add missing ';' that didn't show up with INVARIANTS enabledSam Leffler2004-10-151-1/+1
* Move session state from on-card memory to host memory so we no longer areSam Leffler2004-10-152-43/+46
* 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
* Use the external clock input for our PLL.Poul-Henning Kamp2004-03-101-1/+1
* 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-083-41/+159
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-022-4/+4
* 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
* remove bogon (undefined struct decl)Sam Leffler2003-06-041-2/+0
* 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-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