summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hifn7751var.h
AgeCommit message (Expand)Author
2004-01-20don't limit the number of sessions to the onboard ram (always upload theJason Wright
2003-10-09- from freebsd: 795[56] AES supportJason Wright
2003-06-02licence cleanupTheo de Raadt
2003-05-13typos from Jean-Francois Brousseau;Jason McIntyre
2003-02-24Add support for LZS compression (only usable by ipcomp at the moment)Jason Wright
2003-02-17whitespace, typos, and compression structure defnsJason Wright
2003-01-05spellingTheo de Raadt
2002-07-23Turn READ/WRITE into function calls (driver was getting too bloated withJason Wright
2002-07-21Flip on the LEDs on a 7811 when each of the rings is active (and turn themJason Wright
2002-07-21Deal with the fact that one of the 7811 revisions cannot correctly handleJason Wright
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-01-08Add support for the Hifn 7811 (Thanks to GTGI for donating the card).Jason Wright
2001-11-12Don't abuse bus_dma(9) API by using dmamap->dm_* to hold results fromJason Wright
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-11-047751 has two registers in config space (0x40 - RETRY_TIMEOUT and 0x41,Jason Wright
2001-08-28an attempt at deuglification of the previous commit (It's still ugly, tho)Jason Wright
2001-08-28Relax restriction on buffer length being % 4 = 0 for the last entry in theJason Wright
2001-08-27Deal with __HAS_NEW_BUS_DMAMAP_SYNC and try to sync partial maps when possible.Jason Wright
2001-08-22rename hs_flags -> hs_state and use #defines for the state names.Jason Wright
2001-08-17Add RC4 support.ben
2001-08-11move hifn_stats definition to headerJason Wright
2001-08-08leave the dma engines polling for a bit after the last descriptor has beenJason Wright
2001-08-08Initial support for RC4 operations (This probably won't work yet asJason Wright
2001-07-21- Clear all interrupts during initialization (shouldn't be necessary, butJason 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-24Remove some redundent copies of the total length/skip values and use theJason Wright
2001-06-24reflect reality more closely and remove more invertex stuffJason Wright
2001-06-23- put hw defines in *reg, software defines in *var, etcJason Wright
2001-06-22Fix lotsa bugs:Jason Wright
2001-05-14use real uioTheo de Raadt
2001-05-13First try at bus_dma(9)-ifying hifn7751 driver... advantages:Jason Wright
2001-05-13initial cut at /dev/crypto support. takes original mbuf "try, and discardTheo de Raadt
2000-06-02callback is always staticTheo de Raadt
2000-05-08crank MAX_SCATTER to handle large chain lengths; deraadt ok'd.Jason Wright
2000-04-14not EXPORTJason Wright
2000-04-13remove bit definitions and associated macros for hifn_command.flags since itJason Wright
2000-04-13- let hifn_process() compute the mask bits for the command descriptorsJason Wright
2000-04-13remove unnecessary variableJason Wright
2000-04-11- add support for buffers that are not aligned (or end on a non 4byte boundary)Jason Wright
2000-04-10- Add back code from the original aeon driver to handle missed interrupts byJason Wright
2000-04-04add mac result pointer to the callback routineJason Wright
2000-03-29- update copyrightsJason Wright
2000-03-29remove round-robin use of the boards. We're depending on the upper layerJason Wright
2000-03-29Long over due checkpoint:Jason Wright
2000-03-22eissed another renamning of result_status -> result_flagsJason Wright
2000-03-22convert some spaces to tabs and make variable names the same as theJason Wright
2000-03-16move aeon to hifn7751Theo de Raadt
1999-02-24handle scatter-gather, seperate src/dst mbuf, etcTheo de Raadt