summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ccp_pci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Harmonize AMD CPU/APU devices.kettenis2019-05-051-5/+5
| | | | ok jsg@
* works on newer AMD Ryzen APUs/CPUs as wellkettenis2019-05-021-1/+2
| | | | ok deraadt@, mlarkin@
* add a small driver for AMDs cryptographic co processor.dlg2018-04-201-0/+77
the hardware provides crypto offload, zlib offload, and an rng. this code only supports the rng at the moment. this device is present on their amd seatlle platforms, and very present on their epyc stuff. ok kettenis@ jmatthew@