From owner-cvs-src@FreeBSD.ORG Wed Apr 7 01:12:24 2004 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 690E916A4CE; Wed, 7 Apr 2004 01:12:24 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6379943D2F; Wed, 7 Apr 2004 01:12:24 -0700 (PDT) (envelope-from rik@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i378BwGe036571; Wed, 7 Apr 2004 01:11:58 -0700 (PDT) (envelope-from rik@repoman.freebsd.org) Received: (from rik@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i378BviB036567; Wed, 7 Apr 2004 01:11:57 -0700 (PDT) (envelope-from rik) Message-Id: <200404070811.i378BviB036567@repoman.freebsd.org> From: Roman Kurakin Date: Wed, 7 Apr 2004 01:11:57 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/dev/ctau am8530.h ctau.c ctau2fw.h ctaue1fw.h ctaufw.h ctaug7fw.h ctaureg.h ctddk.c ctddk.h ds2153.h hdc64570.h if_ct.c lxt318.h ng_ct.h 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: Wed, 07 Apr 2004 08:12:24 -0000 rik 2004/04/07 01:11:57 PDT FreeBSD src repository Added files: (Branch: RELENG_4) sys/dev/ctau am8530.h ctau.c ctau2fw.h ctaue1fw.h ctaufw.h ctaug7fw.h ctaureg.h ctddk.c ctddk.h ds2153.h hdc64570.h if_ct.c lxt318.h ng_ct.h Log: MFC: Add support for Cronyx Tau adapters (ctau (4) driver). Approved by: imp (mentor) Revision Changes Path 1.1.2.1 +115 -0 src/sys/dev/ctau/am8530.h (new) 1.2.2.1 +1796 -0 src/sys/dev/ctau/ctau.c (new) 1.1.2.1 +498 -0 src/sys/dev/ctau/ctau2fw.h (new) 1.1.2.1 +2066 -0 src/sys/dev/ctau/ctaue1fw.h (new) 1.1.2.1 +848 -0 src/sys/dev/ctau/ctaufw.h (new) 1.1.2.1 +2062 -0 src/sys/dev/ctau/ctaug7fw.h (new) 1.1.2.1 +276 -0 src/sys/dev/ctau/ctaureg.h (new) 1.1.2.1 +1162 -0 src/sys/dev/ctau/ctddk.c (new) 1.1.2.1 +606 -0 src/sys/dev/ctau/ctddk.h (new) 1.1.2.1 +290 -0 src/sys/dev/ctau/ds2153.h (new) 1.1.2.1 +492 -0 src/sys/dev/ctau/hdc64570.h (new) 1.2.2.1 +2752 -0 src/sys/dev/ctau/if_ct.c (new) 1.1.2.1 +44 -0 src/sys/dev/ctau/lxt318.h (new) 1.1.2.1 +31 -0 src/sys/dev/ctau/ng_ct.h (new)