<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in device_calls</title>
    <link>http://nxr.netbsd.org/rss/src/sys/kern/device_calls</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>Add a platform device tree passthrough for device properties.  First,<br/>the device's properties dictionary is consulted, and if it doesn't have<br/>what we're looking for, we go ask the platform device tree.  The upshot<br/>is that we can g/c (or not have to add) code that duplicates values from<br/>the device tree into the properties dictionary (either in something like<br/>device_register() or in a driver attachment front-end -- there are multiple<br/>example of both in the system, currently), and everyone gets to use a<br/>consistent interface (which will, over time, allow more code to de-duplicated).<br/><br/>Implement back-ends for ACPI, Sun OpenBoot, and OpenFirmware (including FDT).</title>
    <description>/src/sys/kern/device_calls - 1.4</description>
    <pubDate>Sat Oct 04 01:12:15 UTC 2025</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Add a device_register() hook for the platform device tree.  For ACPI and<br/>OpenFirmware (including FDT), use this to record the firmware path to<br/>the device in the "device-path" property.</title>
    <description>/src/sys/kern/device_calls - 1.3</description>
    <pubDate>Fri Oct 03 16:49:07 UTC 2025</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Introduce a device call "device-is-system-todr", which allows the<br/>platform device tree to be consulted if there are multiple TODR / RTC<br/>devices present on the system; if the call is not supported, the behavior<br/>is un-changed: the first TODR device is attached, all others ignored.  If<br/>the call is supported, devices other than the specified system TODR are<br/>skipped.<br/><br/>Implement this device call for FDT.<br/><br/>kern/59630</title>
    <description>/src/sys/kern/device_calls - 1.2</description>
    <pubDate>Mon Sep 08 00:12:21 UTC 2025</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>

<item>
    <title>Device call interface definition files for the "device" and "pci"<br/>subsystems.</title>
    <description>/src/sys/kern/device_calls - 1.1</description>
    <pubDate>Wed Sep 15 17:26:06 UTC 2021</pubDate>
    <dc:creator>thorpej</dc:creator>
</item>
</channel></rss>

