#
5d302545 |
| 27-Oct-2016 |
François Tigeot <ftigeot@wolfpond.org> |
kernel: Replace struct device* by device_t
We don't want to directly mention struct device anywhere.
|
#
1bedd63a |
| 22-Mar-2015 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
sensor: Allocate task w/ M_WAITOK
And now sensor_task_register() will not fail.
|
#
77887bbe |
| 14-Jul-2014 |
Imre Vadasz <imre@vdsz.com> |
km(4): Also supports sensors in AMD Family 12h CPUs. Update manpage.
* AMD Family 12h CPUs use the same PCI device ID as Family 14h CPUs.
|
#
55676870 |
| 12-Jul-2014 |
Imre Vadasz <imre@vdsz.com> |
km(4): Support for sensors in AMDs Kaveri and Kabini APUs
* Add support for Family 15h Models 30h-3Fh (Kaveri) and for Family 16h Models 00h-0Fh (Kabini).
|
#
909d094e |
| 25-Feb-2014 |
Sascha Wildner <saw@online.de> |
km(4): Revert some email address changes at the request of Constantine.
Use .Lk for the URL in the manpage, too.
|
#
3d3afab1 |
| 19-Feb-2014 |
Imre Vadasz <imre@vdsz.com> |
km(4): Update from OpenBSD.
Adds support for AMD Family 14h and 15h CPUs.
|
#
dcb4b80d |
| 27-Nov-2013 |
Sascha Wildner <saw@online.de> |
kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
It removes the need to regenerate those header file after first editing the associated list of IDs (miidevs, pccarddevs or pcidevs)
kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
It removes the need to regenerate those header file after first editing the associated list of IDs (miidevs, pccarddevs or pcidevs). After this commit, editing the list alone is enough to add IDs.
We already did it like that for usb4bsd's usbdevs.h before. This commit adjusts things for the remaining ID lists.
show more ...
|
#
39990074 |
| 13-Feb-2010 |
Constantine A. Murenin <cnst+dfly@bugmail.mojo.ru> |
kate(4) and km(4): temperature sensors for AMD Family 0Fh, 10h and 11h AMD64 processors
|