diff options
author | John Baldwin <jhb@FreeBSD.org> | 2025-01-02 18:42:21 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2025-01-02 18:42:57 +0000 |
commit | c487d94cb6f4accd36ab437cec3c4aec2a272f38 (patch) | |
tree | 9f2eafcd7fef1dea3d6705c4dd727f1fcd116f4d | |
parent | 00e9a6b8f55c25baa80a2397e2f292cfae496ce0 (diff) |
Document __FreeBSD_version 1500030
-rw-r--r-- | documentation/content/en/books/porters-handbook/versions/_index.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/documentation/content/en/books/porters-handbook/versions/_index.adoc b/documentation/content/en/books/porters-handbook/versions/_index.adoc index 179e51417f..2677fd74ae 100644 --- a/documentation/content/en/books/porters-handbook/versions/_index.adoc +++ b/documentation/content/en/books/porters-handbook/versions/_index.adoc @@ -210,6 +210,11 @@ Here is a convenient list of `__FreeBSD_version` values as defined in https://cg |December 6, 2024 |15.0-CURRENT after adding `bus_attach_children`, `bus_detach_children`, and `bus_identify_children`. +|1500030 +|gitref:b196276c20b577b364372f1aa1a646b9ce34bf5c[repository="src",length=12] +|January 2, 2025 +|15.0-CURRENT after changing `bus_generic_detach` to delete child devices after detaching them. + |=== [[versions-14]] |