Page MenuHomeFreeBSD

obiwac (Aymeric Wibo)
Fan-bearer on the Right Side of the King

Projects

User does not belong to any projects.

User Details

User Since
Jul 12 2022, 11:32 AM (156 w, 3 d)

Recent Activity

Wed, Jun 18

pi renamed obiwac from obiwac_gmail.com to obiwac.
Wed, Jun 18, 6:09 PM

Sat, Jun 14

obiwac updated the diff for D50832: stand: Add support for `print_delay` environment variable in loader.

fix markj comment & ziaee

Sat, Jun 14, 2:07 AM
obiwac updated the diff for D50832: stand: Add support for `print_delay` environment variable in loader.

Fix suggestions by ziaee@

Sat, Jun 14, 1:58 AM

Fri, Jun 13

obiwac updated the diff for D50832: stand: Add support for `print_delay` environment variable in loader.

Replace ENAN and ENUMNEG errors with existing EINVAL

Fri, Jun 13, 7:57 PM
obiwac updated the diff for D50832: stand: Add support for `print_delay` environment variable in loader.

Move setprint_delay to console.c

Fri, Jun 13, 7:46 PM
obiwac requested review of D50832: stand: Add support for `print_delay` environment variable in loader.
Fri, Jun 13, 1:14 PM

Jun 1 2025

obiwac added a comment to D50634: Add missing stdio functions to libc.

I think this is unlikely to land - I suggest you attempt to get this included into POSIX first.

Jun 1 2025, 12:50 PM

May 25 2025

obiwac updated the diff for D46992: libusb: implement `libusb_get_parent`.

Update manpage date

May 25 2025, 10:30 AM
obiwac abandoned D50490: atkbdc: Quirks for AMD Framework laptops.

Closing this in favour of the following: https://reviews.freebsd.org/D50498

May 25 2025, 10:28 AM

May 23 2025

obiwac accepted D50498: atkbd: fix first keystroke force reset.
May 23 2025, 8:15 PM
obiwac added inline comments to D50490: atkbdc: Quirks for AMD Framework laptops.
May 23 2025, 5:57 PM
obiwac requested review of D50490: atkbdc: Quirks for AMD Framework laptops.
May 23 2025, 4:32 PM

Apr 29 2025

obiwac updated the diff for D49452: USB4 host reset (& writing to router config space).

Add missing router defines.

Apr 29 2025, 9:56 PM · USB
obiwac updated the diff for D49453: USB4 initial work on suspend routine.

Don't touch router defines; this should be done in D49452.

Apr 29 2025, 9:55 PM · USB

Apr 15 2025

obiwac updated the diff for D49595: Draft for 2025Q1 suspend/resume submission.

Fix path.

Apr 15 2025, 2:35 AM

Mar 31 2025

obiwac added a reviewer for D49595: Draft for 2025Q1 suspend/resume submission: freebsd_ny-central.org.
Mar 31 2025, 9:35 PM
obiwac requested review of D49595: Draft for 2025Q1 suspend/resume submission.
Mar 31 2025, 9:34 PM

Mar 25 2025

obiwac added inline comments to D49452: USB4 host reset (& writing to router config space).
Mar 25 2025, 3:25 PM · USB
obiwac added inline comments to D49451: USB4 Pink Sardine controller support.
Mar 25 2025, 3:20 PM · USB
obiwac added inline comments to D49453: USB4 initial work on suspend routine.
Mar 25 2025, 3:17 PM · USB
obiwac added a comment to D49450: USB4 base.
In D49450#1128475, @imp wrote:

This will take me a while to slog through.
Do you have pointers to online references to USB4 / TB standards you're emplementing?

Mar 25 2025, 1:23 PM · USB

Mar 23 2025

obiwac added a comment to D48386: acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for device.

Thanks for your review, Mark! I'll get to fixing the issues you highlighted soon.

Mar 23 2025, 10:31 AM

Mar 22 2025

