index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
hifn7751reg.h
Age
Commit message (
Expand
)
Author
2001-08-27
initial support for non-HMAC md5/sha1 (work by ben@ and myself)
Jason Wright
2001-08-08
Initial support for RC4 operations (This probably won't work yet as
Jason Wright
2001-07-08
Hifn has changed its company name, make the name consistent throughout
Brad Smith
2001-06-27
"IPsec" capitalization (jsyn@nthought.com)
Angelos D. Keromytis
2001-06-26
move bus access to var where it belongs
Jason Wright
2001-06-25
bits are -wrong- in documentation... this is a recurring theme, do chip
Jason Wright
2001-06-23
add some infrastructure for the public engine
Jason Wright
2001-06-23
more 7951 specific bits and definitions
Jason Wright
2001-06-23
- put hw defines in *reg, software defines in *var, etc
Jason Wright
2001-06-22
Fix lotsa bugs:
Jason Wright
2001-06-22
Add support for RNG on 7951; many thanks to Soren Kristensen
Jason Wright
2001-05-13
First try at bus_dma(9)-ifying hifn7751 driver... advantages:
Jason Wright
2001-05-08
document registers off BAR1 found on the 7951
Theo de Raadt
2000-12-12
remove some dead stuff and correct spelling in comment
Jason Wright
2000-10-26
shadow the dmaier to avoid an additional pci read in the interrupt path
Jason Wright
2000-09-21
use volatile's on all structures shared between cpu and hifn
Jason Wright
2000-04-11
define the rest of the descriptor bits
Jason Wright
2000-04-10
- Add back code from the original aeon driver to handle missed interrupts by
Jason Wright
2000-04-05
maintain state about keys, upload them to context ram once (and avoid the
Jason Wright
2000-04-04
make the comment and definition of HIFN_MAX_COMMAND more readable
Jason Wright
2000-03-29
- update copyrights
Jason Wright
2000-03-29
Long over due checkpoint:
Jason Wright
2000-03-17
Fix some space->\t
Jason Wright
2000-03-16
move aeon to hifn7751
Theo de Raadt
2000-03-15
Bring in bit definitions from the datasheet and allow shared interrupts.
Jason Wright
2000-03-10
unlock cryptography functions on Hi/fn 7751 cryptography card. Based on reve...
Michael Shalayeff
1999-12-15
nuke *vm_alloc_page_contig, use bus_dma
Jason Wright
1999-02-24
handle scatter-gather, seperate src/dst mbuf, etc
Theo de Raadt
1999-02-21
use src/dst descriptor chaining out of an mbuf
Theo de Raadt
1999-02-19
invertex aeon driver base
Theo de Raadt