summaryrefslogtreecommitdiff
path: root/sys/dev/pci/hifn7751.c
AgeCommit message (Expand)Author
2001-06-23Conform to new prototype for crypto_register()Angelos D. Keromytis
2001-06-23add some infrastructure for the public engineJason Wright
2001-06-23merge crypto/crypto{dev,}.h to crypto/cryptodev.h, to avoid name conflicts in...Theo de Raadt
2001-06-23- put hw defines in *reg, software defines in *var, etcJason Wright
2001-06-22Fix lotsa bugs:Jason Wright
2001-06-22Add support for RNG on 7951; many thanks to Soren KristensenJason Wright
2001-06-14hackish auto-IV mode for IOV operationsTheo de Raadt
2001-06-14dst ring corruption fix; jasonTheo de Raadt
2001-06-14KNFTheo de Raadt
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
2001-05-14use bus_dmamap_sync() as appropriateJason Wright
2001-05-14- simplify hifn_dmamap_aligned()Jason Wright
2001-05-14use real uioTheo de Raadt
2001-05-13First try at bus_dma(9)-ifying hifn7751 driver... advantages:Jason Wright
2001-05-13missing elseJason Wright
2001-05-13initial cut at /dev/crypto support. takes original mbuf "try, and discardTheo de Raadt
2001-05-11I think this will match and work on a hifn 7951Theo de Raadt
2001-05-08simplify printsTheo de Raadt
2001-04-06typo in error messageJason Wright
2001-03-28Allow tdbi's to appear in mbufs throughout the stack; this allowsAngelos D. Keromytis
2001-02-18shorten messageTheo de Raadt
2001-01-31before copying the packet header, make sure we actually got the mbufJason Wright
2000-11-22even bigger delay in ram probe; deraadt@ okMichael Shalayeff
2000-11-17*HMAC96->*HMACAngelos D. Keromytis
2000-10-26shadow the dmaier to avoid an additional pci read in the interrupt pathJason Wright
2000-10-24Duh, C_WAIT will always be set if the card is inactive, but that interruptJason Wright
2000-10-23unreset takes time too, and you notice this on a p3/933Theo de Raadt
2000-10-13delays that permit more machines to work; itojunTheo de Raadt
2000-10-11printf format string typo in HIFN_DEBUG section.Jun-ichiro itojun Hagino
2000-08-15- deallocate all resources grabbed during hifn_attach() when an error occurs.Jason Wright
2000-08-13indentTheo de Raadt
2000-07-28Use the correct bits for determining which session to delete. Some style fixes.Jason Wright
2000-06-20call crypto_done()Jason Wright
2000-06-17knfJason Wright
2000-06-13use the source length to calculate the output length instead of relying onJason Wright
2000-06-13Be more careful when setting up the mbufs for destination buffersJason Wright
2000-06-02callback is always staticTheo de Raadt
2000-05-04fixed context memory sizingJason Wright
2000-04-25if we have to allocate a new mbuf, don't forget to copy the header info fromJason Wright
2000-04-25fixing the frontend means fixing the backend too... add a countdown whenJason Wright
2000-04-25use the size of the allocation, not the minimum of what was requested andJason Wright
2000-04-23freesession takes u_int64_tAngelos D. Keromytis
2000-04-19split out mbuf scatter gather functionTheo de Raadt
2000-04-13- let hifn_process() compute the mask bits for the command descriptorsJason Wright
2000-04-13- complete rewrite of hifn_write_command() to avoid copies by removing theJason Wright
2000-04-13match netsec 7751 card, and oh golly gee, will ya look at that, it'sTheo de Raadt
2000-04-11- add support for buffers that are not aligned (or end on a non 4byte boundary)Jason Wright
2000-04-11- Don't bother with PCI_COMMAND_IO_ENABLE, the card doesn't support it.Jason Wright
2000-04-10- Add back code from the original aeon driver to handle missed interrupts byJason Wright
2000-04-05run at splnet() instead of splimp()Jason Wright