summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hifn7751reg.h
AgeCommit message (Expand)Author
2001-08-27initial support for non-HMAC md5/sha1 (work by ben@ and myself)Jason Wright
2001-08-08Initial support for RC4 operations (This probably won't work yet asJason Wright
2001-07-08Hifn has changed its company name, make the name consistent throughoutBrad Smith
2001-06-27"IPsec" capitalization (jsyn@nthought.com)Angelos D. Keromytis
2001-06-26move bus access to var where it belongsJason Wright
2001-06-25bits are -wrong- in documentation... this is a recurring theme, do chipJason Wright
2001-06-23add some infrastructure for the public engineJason Wright
2001-06-23more 7951 specific bits and definitionsJason Wright
2001-06-23- put hw defines in *reg, software defines in *var, etcJason Wright
2001-06-22Fix lotsa bugs:Jason Wright
2001-06-22Add support for RNG on 7951; many thanks to Soren KristensenJason Wright
2001-05-13First try at bus_dma(9)-ifying hifn7751 driver... advantages:Jason Wright
2001-05-08document registers off BAR1 found on the 7951Theo de Raadt
2000-12-12remove some dead stuff and correct spelling in commentJason Wright
2000-10-26shadow the dmaier to avoid an additional pci read in the interrupt pathJason Wright
2000-09-21use volatile's on all structures shared between cpu and hifnJason Wright
2000-04-11define the rest of the descriptor bitsJason Wright
2000-04-10- Add back code from the original aeon driver to handle missed interrupts byJason Wright
2000-04-05maintain state about keys, upload them to context ram once (and avoid theJason Wright
2000-04-04make the comment and definition of HIFN_MAX_COMMAND more readableJason Wright
2000-03-29- update copyrightsJason Wright
2000-03-29Long over due checkpoint:Jason Wright
2000-03-17Fix some space->\tJason Wright
2000-03-16move aeon to hifn7751Theo de Raadt
2000-03-15Bring in bit definitions from the datasheet and allow shared interrupts.Jason Wright
2000-03-10unlock cryptography functions on Hi/fn 7751 cryptography card. Based on reve...Michael Shalayeff
1999-12-15nuke *vm_alloc_page_contig, use bus_dmaJason Wright
1999-02-24handle scatter-gather, seperate src/dst mbuf, etcTheo de Raadt
1999-02-21use src/dst descriptor chaining out of an mbufTheo de Raadt
1999-02-19invertex aeon driver baseTheo de Raadt