Long over due checkpoint:
authorjason <jason@openbsd.org>
Wed, 29 Mar 2000 20:54:59 +0000 (20:54 +0000)
committerjason <jason@openbsd.org>
Wed, 29 Mar 2000 20:54:59 +0000 (20:54 +0000)
commit4703b24680fae00653d78353ed0eec2616ed0adc
treec4a7981427765535e35b0a1002472fc450ad10d9
parent1ad056bd6a22b0aaaefdf5333a5b79354b125f17
Long over due checkpoint:
o register the hifn as handling DES and 3DES (no md5 or sha1 yet) depending
on whether the board is unlocked (none, half, or full)
o Fix many KNF nits
o print the amount of memory correctly and don't print the number of sessions
o set command and result buffer sizes correctly
o reclaim the descriptor rings so new commands and buffers can be added
o remove some bogus checks on the command buffer
o add new variables mac_process_len and crypt_process_len to hifn_command_t
o fix calculation in hifn_mbuf to generate the pa/len array for src/dst
o simplify the code for setting up the jump descriptor
o rework the hifn_intr routine to interrupt at IPL_IMP and simplify it's
results processing
o more to come...
sys/dev/pci/hifn7751.c
sys/dev/pci/hifn7751reg.h
sys/dev/pci/hifn7751var.h