summaryrefslogtreecommitdiff
path: root/sys/dev/pci/lofnreg.h
AgeCommit message (Collapse)Author
2002-05-09Rework to process requests from a queue/interrupt handler instead of busyJason Wright
waiting.
2002-05-08register as having support for MODEXP operations and add associatedJason Wright
goop as appropriate. Several problems still remain: - alot of incorrect results (probably something stupid) - the driver busy waits instead of being interrupt driven (pending question to hifn about how interrupt ack is supposed to work).
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2001-07-04clarify/neatenJason Wright
2001-06-27alternative instruction format handlingJason Wright
2001-06-26define opcodes and a macro for generating the instructionsJason Wright
also, be sure to mask off the reserved bits in the length space... 6500 seems to use them for something
2001-06-26Hey, what did ya expect... more reg defs?Jason Wright
2001-06-26There should be a way of automating register defines from databooks *sigh*Jason Wright
2001-06-26jack up the rng clock prescalar a bitJason Wright
define the rng address space
2001-06-26clock multiplier bitsJason Wright
2001-06-26add support for hardware rng using default scalar (can generate up to aJason Wright
3Mbit/s stream, but we're not using that... yet).
2001-06-26finish register defsJason Wright
2001-06-25some reg defsJason Wright
2001-06-25New dma engine skeletonJason Wright