Subject: Re: FTDI USB HS Serial Converter
To: Gilbert Fernandes <gilbertf@netbsd-fr.org>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-kern
Date: 06/02/2004 15:29:01
"Gilbert Fernandes" <gilbertf@netbsd-fr.org> writes:

> I'm gonna import the OpenBSD code tonight to my NetBSD-current
> and I would appreciate if anybody has advices about how it
> should be done (should I port code directly or rewrite some
> parts to be more close to the NetBSD way of doing things
> on USB ?)

We have the uftdi driver. You probably just need to add the product ID
and maybe vendor ID to the USB_MATCH() code in sys/dev/usb/uftdi.c.

        - Nathan