On Tue, Dec 08, 2020 at 09:03:53PM -0300, Daniel Bolgheroni wrote: > I have a FT232H variant (marked FT232HQ, 0403:6014) which works with uftdi(4). > > Still related to uftdi(4), sys/dev/usb/ftdi.c has a comment saying uftdi(4) > does not support multiple serial ports because ucom(4), but I'm able to use > both ucom(4) in parallel from the same FT2232H (dual).
Hi Daniel, How does your device attach? Could you send with your device attached? Thanks, Jan > diff --git a/sys/dev/usb/uftdi.c b/sys/dev/usb/uftdi.c > index fb7b8ae8621..80eb3f2c928 100644 > --- a/sys/dev/usb/uftdi.c > +++ b/sys/dev/usb/uftdi.c > @@ -34,11 +34,6 @@ > * FTDI FT8U100AX serial adapter driver > */ > > -/* > - * XXX This driver will not support multiple serial ports. > - * XXX The ucom layer needs to be extended first. > - */