obiwac added reviewers for D49451: USB4 Pink Sardine controller support: imp, jhb, emaste.
Mar 22 2025, 3:25 AM · USB
obiwac added reviewers for D49452: USB4 host reset (& writing to router config space): emaste, jhb, imp.
Mar 22 2025, 3:24 AM · USB
obiwac added reviewers for D49453: USB4 initial work on suspend routine: imp, jhb, emaste.
Mar 22 2025, 3:24 AM · USB
obiwac added reviewers for D49454: USB4 acknowledge hotplug events: imp, jhb, emaste.
Mar 22 2025, 3:23 AM · USB
obiwac updated the summary of D49450: USB4 base.
Mar 22 2025, 3:21 AM · USB
obiwac added reviewers for D49450: USB4 base: jhb, imp.
Mar 22 2025, 3:10 AM · USB
obiwac planned changes to D49454: USB4 acknowledge hotplug events.

I want to factor out a notify function first.

Mar 22 2025, 2:04 AM · USB
obiwac requested review of D49454: USB4 acknowledge hotplug events.
Mar 22 2025, 1:56 AM · USB
obiwac updated the summary of D49453: USB4 initial work on suspend routine.
Mar 22 2025, 1:51 AM · USB
obiwac requested review of D49453: USB4 initial work on suspend routine.
Mar 22 2025, 1:50 AM · USB
obiwac requested review of D49452: USB4 host reset (& writing to router config space).
Mar 22 2025, 1:45 AM · USB
obiwac added a project to D49450: USB4 base: USB.
Mar 22 2025, 1:36 AM · USB
obiwac requested review of D49451: USB4 Pink Sardine controller support.
Mar 22 2025, 1:36 AM · USB
obiwac requested review of D49450: USB4 base.
Mar 22 2025, 1:27 AM · USB

Mar 20 2025

obiwac updated the diff for D48387: acpi_spmc: Add SPMC (system power management controller) driver.

Fix parens in KASSERTs, add comment for entry/exit notif functions.

Mar 20 2025, 9:13 AM
obiwac updated the diff for D48386: acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for device.

Fix shared lock being acquired twice by pulling out acpi_pwr_get_state_locked.

Mar 20 2025, 7:38 AM

Feb 25 2025

obiwac added a comment to D48735: acpi: Call SPMC entry/exit hooks if SPMC device is set.

Awesome! I'll start work on reading residency counters on Intel (though the LPIT) soon, so we can check if the CPU is actually entering S0i3 on Intel :)

Feb 25 2025, 1:29 PM

Jan 30 2025

obiwac abandoned D48720: acpi: Suspend-to-idle support (S0i).

Split out into D48732, D48734, and D48735.

Jan 30 2025, 7:10 PM
obiwac updated the test plan for D48734: acpi: Suspend-to-idle support (s2idle).
Jan 30 2025, 7:09 PM
obiwac requested review of D48735: acpi: Call SPMC entry/exit hooks if SPMC device is set.
Jan 30 2025, 7:07 PM
obiwac updated the summary of D48734: acpi: Suspend-to-idle support (s2idle).
Jan 30 2025, 7:04 PM
obiwac requested review of D48734: acpi: Suspend-to-idle support (s2idle).
Jan 30 2025, 6:59 PM
obiwac requested review of D48732: acpi: Abstract over ACPI Sx sleep states with `enum sleep_type`.
Jan 30 2025, 6:26 PM
obiwac added a comment to D48387: acpi_spmc: Add SPMC (system power management controller) driver.

Thanks for trying this out @jkim & @shuriku_shurik.kiev.ua :)

Jan 30 2025, 5:36 PM

Jan 29 2025

obiwac updated the test plan for D48720: acpi: Suspend-to-idle support (S0i).
Jan 29 2025, 11:21 PM
obiwac requested review of D48721: amdsmu: Sleep entry/exit hints for PMFW.
Jan 29 2025, 9:19 PM
obiwac requested review of D48720: acpi: Suspend-to-idle support (S0i).
Jan 29 2025, 8:53 PM
obiwac updated the diff for D48387: acpi_spmc: Add SPMC (system power management controller) driver.

Print out message when all device power constraints are respected

