man.bsd.lv manual page server

Manual Page Search Parameters

UFTDI(4) Device Drivers Manual UFTDI(4)

uftdiUSB support for serial adapters based on the FT8U100AX and FT8U232AM chips

To compile this driver into the kernel, place the following lines in your kernel configuration file:

device usb
device ucom
device uftdi

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

uftdi_load="YES"

The uftdi driver provides support for various serial adapters based on the FTDI FT2232C, FT8U100AX and FT8U232AM chips.

The device is accessed through the ucom(4) driver which makes it behave like a tty(4).

The uftdi driver supports the following adapters:

tty(4), ucom(4), usb(4)

The uftdi driver appeared in FreeBSD 4.8 from NetBSD 1.5.

November 20, 2011 DragonFly-5.6.1