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
/
ubsec.c
Age
Commit message (
Expand
)
Author
2002-03-14
First round of __P removal in sys
Todd C. Miller
2002-01-28
Try to share a common src/dst map where possible, and cope with that
Jason Wright
2002-01-28
First round of post-bus_dma cleanups:
Jason Wright
2002-01-28
Quick (and a little dirty) conversion to bus_dma(9).
Jason Wright
2002-01-24
More cleaning
Jason Wright
2002-01-19
From Patrik Lindergren (patrik@ipunplugged.com):
Jason Wright
2002-01-02
at least ; required after label or case; openbsd@davidkrause.com
Theo de Raadt
2001-12-07
Don't disable TRDY/RETRY, this doesn't have the expected behavior.
Jason Wright
2001-11-20
Match bcom 5821 (this is untested and is based on the datasheet's claim that
Jason Wright
2001-11-14
- Move rng buffer allocation (bus_dmamem_map/unmap) to attach instead of during
Jason Wright
2001-11-09
be way more sure that software cannot be used
Theo de Raadt
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-11-05
Switch everything to the new bus_dmamap_sync API.
Artur Grabowski
2001-08-27
reverse read/write directions in bus_dmamap_sync calls since I misunderstood ...
Jason Wright
2001-08-26
deal with 5 arg form of bus_dmamap_sync() if available
Jason Wright
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-04
Add tests for segment lengths and total lengths bigger than the chip can handle.
Jason Wright
2001-07-02
- More vtophys death: packet buffer lists are is bus_dma(9) memory as is
Jason Wright
2001-06-29
move definitions around a bit and define a few more constants
Jason Wright
2001-06-29
allocate contexts during attach since we can't mess with them during
Jason Wright
2001-06-23
Correctly handle the IV_PRESENT flag.
Angelos D. Keromytis
2001-06-23
Conform to new prototype for crypto_register()
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-18
kill a debug message that makes UBSEC_DEBUG useless
Theo de Raadt
2001-06-14
OOPS
Theo de Raadt
2001-06-14
hackish auto-IV mode for IOV operations
Theo de Raadt
2001-06-12
Make pci_mapreg_map take an extra argument where we can
Niklas Hallqvist
2001-06-08
Put back bus_dmaification of context's (seems to have been fixed by
Jason Wright
2001-05-30
Un-bus_dma(9) mcr1 context and mcr operations (causes problems under load).
Jason Wright
2001-05-23
- relax alignment constraints
Jason Wright
2001-05-23
bus_dmaify mcr handling (just leaves buffer lists and mac buffer to go...)
Jason Wright
2001-05-22
- delay allocation of rng handling structures
Jason Wright
2001-05-22
- Don't poll the rng more than 100 times a second
Jason Wright
2001-05-14
kill agregate messages; reported by stephen@etunnels.com
Theo de Raadt
2001-05-14
use real uio
Theo de Raadt
2001-05-13
use criov_copydata for grabbing iv for next packet
Jason Wright
2001-05-13
initial cut at /dev/crypto support. takes original mbuf "try, and discard
Theo de Raadt
2001-05-13
Initial support for Broadcom 5820, which is very much like the 5805 except
Jason Wright
2001-04-29
When expanding the session table, only copy the number of sessions already
Jason Wright
2001-04-06
typo in error message
Jason Wright
2001-03-28
Allow tdbi's to appear in mbufs throughout the stack; this allows
Angelos D. Keromytis
2001-03-25
Fix potential dangling mbuf and potential double free. Thanks to Dawson and team
Constantine Sapuntzakis
2001-02-02
The read/write indication bit in DMAERR reg is bit 1, not bit 0
Jason Wright
2001-01-31
before copying the packet header, make sure we actually got the mbuf
Jason Wright
2001-01-29
grab rng stuff more often (now 6400bytes/sec)
Jason Wright
2001-01-29
- add infrastructure for dealing with the key generator (MCR2)
Jason Wright
2001-01-11
oops
Theo de Raadt
2001-01-11
move ich to auich at mickey's request
Theo de Raadt
2000-11-17
*HMAC96->*HMAC
Angelos D. Keromytis
[next]