From owner-cvs-all Wed Oct 30 14: 1:31 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 8425E37B407; Wed, 30 Oct 2002 14:01:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 95A3A43E91; Wed, 30 Oct 2002 14:01:28 -0800 (PST) (envelope-from emoore@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 g9UM0CmV097063; Wed, 30 Oct 2002 14:00:12 -0800 (PST) (envelope-from emoore@repoman.freebsd.org) Received: (from emoore@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id g9UM0BsW097062; Wed, 30 Oct 2002 14:00:11 -0800 (PST) Message-Id: <200210302200.g9UM0BsW097062@repoman.freebsd.org> From: Eric Moore Date: Wed, 30 Oct 2002 14:00:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_pci.c amr_tables.h amrio.h amrreg.h amrvar.h 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 emoore 2002/10/30 14:00:11 PST Modified files: sys/dev/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_pci.c amr_tables.h amrio.h amrreg.h amrvar.h Log: amr.c, amr_cam.c, amrreg.h, amrvar.h: - added support for 12/16 byte cdb's, effecting CAM branch only ( non-disk support ) amrreg.h: - increased number of scatter gather elements from 16 to 26. amr_pci.c: - amr_pci_free(), incorrect bus tag meant for 'amr_mailbox_dmat' was being freed all: - copyright change requested by scottl Reviewed by: ps,scottl MFC after: 1 week Revision Changes Path 1.34 +103 -14 src/sys/dev/amr/amr.c 1.4 +156 -31 src/sys/dev/amr/amr_cam.c 1.5 +25 -3 src/sys/dev/amr/amr_compat.h 1.20 +25 -3 src/sys/dev/amr/amr_disk.c 1.12 +30 -8 src/sys/dev/amr/amr_pci.c 1.3 +25 -3 src/sys/dev/amr/amr_tables.h 1.5 +25 -3 src/sys/dev/amr/amrio.h 1.7 +58 -4 src/sys/dev/amr/amrreg.h 1.13 +26 -3 src/sys/dev/amr/amrvar.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message