summaryrefslogtreecommitdiff
path: root/sys/dev/pci/noctvar.h
AgeCommit message (Collapse)Author
2002-07-21- Deal with the fact that nsp2k's bridge can't deal with burst read/writeJason Wright
by detecting conditions that could generate one from a sequential access on the parent bridge and generating a harmless nop (scratch registers are just plain nice to have) - also, commit work in progress for dealing with modexp properly, one parameter still left to compute, tho.
2002-07-16- Add a kthread for handling EA requests so that we have a context where weJason Wright
can call bus_dmamem_{map/unmap} safely, this is because this chip has (you'll love this...) NO support for scatter-gather - implement enough of the crypto(9) api to support the simple/stateless operations: SHA1 and MD5 simple hash - remove debugging EA queue handling
2002-06-28Implement MODEXP as MODMUL for debugging purposes until I understand theJason Wright
args for MODEXP.
2002-06-21skeleton queue handling for the enc/auth piece of the chip (fed with nops viaJason Wright
timeout for now).
2002-06-21skeleton for queue handling on the pk side of the chip. For now it justJason Wright
enqueues nops and handles them.
2002-06-02Skeleton driver for the NetOctave NSP2000 (only supports RNG at the moment)Jason Wright