diff options
| author | jonathan <jonathan@NetBSD.org> | 2003-12-31 16:44:26 +0000 |
|---|---|---|
| committer | jonathan <jonathan@NetBSD.org> | 2003-12-31 16:44:26 +0000 |
| commit | 01c51dab616b2fabe8a7485bc2df2eb47390879b (patch) | |
| tree | 1a53304479957bc54b7e4b96cb0843f0e486f418 /sys/dev | |
| parent | 7f9bbe325c8974a695a471e37701efb0a1c80c20 (diff) | |
Split opencrypto configuration into an attribute, usable by inkernel
clients, and a pseudo-device for userspace access.
The attribute is named `opencrypto'. The pseudo-device is renamed to
"crypto", which has a dependency on "opencrypto". The sys/conf/majors
entry and pseudo-device attach entrypoint are updated to match the
new pseudo-device name.
Fast IPsec (sys/netipsec/files.ipsec) now lists a dependency on the
"opencrypto" attribute. Drivers for crypto accelerators (ubsec,
hifn775x) also pull in opencrypto, as providers of opencrypto transforms.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/files.pci | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index de69448b24e..9afe0921c0e 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.204 2003/12/14 01:32:02 thorpej Exp $ +# $NetBSD: files.pci,v 1.205 2003/12/31 16:44:26 jonathan Exp $ # # Config file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -615,12 +615,12 @@ attach amdpm at pci file dev/pci/amdpm.c amdpm # Hi/fn 7751 -device hifn {} +device hifn: opencrypto attach hifn at pci file dev/pci/hifn7751.c hifn # Bluesteelnet 5501/5601, Broadcom 580x/582x security processor -device ubsec: crypto +device ubsec: opencrypto attach ubsec at pci file dev/pci/ubsec.c ubsec |
