summaryrefslogtreecommitdiff
path: root/sys/dev/pci/lofn.c
AgeCommit message (Expand)Author
2003-06-02nuke clase 3 & 4Jason Wright
2002-11-21From Angelos:Jason Wright
2002-09-24Don't use constants for the output parameter, use the iparam count as a point...Jason Wright
2002-09-18Write the operand registers with the correct endian (fortunately it just meansJason Wright
2002-05-10Normalize base and exponent to the same length as the modulus and failJason Wright
2002-05-10- Add a set length insn for the result (length gets zotted by the shift right)Jason Wright
2002-05-09Set length tag of the correct registersJason Wright
2002-05-09Set correct bit in IERJason Wright
2002-05-09Rework to process requests from a queue/interrupt handler instead of busyJason Wright
2002-05-08register as having support for MODEXP operations and add associatedJason Wright
2002-04-08Credit DARPA/USAF appropriately.Jason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-08-25Change pci_intr_map to take pci_attach_args as an argument.Artur Grabowski
2001-08-12remove redundant vm includesMichael Shalayeff
2001-07-08Hifn has changed its company name, make the name consistent throughoutBrad Smith
2001-06-26routines for getting/putting data register numbersJason Wright
2001-06-26no need to print the BAR... test program uses dev/pci =)Jason Wright
2001-06-26jack up the rng clock prescalar a bitJason Wright
2001-06-26cleaning and adding a bit of debugging code... next step: bignums from userla...Jason Wright
2001-06-26add support for hardware rng using default scalar (can generate up to aJason Wright
2001-06-26this is not a bus masterJason Wright
2001-06-25New dma engine skeletonJason Wright