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