diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2010-09-07 16:22:49 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2010-09-07 16:22:49 +0000 |
commit | 52852ea3823529a18252b1e2e3bcaea2a0ba8fa0 (patch) | |
tree | cd300c5d71ce04fdac1c2562bcf20ab9edbb83e3 /sys/arch/amd64/conf | |
parent | 0909b33ee356b8b24e8cfd8ef9abfcce75eac449 (diff) |
enable aesni.
that means that all users running ipsec on amd64 with 'aes'
cpu flag will have aes encryption accelerated in cbc and ctr
modes for all three key sizes: 128, 192 and 256.
for debug purposed a number of operations performed by the
driver is visible throught the pstat(8) utility:
pstat -d u aesni_ops
note that you need to run config(8) to hook up new files.
ok kettenis thib deraadt
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/files.amd64 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/files.amd64 b/sys/arch/amd64/conf/files.amd64 index 307297fa0b4..519b24be01e 100644 --- a/sys/arch/amd64/conf/files.amd64 +++ b/sys/arch/amd64/conf/files.amd64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.amd64,v 1.57 2010/07/01 00:24:27 thib Exp $ +# $OpenBSD: files.amd64,v 1.58 2010/09/07 16:22:48 mikeb Exp $ maxpartitions 16 maxusers 2 16 128 @@ -10,8 +10,8 @@ file arch/amd64/amd64/gdt.c file arch/amd64/amd64/machdep.c file arch/amd64/amd64/identcpu.c file arch/amd64/amd64/via.c -#file arch/amd64/amd64/aes_intel.S crypto -#file arch/amd64/amd64/aesni.c crypto +file arch/amd64/amd64/aes_intel.S crypto +file arch/amd64/amd64/aesni.c crypto file arch/amd64/amd64/amd64errata.c file arch/amd64/amd64/mem.c file arch/amd64/amd64/amd64_mem.c mtrr |