summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/lofn.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* explicit_bzero() of key material in drivers few people usederaadt2011-01-121-3/+3
* these files don't need to include proc.h anymore. ok oga for agptedu2010-04-081-2/+1
* do not check for master/io/mem enables; ok kettenisderaadt2006-06-291-12/+1
* Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.grange2004-05-041-3/+3
* advertise features of our crypto chips better; ok tdevalderaadt2004-02-031-2/+2
* remove uvm_extern.hbrad2004-01-091-3/+1
* nuke clase 3 & 4jason2003-06-021-6/+1
* From Angelos:jason2002-11-211-2/+6
* Don't use constants for the output parameter, use the iparam count as a pointer to the first result location.jason2002-09-241-5/+5
* Write the operand registers with the correct endian (fortunately it just meansjason2002-09-181-1/+11
* Normalize base and exponent to the same length as the modulus and failjason2002-05-101-42/+43
* - Add a set length insn for the result (length gets zotted by the shift right)jason2002-05-101-4/+21
* Set length tag of the correct registersjason2002-05-091-3/+3
* Set correct bit in IERjason2002-05-091-2/+2
* Rework to process requests from a queue/interrupt handler instead of busyjason2002-05-091-43/+119
* register as having support for MODEXP operations and add associatedjason2002-05-081-24/+263
* Credit DARPA/USAF appropriately.jason2002-04-081-1/+6
* First round of __P removal in sysmillert2002-03-141-8/+8
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Change pci_intr_map to take pci_attach_args as an argument.art2001-08-251-3/+2
* remove redundant vm includesmickey2001-08-121-5/+3
* Hifn has changed its company name, make the name consistent throughoutbrad2001-07-081-2/+2
* routines for getting/putting data register numbersjason2001-06-261-1/+36
* no need to print the BAR... test program uses dev/pci =)jason2001-06-261-2/+2
* jack up the rng clock prescalar a bitjason2001-06-261-2/+4
* cleaning and adding a bit of debugging code... next step: bignums from userland =)jason2001-06-261-7/+6
* add support for hardware rng using default scalar (can generate up to ajason2001-06-261-5/+33
* this is not a bus masterjason2001-06-261-7/+4
* New dma engine skeletonjason2001-06-251-0/+155