summaryrefslogtreecommitdiff
path: root/sys/dev/safe/safe.c
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-261-1/+1
* MFC: Synchronize crypto drivers with the code from the HEAD branch.Pawel Jakub Dawidek2006-09-041-122/+165
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* 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-4/+4
* Compile on amd64. (pointer/int mismatches and printf int vs long )Peter Wemm2004-02-051-5/+5
* 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-2/+1
* o add missing {}'s that to safe_dmamap_uniform that caused extraneous copiesSam Leffler2003-08-131-2/+4
* SafeNet crypto driver (supports only RNG and symmetric ops; no PK support yet)Sam Leffler2003-07-211-0/+2246