Page MenuHomeFreeBSD

dan.kotowski_a9development.com (Dan Kotowski)
User

Projects

User does not belong to any projects.

User Details

User Since
Sep 14 2019, 10:19 PM (239 w, 6 d)

Recent Activity

Feb 18 2024

dan.kotowski_a9development.com added a comment to D40481: umtx: close race between umtxq_sleep() and umtxq_requeue().

Sorry, been MIA for a bit with $WORK

Feb 18 2024, 8:37 PM

Jan 31 2024

dan.kotowski_a9development.com added a comment to D40481: umtx: close race between umtxq_sleep() and umtxq_requeue().

What's the path forwards for this? This is still fixing and outstanding bug for me but requires manual effort to apply.

Jan 31 2024, 7:50 AM

Nov 3 2023

dan.kotowski_a9development.com added a comment to D42408: Uses/electronfix.mk: Framework for quick porting of Electron apps..

Very exciting! Probably want to split the ports out from the Mk to keep the initial diff simpler though?

Nov 3 2023, 5:38 AM

Sep 23 2023

dan.kotowski_a9development.com requested review of D41948: Fix typo in sys/cam/scsi/scsi_da.c.
Sep 23 2023, 4:59 PM

Sep 21 2023

dan.kotowski_a9development.com added a comment to D41806: vfs cache: Fallback to namei to resolve symlinks with leading / in target for non-native ABI.

Dmitry - appologies for not replying, I got distracted by The Witcher 3 being playable again

Sep 21 2023, 8:16 AM

Mar 17 2023

dan.kotowski_a9development.com updated the diff for D39080: arm64/memcpy.S: Make memcpy more compatible with device memory.

Added the same reorderings to sys/arm64/arm64/memcpy.S

Mar 17 2023, 12:05 PM

Mar 15 2023

dan.kotowski_a9development.com added a comment to D39080: arm64/memcpy.S: Make memcpy more compatible with device memory.

At least in Linux, the drm drivers create a fb0 device and things like mesa may talk directly to that via memcpy.

Mar 15 2023, 2:01 PM

Mar 14 2023

dan.kotowski_a9development.com requested review of D39080: arm64/memcpy.S: Make memcpy more compatible with device memory.
Mar 14 2023, 7:30 PM

Nov 17 2021

dan.kotowski_a9development.com added a comment to D28737: stand: Support (and prefer) the SMBIOS 64-bit Entry Point Structure.

@allanjude not necessary, but "nice to have" as it resolves an outstanding bug in sysutils/hw-probe on ACPI-based arm64 systems

Nov 17 2021, 3:57 PM

Oct 5 2021

dan.kotowski_a9development.com added a comment to D28737: stand: Support (and prefer) the SMBIOS 64-bit Entry Point Structure.

Ping - is there any work left to do here or can this be merged and closed?

Oct 5 2021, 6:36 PM
dan.kotowski_a9development.com added a comment to D32256: USB: split dwc3 (Synopsys) up for FDT and ACPI attachment.

Unless they are going to completely handle all DesignWare quirks in firmware this doesn't seem correct…

Oct 5 2021, 2:06 PM

Oct 1 2021

dan.kotowski_a9development.com added a comment to D32256: USB: split dwc3 (Synopsys) up for FDT and ACPI attachment.

SR changed the HID and CID which is why the new version didn't actually attach properly: https://github.com/SolidRun/edk2-platforms/commit/7de27183f473debe05e77cf0f0aa4b14479e4152

Oct 1 2021, 7:04 PM
dan.kotowski_a9development.com added a comment to D32256: USB: split dwc3 (Synopsys) up for FDT and ACPI attachment.

I have not tested stability or actual bandwidth yet, but on my Honeycomb I am finally seeing USB3.0 devices negotiate to superspeed. This seems a bit inconsistent however as sometimes superspeed devices still only negotiate to highspeed, but my initial testing leads me to believe that my cabling is at least partially at fault.

Oct 1 2021, 4:06 PM

Jul 15 2021

dan.kotowski_a9development.com added a comment to D31186: Detect SMBIOS3 in loader.efi.

You are correct - D28737 should accomplish the same thing and is already accepted. This can be rejected in favor of that.

Jul 15 2021, 1:49 PM
dan.kotowski_a9development.com requested review of D31186: Detect SMBIOS3 in loader.efi.
Jul 15 2021, 12:38 AM

Jul 1 2021

dan.kotowski_a9development.com added a comment to D30986: pci_host_generic: implement bus_translate_resource (for LinuxKPI).

Related bug here as well: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253606

Jul 1 2021, 7:04 PM

Nov 26 2020

dan.kotowski_a9development.com updated the diff for D27306: Detect ACPI early by FADT, not SPCR.

Using AcpiOsGetRootPointer() instead of FADT or SPCR

Nov 26 2020, 2:57 PM
dan.kotowski_a9development.com added a comment to D27306: Detect ACPI early by FADT, not SPCR.

You're right, that's much easier to read and makes more sense long term. And I just retested and it works fine in all combinations of serial and video.

Nov 26 2020, 12:00 AM

Nov 25 2020

dan.kotowski_a9development.com added a comment to D27306: Detect ACPI early by FADT, not SPCR.

We could do that, but it seems like more code than necessary to do the same exact thing.

Nov 25 2020, 10:16 PM
dan.kotowski_a9development.com added a comment to D27306: Detect ACPI early by FADT, not SPCR.

AcpiOsGetRootPointer just wraps resource_long_value in sys/bus.h which we already include in sys/arm64/arm64/machdep.c. Since that returns 0 when successful, what about something like this?

long acpi_root;
has_acpi = (resource_long_value("acpi", 0, "rsdp", &acpi_root) == 0);
Nov 25 2020, 8:33 PM

Nov 21 2020

dan.kotowski_a9development.com requested review of D27306: Detect ACPI early by FADT, not SPCR.
Nov 21 2020, 4:14 PM

Jul 14 2020

dan.kotowski_a9development.com added a comment to D25179: acpi_iort: fix mapping end calculation.

Already accepted, but just wanted to confirm this solved interrupt mapping problems we were having on LX2160a.

Jul 14 2020, 11:41 AM · arm64

Sep 15 2019

dan.kotowski_a9development.com added a reviewer for D21663: Patch acpiconf to get more data from _BST: zeising.
Sep 15 2019, 11:28 AM
dan.kotowski_a9development.com created D21663: Patch acpiconf to get more data from _BST.
Sep 15 2019, 11:24 AM