History log of /dflybsd-src/sys/dev/powermng/amdpm/amdpm.c (Results 1 – 5 of 5)
Revision Date Author Comments
# d3c9c58e 20-Feb-2013 Sascha Wildner <saw@online.de>

kernel: Use DEVMETHOD_END in the drivers.


# 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 ...


# aa2b9d05 24-Jun-2011 Sascha Wildner <saw@online.de>

kernel: Use NULL for DRIVER_MODULE()'s evh & arg (which are pointers).

This is just cosmetics for easier reading.


# 281aef06 17-Aug-2010 Sascha Wildner <saw@online.de>

Sync amdpm(4) with FreeBSD (and bring in amdsmb(4)).


# a9656fbc 16-Aug-2010 Sascha Wildner <saw@online.de>

iicbus: Bring us closer to FreeBSD.

This is work in progress and I commit it so Dave Shao's Summer of Code
project can proceed.

Further commits will follow.

Taken-from: FreeBSD