summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/kate.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove AMD64 strings from pcidevsjsg2020-01-041-2/+2
| | | | ok mortimer@ mpi@ deraadt@
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* Unify error message.kettenis2009-01-261-2/+2
| | | | ok grange@, oga@, todd@
* Use & not && when masking bits.jsg2008-09-031-2/+2
|
* Sync PCI ids.brad2008-04-281-2/+2
|
* update the revision cpuid table, removing three duplicate ids from "JH-F"cnst2008-03-271-8/+8
| | | | and adding two missing ids for Mobile AMD Sempron rev DH-G2; tested todd
* welcome kate(4), a new driver supporting AMD K8 temperature sensorscnst2008-03-271-0/+240
discussed with deraadt and others tested by jasper, deraadt, todd and others