[Bug 284042] FTDI: UART breaks JTAG

2025-01-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284042 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org Stat

[Bug 284042] FTDI: UART breaks JTAG

2025-01-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284042 --- Comment #7 from Tomasz "CeDeROM" CEDRO --- Very cool that modern uftdi can disable JATG port not to be grabbed by ucom it was not there back then. From my initial report it seems it was working as ucom then jtag then ucom then jtag.. so

[Bug 284042] FTDI: UART breaks JTAG

2025-01-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284042 --- Comment #6 from b...@orsolic.org --- I modified driver directly, recompiled it, reloaded it and then tried to do the experiment again (no reboots needed): sys/dev/usb/serial/uftdi.c is_jtag_interface(struct usb_attach_arg *uaa, const str

[Bug 284042] FTDI: UART breaks JTAG

2025-01-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284042 --- Comment #5 from Tomasz "CeDeROM" CEDRO --- Cool, so you made JTAG part skip on you interface too, how? Did you modify a driver or used devd? :-) There were closed source drivers (libftd2xx?) that had better performance back then and so

[Bug 284042] FTDI: UART breaks JTAG

2025-01-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284042 --- Comment #4 from b...@orsolic.org --- Thanks for the links! Kludging uftdi driver resulted in skipping creating the interface for JTAG part but the problem persists: Jan 14 00:07:55 kernel: uftdi: skipping JTAG interface #0 for 'Dual RS2

[Bug 284042] FTDI: UART breaks JTAG

2025-01-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284042 --- Comment #3 from Tomasz "CeDeROM" CEDRO --- (In reply to bsd from comment #2) > I have 2 interfaces after connecting FTDI: /dev/cuaU0 and /dev/cuaU1. Yup that seems to be the problem. I would try to exclude "JTAG" interface from being a

[Bug 284042] FTDI: UART breaks JTAG

2025-01-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284042 --- Comment #2 from b...@orsolic.org --- I have 2 interfaces after connecting FTDI: /dev/cuaU0 and /dev/cuaU1. There are no other USB UARTs connected nor UART sessions (cu will exit when device disappears). Just running "stty -a -f /dev/cu

[Bug 284042] FTDI: UART breaks JTAG

2025-01-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284042 Tomasz "CeDeROM" CEDRO changed: What|Removed |Added CC||to...@cedro.info --- Comm

[Bug 284042] FTDI: UART breaks JTAG

2025-01-13 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=284042 Bug ID: 284042 Summary: FTDI: UART breaks JTAG Product: Base System Version: Unspecified Hardware: Any OS: Any Status: New Severity: Affects Only Me