From owner-cvs-src@FreeBSD.ORG Fri Jun 27 22:45:56 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86F4037B401; Fri, 27 Jun 2003 22:45:56 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DFA943FF3; Fri, 27 Jun 2003 22:45:56 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5S5jt0U077468; Fri, 27 Jun 2003 22:45:55 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5S5jtUO077467; Fri, 27 Jun 2003 22:45:55 -0700 (PDT) Message-Id: <200306280545.h5S5jtUO077467@repoman.freebsd.org> From: Scott Long Date: Fri, 27 Jun 2003 22:45:55 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb umct.c src/sys/modules/umct Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jun 2003 05:45:57 -0000 scottl 2003/06/27 22:45:55 PDT FreeBSD src repository Added files: sys/dev/usb umct.c sys/modules/umct Makefile Log: Add 'umct', a driver for MCT Corp. and Belkin F5U109 USB-Serial adapters. This is based on the ubsa driver by Alexander Kabaev along with documentation gleaned from the Linux mct_u232 driver. I've had this driver sitting in my tree for almost 6 months, and several others have found it useful. Revision Changes Path 1.1 +510 -0 src/sys/dev/usb/umct.c (new) 1.1 +10 -0 src/sys/modules/umct/Makefile (new)