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
/
ises.c
Age
Commit message (
Expand
)
Author
2006-06-29
do not check for master/io/mem enables; ok kettenis
Theo de Raadt
2006-04-20
Fix various printf() issues: too many arguments, not enough arguments, argument
Miod Vallat
2005-11-26
Add some missing 'break;'s in auich and auixp that lint spotted. While
Kenneth R Westerback
2005-08-09
do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...
Michael Shalayeff
2004-05-07
Replace RSA-derived md5 code with code derived from Colin Plumb's PD version.
Todd C. Miller
2004-05-07
free the right thing on failure, in case this ever gets used
Ted Unangst
2004-05-04
Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.
Alexander Yurchenko
2003-06-07
Remove clause 3.
Hakan Olsson
2003-02-18
convert to new registration scheme
Jason Wright
2002-07-05
Never call crp_callback directly, use crypto_done() instead
Jason Wright
2002-07-05
KNF (no space after casts)
Jason Wright
2002-03-14
Final __P removal plus some cosmetic fixups
Todd C. Miller
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-09
be way more sure that software cannot be used
Theo de Raadt
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-09-21
Not yet working, but getting a bit closer.
Hakan Olsson
2001-08-25
Change pci_intr_map to take pci_attach_args as an argument.
Artur Grabowski
2001-08-09
Use a startup hook for the rest of the chip initialization.
Hakan Olsson
2001-07-02
Put the ISES firmware under dev/microcode/.
Hakan Olsson
2001-06-27
Remove an unused function call.
Hakan Olsson
2001-06-25
Cleanup/rewrite. Some further work. No crypto yet.
Hakan Olsson
2001-06-24
Some cleanup.
Hakan Olsson
2001-06-23
Conform to new crypto_register() prototype
Angelos D. Keromytis
2001-06-23
merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in...
Theo de Raadt
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-06-05
memset/memcpy -> bzero/bcopy. Some KNF.
Hakan Olsson
2001-06-04
Some further work. No crypto yet.
Hakan Olsson
2001-03-28
Allow tdbi's to appear in mbufs throughout the stack; this allows
Angelos D. Keromytis
2001-01-30
KNF from niklas@. :)
Hakan Olsson
2001-01-29
Generate less random data. Suggested by mickey@.
Hakan Olsson
2001-01-29
Driver for the Pijnenburg PCC-ISES crypto chip. For now, it only generates
Hakan Olsson