Jan 29 2025, 8:21 PM
obiwac updated the diff for D48387: acpi_spmc: Add SPMC (system power management controller) driver.
  • Use Intel GET_DEVICE_CONSTRAINTS DSM by default (Microsoft doesn't have this)
  • Comment for entry/exit notification functions
Jan 29 2025, 4:30 PM
obiwac requested review of D48714: amdsmu: Get and expose sysctls for metrics about last sleep.
Jan 29 2025, 4:14 PM
obiwac added a comment to D48387: acpi_spmc: Add SPMC (system power management controller) driver.

On my laptop with Intel i7-1355U CPU I see this while device attached:

Jan 29 15:19:07 thinkpad kernel: acpi_spmc0: <Low Power S0 Idle (DSM sets 0x3)> on acpi0
Jan 29 15:19:07 thinkpad kernel: ACPI Error: Incorrect return type from \_SB_.PEPD._DSM - received [Buffer], requested [Package] (20241212/nsxfeval-274)
Jan 29 15:19:07 thinkpad kernel: acpi_spmc0: failed to call DSM 1 (acpi_spmc_get_constraints)
Jan 29 2025, 2:35 PM

Jan 25 2025

obiwac requested review of D48683: amdsmu: Initial work on a driver for the AMD SMU.
Jan 25 2025, 7:17 PM

Jan 11 2025

obiwac added a comment to D48384: acpi_powerres: D3cold support and `acpi_d_state_to_str`.

Based on the discussion on github, it looks like the unqualified D3 state likely should correspond to D3hot?

Jan 11 2025, 4:08 PM

Jan 10 2025

obiwac updated the diff for D48384: acpi_powerres: D3cold support and `acpi_d_state_to_str`.

more style(9) closening

Jan 10 2025, 11:35 PM
obiwac updated the diff for D48387: acpi_spmc: Add SPMC (system power management controller) driver.

bring closer to style(9)

Jan 10 2025, 11:33 PM
obiwac updated the diff for D48384: acpi_powerres: D3cold support and `acpi_d_state_to_str`.

Add PCI_POWERSTATE_D3_COLD to pci(9) manpage

Jan 10 2025, 11:30 PM
obiwac added inline comments to D48384: acpi_powerres: D3cold support and `acpi_d_state_to_str`.
Jan 10 2025, 11:20 PM
obiwac updated the diff for D48384: acpi_powerres: D3cold support and `acpi_d_state_to_str`.

Respond to style comments

Jan 10 2025, 11:19 PM

Jan 9 2025

obiwac added inline comments to D46992: libusb: implement `libusb_get_parent`.
Jan 9 2025, 5:19 PM
obiwac updated the diff for D46992: libusb: implement `libusb_get_parent`.

Add missing section header in libusb.3 manpage

Jan 9 2025, 5:18 PM
obiwac updated the summary of D48387: acpi_spmc: Add SPMC (system power management controller) driver.
Jan 9 2025, 12:18 AM
obiwac requested review of D48387: acpi_spmc: Add SPMC (system power management controller) driver.
Jan 9 2025, 12:15 AM
obiwac retitled D48386: acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for device from acpi_powerres: Get initial D-state for device to acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for device.
Jan 9 2025, 12:14 AM

Jan 8 2025

obiwac updated the summary of D48385: acpi_powerres: Fix turning off power resources on first D-state switch.
Jan 8 2025, 11:56 PM
obiwac updated the summary of D48384: acpi_powerres: D3cold support and `acpi_d_state_to_str`.
Jan 8 2025, 11:56 PM
obiwac updated the summary of D48386: acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for device.
Jan 8 2025, 11:56 PM
obiwac added reviewers for D48386: acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for device: jkim, emaste, imp, markj, jhb.
Jan 8 2025, 11:29 PM
obiwac added reviewers for D48385: acpi_powerres: Fix turning off power resources on first D-state switch: imp, emaste, markj, jhb, jkim.
Jan 8 2025, 11:28 PM
obiwac abandoned D48294: acpi_powerres: D3cold support and fix turning off power resources on first D-state switch.

This has been split out into revisions D48384, D48385, and D48386.

Jan 8 2025, 11:25 PM
obiwac updated the summary of D48384: acpi_powerres: D3cold support and `acpi_d_state_to_str`.
Jan 8 2025, 11:24 PM
obiwac updated the summary of D48385: acpi_powerres: Fix turning off power resources on first D-state switch.
Jan 8 2025, 11:24 PM
obiwac requested review of D48386: acpi_powerres: `acpi_pwr_get_state` and getting initial D-state for device.
Jan 8 2025, 11:24 PM
obiwac updated the summary of D48385: acpi_powerres: Fix turning off power resources on first D-state switch.
Jan 8 2025, 11:15 PM
obiwac requested review of D48385: acpi_powerres: Fix turning off power resources on first D-state switch.
Jan 8 2025, 11:12 PM
obiwac updated the summary of D48384: acpi_powerres: D3cold support and `acpi_d_state_to_str`.
Jan 8 2025, 11:12 PM
obiwac requested review of D48384: acpi_powerres: D3cold support and `acpi_d_state_to_str`.
Jan 8 2025, 11:07 PM

Jan 3 2025

obiwac added inline comments to D48294: acpi_powerres: D3cold support and fix turning off power resources on first D-state switch.
Jan 3 2025, 10:07 AM

Jan 2 2025

obiwac updated the diff for D48294: acpi_powerres: D3cold support and fix turning off power resources on first D-state switch.

Explicit check for reslist_name to set reslist_handle. Was previously relying on hidden check in AcpiGetHandle.

Jan 2 2025, 10:40 PM
obiwac updated the diff for D48294: acpi_powerres: D3cold support and fix turning off power resources on first D-state switch.

Address review comments by @emaste and @imp.

Jan 2 2025, 10:34 PM
obiwac added reviewers for D48294: acpi_powerres: D3cold support and fix turning off power resources on first D-state switch: jhb, markj, jkim, imp.
Jan 2 2025, 10:09 PM
obiwac added a comment to D48294: acpi_powerres: D3cold support and fix turning off power resources on first D-state switch.

Also, we'll likely want to split this up since it looks like several different changes combined. Though we can split once we're happy with the changes if you have them all combined at the moment.

Jan 2 2025, 10:09 PM
obiwac added inline comments to D48294: acpi_powerres: D3cold support and fix turning off power resources on first D-state switch.
Jan 2 2025, 7:59 PM
obiwac updated the summary of D48294: acpi_powerres: D3cold support and fix turning off power resources on first D-state switch.
Jan 2 2025, 7:55 PM
obiwac requested review of D48294: acpi_powerres: D3cold support and fix turning off power resources on first D-state switch.
Jan 2 2025, 7:52 PM

Dec 27 2024

obiwac accepted D48134: draft for suspend/resume submission.
Dec 27 2024, 8:10 PM

Dec 18 2024

obiwac accepted D48134: draft for suspend/resume submission.
Dec 18 2024, 8:01 PM
obiwac added inline comments to D48134: draft for suspend/resume submission.
Dec 18 2024, 7:38 PM

Nov 5 2024

obiwac updated the diff for D46992: libusb: implement `libusb_get_parent`.
  • libusb.3: add libusb_get_parent
Nov 5 2024, 11:24 AM
obiwac updated the diff for D46992: libusb: implement `libusb_get_parent`.
Nov 5 2024, 11:21 AM
obiwac updated the diff for D46992: libusb: implement `libusb_get_parent`.
  • libusb.3: add libusb_get_parent
Nov 5 2024, 11:16 AM

Oct 9 2024

obiwac abandoned D41679: gsoc: BATMAN code pulled from Linux (with no changes).

This will end up being a port.

Oct 9 2024, 2:35 PM · GSoC Students

Oct 7 2024

obiwac requested review of D46992: libusb: implement `libusb_get_parent`.
Oct 7 2024, 5:18 PM

Aug 31 2023

obiwac added a comment to D41679: gsoc: BATMAN code pulled from Linux (with no changes).
In D41679#949804, @imp wrote:

sys/contrib is good for this, but sys/gnu might be even better since it is GPL'd.

Aug 31 2023, 8:28 PM · GSoC Students
obiwac requested review of D41679: gsoc: BATMAN code pulled from Linux (with no changes).
Aug 31 2023, 8:12 PM · GSoC Students

Feb 5 2023

obiwac added a comment to D38387: ietp: Load dummy HID report descriptor if mangled.

Ah yes I forgot to specify sorry, "Aymeric Wibo" :)

Feb 5 2023, 2:53 PM
obiwac requested review of D38387: ietp: Load dummy HID report descriptor if mangled.
Feb 5 2023, 12:25 AM

Sep 8 2022

obiwac updated the diff for D36407: ls: `-v` flag.

ls: Remove Tn macros from manpage

Sep 8 2022, 3:31 PM
obiwac updated the summary of D36407: ls: `-v` flag.
Sep 8 2022, 11:48 AM