From owner-cvs-all Thu Oct 31 15:11:57 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B794737B401; Thu, 31 Oct 2002 15:11:56 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 79BB543E3B; Thu, 31 Oct 2002 15:11:56 -0800 (PST) (envelope-from thomas@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 g9VNAYmV028483; Thu, 31 Oct 2002 15:10:34 -0800 (PST) (envelope-from thomas@repoman.freebsd.org) Received: (from thomas@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9VNAYXg028482; Thu, 31 Oct 2002 15:10:34 -0800 (PST) Message-Id: <200210312310.g9VNAYXg028482@repoman.freebsd.org> From: Thomas Quinot Date: Thu, 31 Oct 2002 15:10:34 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/ata ata-all.c atapi-all.c atapi-all.h atapi-cam.c src/sys/conf files src/sys/i386/conf LINT X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG thomas 2002/10/31 15:10:34 PST Modified files: (Branch: RELENG_4) sys/dev/ata ata-all.c atapi-all.c atapi-all.h sys/conf files sys/i386/conf LINT Added files: (Branch: RELENG_4) sys/dev/ata atapi-cam.c Log: MFC: ATAPI/CAM driver. This driver allows ATAPI devices to be used through the CAM framework. Reviewed by: sos, roberto OK'd by: re Revision Changes Path 1.340.2.119 +2 -0 src/sys/conf/files 1.50.2.41 +28 -10 src/sys/dev/ata/ata-all.c 1.46.2.18 +5 -21 src/sys/dev/ata/atapi-all.c 1.22.2.10 +3 -0 src/sys/dev/ata/atapi-all.h 1.10.2.1 +723 -0 src/sys/dev/ata/atapi-cam.c (new) 1.749.2.127 +2 -0 src/sys/i386/conf/LINT To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message