History log of /src/sys/sys/device_calls.h |
Revision | | Date | Author | Comments |
1.6 |
| 04-Oct-2025 |
thorpej | Regen for device_calls,v 1.4
|
1.5 |
| 04-Oct-2025 |
thorpej | Add a platform device tree passthrough for device properties. First, the device's properties dictionary is consulted, and if it doesn't have what we're looking for, we go ask the platform device tree. The upshot is that we can g/c (or not have to add) code that duplicates values from the device tree into the properties dictionary (either in something like device_register() or in a driver attachment front-end -- there are multiple example of both in the system, currently), and everyone gets to use a consistent interface (which will, over time, allow more code to de-duplicated).
Implement back-ends for ACPI, Sun OpenBoot, and OpenFirmware (including FDT).
|
1.4 |
| 03-Oct-2025 |
thorpej | Regen for device_calls,v 1.3
|
1.3 |
| 03-Oct-2025 |
thorpej | Add a device_register() hook for the platform device tree. For ACPI and OpenFirmware (including FDT), use this to record the firmware path to the device in the "device-path" property.
|
1.2 |
| 08-Sep-2025 |
thorpej | Regen for device-is-system-todr.
kern/59630
|
1.1 |
| 15-Sep-2021 |
thorpej | Adjust the device_call() calling convention so as to provide type checking of the arguments passed to the call, using auto-generated argument structures and binding macros.
|