summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ises.c
AgeCommit message (Collapse)Author
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 ↵Theo de Raadt
inside OpenSSL codebase
2001-06-12Make pci_mapreg_map take an extra argument where we canNiklas Hallqvist
put a size limitation of the PCI region to map. That makes the PERC 3/Di raid controller usable, as it publishes too much PCI memory for us to map in the kernel virtual memory. As we only access the first 256 byte it is of no use to map 128MB of kvm.
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
security properties of the packets to be pushed up to the application (not done yet). Eventually, this will be turned into a packet attributes framework. Make sure tdbi's are free'd/cleared properly whenever drivers (or NFS) does weird things with mbufs.
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
random data for the system entropy pool. No crypto yet.