summaryrefslogtreecommitdiffstats
path: root/sys/dev/ubsec
Commit message (Expand)AuthorAgeFilesLines
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnimp2005-03-011-3/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-063-3/+3
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-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-2/+1
* 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
* Redo locking for proper SMP operation:sam2003-06-022-52/+50
* recognize the Sun Crypto 5821 and Crypto 1K cards;sam2003-04-272-4/+22
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* o add crypto driver glue for using the new rndtest driver/module; this issam2003-03-112-6/+36
* correct output byte count statistic collectionsam2003-03-111-2/+3
* add 5801 and 5802 recognition (somehow lost in transition from openbsd)sam2003-02-272-2/+9
* o instead of applying arbitrary tunables, just honor the COP_F_BATCHsam2003-02-241-73/+46
* Back out M_* changes, per decision of the TRB.imp2003-02-191-6/+6
* add 5823 device id's; this allows 5823 parts to function but you cannotsam2003-02-072-2/+7
* shield kernel data structures so user apps can include this filesam2003-02-071-0/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* move sysctl's under hw.ubsecsam2003-01-201-9/+10
* correct printf formatsam2003-01-111-1/+1
* fix memory allocation problems and collateral damage:sam2003-01-062-71/+112
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-2/+2
* MFS 1.6.2.3: fixup statistics; turn off batching by default; add maxsam2002-12-302-12/+63
* Correct mbuf packet header propagation. Previously, packet headerssam2002-12-301-2/+4
* Quiet some DIAGNOSTIC printf warnings with band-aid casts.jhb2002-11-071-4/+5
* Module-ize the 'core' crypto stuff. This may still need to be compiledmarkm2002-10-161-0/+1
* Be consistent about functions being static.phk2002-10-161-2/+2
* No need to hold Giant will harvesting RNG data; change callout_init sosam2002-10-111-1/+2
* Track openbsd changes that don't affect us yet (PK supoprt issam2002-10-073-28/+258
* Crypto device driver for Broadcom-based cards. Known to work with 582x-basedsam2002-10-043-0/+2984
OpenPOWER on IntegriCloud