index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
lofn.c
Age
Commit message (
Expand
)
Author
2011-01-12
explicit_bzero() of key material in drivers few people use
Theo de Raadt
2010-04-08
these files don't need to include proc.h anymore. ok oga for agp
Ted Unangst
2006-06-29
do not check for master/io/mem enables; ok kettenis
Theo de Raadt
2004-05-04
Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
Alexander Yurchenko
2004-02-03
advertise features of our crypto chips better; ok tdeval
Theo de Raadt
2004-01-09
remove uvm_extern.h
Brad Smith
2003-06-02
nuke clase 3 & 4
Jason Wright
2002-11-21
From Angelos:
Jason Wright
2002-09-24
Don't use constants for the output parameter, use the iparam count as a point...
Jason Wright
2002-09-18
Write the operand registers with the correct endian (fortunately it just means
Jason Wright
2002-05-10
Normalize base and exponent to the same length as the modulus and fail
Jason Wright
2002-05-10
- Add a set length insn for the result (length gets zotted by the shift right)
Jason Wright
2002-05-09
Set length tag of the correct registers
Jason Wright
2002-05-09
Set correct bit in IER
Jason Wright
2002-05-09
Rework to process requests from a queue/interrupt handler instead of busy
Jason Wright
2002-05-08
register as having support for MODEXP operations and add associated
Jason Wright
2002-04-08
Credit DARPA/USAF appropriately.
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-12
remove redundant vm includes
Michael Shalayeff
2001-07-08
Hifn has changed its company name, make the name consistent throughout
Brad Smith
2001-06-26
routines for getting/putting data register numbers
Jason Wright
2001-06-26
no need to print the BAR... test program uses dev/pci =)
Jason Wright
2001-06-26
jack up the rng clock prescalar a bit
Jason Wright
2001-06-26
cleaning and adding a bit of debugging code... next step: bignums from userla...
Jason Wright
2001-06-26
add support for hardware rng using default scalar (can generate up to a
Jason Wright
2001-06-26
this is not a bus master
Jason Wright
2001-06-25
New dma engine skeleton
Jason Wright