phk
90905956dd
Add missing <sys/module.h> includes
2004-05-30 20:08:47 +00:00
njl
6bcc4e8616
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
d9003b9301
Compile on amd64. (pointer/int mismatches and printf int vs long )
2004-02-05 01:35:33 +00:00
imp
d8644cda5e
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
77a4adf88f
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
dfbdffb364
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
0c88d01466
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