#
d147c943 |
| 28-Mar-2020 |
Sascha Wildner <saw@online.de> |
kernel: Remove <sys/mutex.h> from all files that don't need it (2/2).
98% of these were remains from porting from FreeBSD which could have been removed after converting to lockmgr(), etc.
Due to an
kernel: Remove <sys/mutex.h> from all files that don't need it (2/2).
98% of these were remains from porting from FreeBSD which could have been removed after converting to lockmgr(), etc.
Due to an issue in my checking earlier, not everything was cleaned up correctly.
show more ...
|
#
15879860 |
| 18-Nov-2019 |
Matthew Dillon <dillon@apollo.backplane.com> |
kernel - Update AMD chipset drivers for watchdog and smbus
* Update the AMD chipset drivers for amdsbwd (watchdog) and intpm (smbus for power management and other things).
* Now detects the smbus
kernel - Update AMD chipset drivers for watchdog and smbus
* Update the AMD chipset drivers for amdsbwd (watchdog) and intpm (smbus for power management and other things).
* Now detects the smbus and watchdog on the 3500U laptop APU.
Taken-from: FreeBSD
show more ...
|
#
d3c9c58e |
| 20-Feb-2013 |
Sascha Wildner <saw@online.de> |
kernel: Use DEVMETHOD_END in the drivers.
|
#
bec969af |
| 13-Jan-2012 |
Sepherosa Ziehau <sephe@dragonflybsd.org> |
MachIntrABI: intr_{config,cpuid} -> legacy_intr_{config,cpuid}
So these two functions will not be misused on MSI. No functional changes
|
#
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.
|
#
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
|