summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ccp_pci.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove AMD64 strings from pcidevsjsg2020-01-041-6/+6
| | | | ok mortimer@ mpi@ deraadt@
* Add pci id for recent AMD CCP and use it in ccp(4).mortimer2020-01-021-1/+2
| | | | ok jsg@
* 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@