From owner-cvs-all Wed Jun 5 12:52:48 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B2CCC37B400; Wed, 5 Jun 2002 12:52:45 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g55Jqjf47169; Wed, 5 Jun 2002 12:52:45 -0700 (PDT) (envelope-from gibbs) Message-Id: <200206051952.g55Jqjf47169@freefall.freebsd.org> From: "Justin T. Gibbs" Date: Wed, 5 Jun 2002 12:52:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.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 gibbs 2002/06/05 12:52:45 PDT Added files: sys/dev/aic7xxx ahd_pci.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c Log: Enter the ahd driver which supports the Adaptec AIC7902 Ultra320, PCI-X SCSI Controller chip. Revision Changes Path 1.1 +302 -0 src/sys/dev/aic7xxx/ahd_pci.c (new) 1.1 +8345 -0 src/sys/dev/aic7xxx/aic79xx.c (new) 1.1 +1298 -0 src/sys/dev/aic7xxx/aic79xx.h (new) 1.1 +3716 -0 src/sys/dev/aic7xxx/aic79xx.reg (new) 1.1 +1723 -0 src/sys/dev/aic7xxx/aic79xx.seq (new) 1.1 +997 -0 src/sys/dev/aic7xxx/aic79xx_inline.h (new) 1.1 +1992 -0 src/sys/dev/aic7xxx/aic79xx_osm.c (new) 1.1 +577 -0 src/sys/dev/aic7xxx/aic79xx_osm.h (new) 1.1 +792 -0 src/sys/dev/aic7xxx/aic79xx_pci.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message