From acd7c4c5caee14496a6bc5dced36d8cd20992a0d Mon Sep 17 00:00:00 2001 From: skrll Date: Sat, 30 Jul 2005 06:14:49 +0000 Subject: Add a driver for Cypress microcontroller based USB serial adapters. XXX hw flow control is not supported. --- sys/dev/DEVNAMES | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/DEVNAMES') diff --git a/sys/dev/DEVNAMES b/sys/dev/DEVNAMES index a580918640c..9a41fb00a3c 100644 --- a/sys/dev/DEVNAMES +++ b/sys/dev/DEVNAMES @@ -1,4 +1,4 @@ -# $NetBSD: DEVNAMES,v 1.185 2005/07/18 11:42:28 augustss Exp $ +# $NetBSD: DEVNAMES,v 1.186 2005/07/30 06:14:50 skrll Exp $ # # This file contains all used device names and defined attributes in # alphabetical order. New devices added to the system somewhere should first @@ -1262,6 +1262,7 @@ ucbsnd hpcmips ucbtp hpcmips ucom MI ucombus MI Attribute +ucycom MI uda MI udav MI udsbr MI -- cgit