uftdi.4freebsd

Langue: en

Autres versions - même langue

Version: 361730 (ubuntu - 24/10/10)

Section: 4 (Pilotes et protocoles réseau)


BSD mandoc

NAME

uftdi - USB support for serial adapters based on the FT8U100AX and FT8U232AM chips

SYNOPSIS

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

Alternatively, to load the driver as a module at boot time, place the following line in loader.conf5:

 uftdi_load="YES"
 

DESCRIPTION

The 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).

HARDWARE

The driver supports the following adapters:

SEE ALSO

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

HISTORY

The driver appeared in Fx 4.8 from Nx 1.5 .