History log of /dflybsd-src/sys/dev/powermng/uguru/uguru.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 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.


# 963fe5f3 27-Feb-2012 Sascha Wildner <saw@online.de>

uguru(4): Fix a panic when detaching (e.g., on kldunload).

Reported-by: Max Herrgard <herrgard@gmail.com>


# b47b3275 04-Oct-2011 Sepherosa Ziehau <sephe@dragonflybsd.org>

resource: Per-CPU hardware resources support, step 3 of many

- Add cpuid parameter to bus_set_resource() and bus_set_resource
DEVMETHOD; Pass this parameter to resource_list_add()
- Obtain interru

resource: Per-CPU hardware resources support, step 3 of many

- Add cpuid parameter to bus_set_resource() and bus_set_resource
DEVMETHOD; Pass this parameter to resource_list_add()
- Obtain interrupt resource's owner CPU, i.e. target CPU, from
MachIntrABI and pass it to bus_set_resource(), so that the owner
CPU of the interrupt resource could be correctly setup
- Rest of types of resources, e.g. IOPORT, MEMORY and DRQ, are
shared across CPUs, so their cpuids are set to -1

show more ...


# b7609e3d 17-Oct-2010 Sascha Wildner <saw@online.de>

Bring in uguru(4) for ABIT temperature, voltage and fan sensors.

Ported-from: OpenBSD
Tested-by: Max Herrgard <herrgard@gmail.com>