Poul-Henning Kamp
fe12f24bb0
Add missing <sys/module.h> includes
2004-05-30 20:08:47 +00:00
Nate Lawson
5f96beb9e0
Convert callers to the new bus_alloc_resource_any(9) API.
...
Submitted by: Mark Santcroos <marks@ripe.net>
Reviewed by: imp, dfr, bde
2004-03-17 17:50:55 +00:00
Peter Wemm
668329e94b
Compile on amd64. (pointer/int mismatches and printf int vs long )
2004-02-05 01:35:33 +00:00
Warner Losh
90cf0136c4
Prefer new location of pci include files (which have only been in the
...
tree for two or more years now), except in a few places where there's
code to be compatible with older versions of FreeBSD.
2003-08-22 07:08:17 +00:00
Sam Leffler
c06eb4e293
Change instances of callout_init that specify MPSAFE behaviour to
...
use CALLOUT_MPSAFE instead of "1" for the second parameter. This
does not change the behaviour; it just makes the intent more clear.
2003-08-19 17:51:11 +00:00
Sam Leffler
900017e84b
o add missing {}'s that to safe_dmamap_uniform that caused extraneous copies
...
for partly-aligned operations through /dev/crypto (unlikely)
o add missing case in iov code that never showed up because of the above bug
Submitted by: "Jason L. Wright" <jason@thought.net>
MFC after: 3 days
2003-08-13 20:42:53 +00:00
Sam Leffler
b7e3f244f8
SafeNet crypto driver (supports only RNG and symmetric ops; no PK support yet)
...
Sponsored by: Global Technology Associates, Inc.
MFC after: 1 day
2003-07-21 21:46:07 +00:00