DEVICE_IDENTIFY.9: Fix function call to detect driver in example code
Fixes: ccabc7c2e556 ("DEVICE_IDENTIFY.9: Modernize description and use cases")
MFC after: 3 days
Sponsored by: The FreeBSD Foundation
www/gohugo: Update to 0.159.1
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.159.1
ChangeLog: https://github.com/gohugoio/hugo/releases/tag/v0.159.0
Bug fixes
* tpl/tplimpl: Fix Vimeo shortcode test
Improvements
* create: Return error instead of panic when page not found
* commands: Preserve non-content files in convert output
* npm: Use workspaces to simplify hugo mod npm pack
* commands: Close cpu profile file when StartCPUProfile fails
* Remove the AI Watchdog workflow for now
* Remove 'bep' from PR user logins skip list
* tpl/tplimpl: Comment out the Vimeo simple shortcode tests
Approved by: doceng@ (implicit)
tests/netlink: Bugfix on snl_parse_errmsg_capped test
Turn off the NETLINK_EXT_ACK flag to fix bug of snl_parse_errmsg_capped.
Reviewed by: pouria
Pull Request: https://github.com/freebsd/freebsd-src/pull/1660
ix(4): Add EEE support for E610 adapters
The ix driver now supports Energy Efficient Ethernet (EEE) on Intel
E610 devices. EEE allows the network interface to enter low-power
states during periods of low link utilization, reducing power
consumption while maintaining full performance when needed.
E610 adapters provide EEE support through BASE-T PHY functionality.
Due to this PHY-based implementation, EEE is supported only
on 2.5Gb speeds and above.
Signed-off-by: Yogesh Bhosale <yogesh.bhosale at intel.com>
Signed-off-by: Krzysztof Galazka <krzysztof.galazka at intel.com>
Authored-by: Yogesh Bhosale <yogesh.bhosale at intel.com>
Approved by: kbowling (mentor)
Tested by: Mateusz Moga <mateusz.moga at intel.com>
Sponsored by: Intel Corporation
[3 lines not shown]
Revert superfluous mis-MFC of "Add ASMC_DEBUG make option"
Revert commit 12e1ab887d58 ("Add ASMC_DEBUG make option, 2026-01-04"),
as the original commit it intended to MFC has already been MFCed as
ab3eaa6ea29d846d on 2026/02/22 (UTC). The reverted commit introduced
some (superfluous) duplicate lines and an unrelated change.
This is a direct commit to stable/14.
Fixes: 12e1ab887d58 ("Add ASMC_DEBUG make option, 2026-01-04")
Sponsored by: The FreeBSD Foundation
graphics/mmdr: Add new port
Mmdr is a fast native Rust Mermaid diagram renderer. No browser required. Mmdr
renders diagrams 100–1400x faster than mermaid-cli by eliminating browser
overhead. With the built-in font cache (warm after first run), tiny diagrams
reach 500–900x (and --fastText exceeds 1600x).
https://github.com/1jehuang/mermaid-rs-renderer