| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC: r227309 (partial) | Marius Strobl | 2013-03-09 | 1 | -1/+2 |
| * | MFC: r243857 (partial) | Marius Strobl | 2013-03-09 | 1 | -6/+6 |
| * | MFC 232854,232874,232882,232883,232886 for bus_get_dma_tag() | Scott Long | 2012-03-16 | 1 | -1/+1 |
| * | MFC r226173, r227843, r227848 and r227908: | Hans Petter Selasky | 2011-12-31 | 1 | -5/+1 |
| * | No need to zero the softc. It's allocated with M_ZERO. | Tijl Coosemans | 2010-12-18 | 1 | -27/+3 |
| * | - Do not place variables to memory allocated by busdma. pre/post ops | Oleksandr Tymoshenko | 2010-09-24 | 2 | -83/+83 |
| * | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | Robert Noland | 2009-12-29 | 1 | -3/+4 |
| * | shutdown returns an int | Warner Losh | 2009-02-05 | 1 | -2/+3 |
| * | Overhaul driver/subsystem api's: | Sam Leffler | 2007-03-21 | 3 | -86/+218 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Use newly added functions to simplify the code. | Pawel Jakub Dawidek | 2006-06-04 | 1 | -37/+16 |
| * | Fix HMACs handling with uio's by not using crp_mac for storing calculated | Pawel Jakub Dawidek | 2006-05-22 | 1 | -2/+3 |
| * | Honor cri_mlen value. | Pawel Jakub Dawidek | 2006-05-17 | 2 | -9/+20 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 1 | -1/+0 |
| * | These registers are saved by pci bus code. Remove from #if 0'd code anyway | Warner Losh | 2005-06-05 | 1 | -18/+0 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -3/+3 |
| * | Update support for 795x parts: | Sam Leffler | 2005-01-19 | 3 | -6/+145 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 3 | -3/+3 |
| * | add missing ';' that didn't show up with INVARIANTS enabled | Sam Leffler | 2004-10-15 | 1 | -1/+1 |
| * | Move session state from on-card memory to host memory so we no longer are | Sam Leffler | 2004-10-15 | 2 | -43/+46 |
| * | Consistently use __inline instead of __inline__ as the former is an empty macro | Stefan Farfeleder | 2004-07-04 | 1 | -2/+2 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -6/+6 |
| * | Use the external clock input for our PLL. | Poul-Henning Kamp | 2004-03-10 | 1 | -1/+1 |
| * | Add CRD_F_KEY_EXPLICIT which allows the key to be changed per | Poul-Henning Kamp | 2004-02-02 | 1 | -0/+2 |
| * | NULL fallout | Sam Leffler | 2003-12-25 | 1 | -4/+4 |
| * | Add symmetric crypto support for the 7955 and 7956. | Sam Leffler | 2003-10-08 | 3 | -41/+159 |
| * | Use PCIR_BAR(x) instead of PCIR_MAPS. | John Baldwin | 2003-09-02 | 2 | -4/+4 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -2/+3 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Change instances of callout_init that specify MPSAFE behaviour to | Sam Leffler | 2003-08-19 | 1 | -4/+2 |
| * | Mega busdma API commit. | Scott Long | 2003-07-01 | 1 | -0/+2 |
| * | Add support to eliminate a context switch per crypto op when using the | Sam Leffler | 2003-06-27 | 1 | -1/+1 |
| * | fix typo (how did this get committed?) | Sam Leffler | 2003-06-04 | 1 | -1/+1 |
| * | detach RNG test facility on device detach | Sam Leffler | 2003-06-04 | 1 | -0/+4 |
| * | remove bogon (undefined struct decl) | Sam Leffler | 2003-06-04 | 1 | -2/+0 |
| * | Redo locking for better SMP suport: | Sam Leffler | 2003-06-02 | 1 | -15/+18 |
| * | o add crypto driver glue for using the new rndtest driver/module; this is | Sam Leffler | 2003-03-11 | 2 | -4/+32 |
| * | gack; revert previous commit; not only did I read things backward but | Sam Leffler | 2003-03-11 | 1 | -1/+1 |
| * | sync with current: reduce default maxbatch setting from 5 to 1 | Sam Leffler | 2003-03-11 | 1 | -1/+1 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -6/+6 |
| * | Catch more uses of MIN(). | Alfred Perlstein | 2003-02-02 | 1 | -2/+0 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -6/+6 |
| * | move sysctl's under hw.hifn; change max batching default to 1 (no batching) | Sam Leffler | 2003-01-20 | 1 | -7/+9 |
| * | Correct mbuf packet header propagation. Previously, packet headers | Sam Leffler | 2002-12-30 | 1 | -3/+4 |
| * | whitespace/indentation fix from phk | Sam Leffler | 2002-10-16 | 1 | -9/+9 |
| * | Module-ize the 'core' crypto stuff. This may still need to be compiled | Mark Murray | 2002-10-16 | 1 | -0/+1 |
| * | missed additional callout that can run w/o Giant locked | Sam Leffler | 2002-10-15 | 1 | -1/+2 |
| * | No need to hold Giant will harvesting RNG data; change callout_init so | Sam Leffler | 2002-10-11 | 1 | -1/+2 |
| * | Crypto device driver for hifn-based cards. Tested with 7951-, and 7811-based | Sam Leffler | 2002-10-04 | 3 | -0/+3458 |