The uftdi driver runs with multiple instances.

Remove a comment claiming the opposite.

Approved by: re (rwatson)
             gallatin (Mentor)
MFC after: 1 week
This commit is contained in:
Bernd Walter 2002-12-12 19:03:43 +00:00
parent 3aa2a1d0e4
commit 765187cac7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=107791

View file

@ -41,11 +41,6 @@
* FTDI FT8U100AX serial adapter driver
*/
/*
* XXX This driver will not support multiple serial ports.
* XXX The ucom layer needs to be extended first.
*/
#include <sys/cdefs.h>
#include <sys/param.h>