summaryrefslogtreecommitdiff
path: root/sys/dev/pci/noct.c
AgeCommit message (Expand)Author
2004-05-04Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.Alexander Yurchenko
2004-02-03advertise features of our crypto chips better; ok tdevalTheo de Raadt
2004-01-09remove uvm_extern.hBrad Smith
2003-06-02nuke clase 3 & 4Jason Wright
2003-02-18convert to new registration schemeJason Wright
2002-07-21- Deal with the fact that nsp2k's bridge can't deal with burst read/writeJason Wright
2002-07-17Missing splx, and rearrange a bit.Jason Wright
2002-07-16Add support for DES and 3DES singleton operationsJason Wright
2002-07-16- Add bus_dmamap_sync() in appropriate places for EAJason Wright
2002-07-16- Add a kthread for handling EA requests so that we have a context where weJason Wright
2002-06-28Whoops, don't actually register for MODEXP yetJason Wright
2002-06-28Implement MODEXP as MODMUL for debugging purposes until I understand theJason Wright
2002-06-21skeleton queue handling for the enc/auth piece of the chip (fed with nops viaJason Wright
2002-06-21skeleton for queue handling on the pk side of the chip. For now it justJason Wright
2002-06-04limit number of rng's passed up per tick to 32; suggested by mickey.Jason Wright
2002-06-02Skeleton driver for the NetOctave NSP2000 (only supports RNG at the moment)Jason Wright