Module Name:    src
Committed By:   nisimura
Date:           Sun May 24 16:32:58 UTC 2009

Modified Files:
        src/share/man/man4: uftdi.4

Log Message:
- detect FTDI chiptype from bcdDevice field to determine the number of
  channels.
- now capable of quad channel FT4232H.
- mention FT232BM, FT232R, FT2232D, FT2232H and FT4232H chip models.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/uftdi.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/uftdi.4
diff -u src/share/man/man4/uftdi.4:1.14 src/share/man/man4/uftdi.4:1.15
--- src/share/man/man4/uftdi.4:1.14	Sat May  9 11:17:22 2009
+++ src/share/man/man4/uftdi.4	Sun May 24 16:32:58 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: uftdi.4,v 1.14 2009/05/09 11:17:22 wiz Exp $
+.\" $NetBSD: uftdi.4,v 1.15 2009/05/24 16:32:58 nisimura Exp $
 .\"
 .\" Copyright (c) 2000 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -76,8 +76,9 @@
 .Sh DESCRIPTION
 The
 .Nm
-driver provides support for various serial adapters based on the FTDI
-FT8U100AX and FT8U232AM chips.
+driver provides support for various serial adapters based on the FTDI USB
+UART IC family.  Supported chip models are FT8U100AX, FT8U232AM, FT232BM,
+FT232R, dual channel FT2232D, dual channel FT2232H, and quad channel FT4232H.
 .Pp
 The device is accessed through the
 .Xr ucom 4

Reply via email to