summaryrefslogtreecommitdiff
path: root/sys/dev/pci/lofnvar.h
AgeCommit message (Collapse)Author
2003-06-02nuke clase 3 & 4Jason Wright
2002-09-24Don't use constants for the output parameter, use the iparam count as a ↵Jason Wright
pointer to the first result location.
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-06-26jack up the rng clock prescalar a bitJason Wright
define the rng address space
2001-06-26fix big oops in bus access macros and buffer for rngJason Wright
2001-06-26bus access methodsJason Wright
2001-06-25New dma engine skeletonJason Wright