From owner-cvs-all Fri Aug 9 13:51:59 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 8B6FB37B400; Fri, 9 Aug 2002 13:51:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1294043E84; Fri, 9 Aug 2002 13:51:54 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g79KprJU068872; Fri, 9 Aug 2002 13:51:53 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g79Kpr1s068871; Fri, 9 Aug 2002 13:51:53 -0700 (PDT) Message-Id: <200208092051.g79Kpr1s068871@freefall.freebsd.org> From: Søren Schmidt Date: Fri, 9 Aug 2002 13:51:53 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD 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 sos 2002/08/09 13:51:53 PDT Modified files: sys/dev/ata ata-all.c atapi-all.c atapi-all.h Added files: sys/dev/ata atapi-cam.c Log: Add the ability to use ATAPI devices via CAM. The CAM<>ATAPI layer was submitted by "Thomas Quinot " changes form the version on the net by me (formatting, ability to be used alone without the ATAPI native device driver, proper speed reporting...) See /sys/conf/NOTES for usage. Submitted by: Thomas Quinot Revision Changes Path 1.153 +34 -10 src/sys/dev/ata/ata-all.c 1.92 +4 -21 src/sys/dev/ata/atapi-all.c 1.45 +2 -0 src/sys/dev/ata/atapi-all.h 1.1 +712 -0 src/sys/dev/ata/atapi-cam.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message