From owner-cvs-src@FreeBSD.ORG Mon Jun 9 20:26:10 2003 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 822F337B401; Mon, 9 Jun 2003 20:26:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1ACEB43FDF; Mon, 9 Jun 2003 20:26:10 -0700 (PDT) (envelope-from gibbs@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 h5A3Q90U042693; Mon, 9 Jun 2003 20:26:09 -0700 (PDT) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5A3Q9De042692; Mon, 9 Jun 2003 20:26:09 -0700 (PDT) Message-Id: <200306100326.h5A3Q9De042692@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Mon, 9 Jun 2003 20:26:09 -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/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic7770.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_inline.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: Tue, 10 Jun 2003 03:26:11 -0000 gibbs 2003/06/09 20:26:09 PDT FreeBSD src repository Modified files: (Branch: RELENG_4) sys/dev/aic7xxx ahc_eisa.c ahc_pci.c ahd_pci.c aic7770.c aic79xx.c aic79xx.h aic79xx.reg aic79xx.seq aic79xx_inline.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx.reg aic7xxx.seq aic7xxx_inline.h aic7xxx_osm.c aic7xxx_osm.h aic7xxx_pci.c Log: MFC: Update aic7xxx and aic79xx drivers as of today's -current. Revision Changes Path 1.15.2.11 +2 -2 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.14 +2 -2 src/sys/dev/aic7xxx/ahc_pci.c 1.2.2.5 +2 -2 src/sys/dev/aic7xxx/ahd_pci.c 1.1.2.9 +45 -5 src/sys/dev/aic7xxx/aic7770.c 1.3.2.5 +279 -269 src/sys/dev/aic7xxx/aic79xx.c 1.3.2.6 +82 -44 src/sys/dev/aic7xxx/aic79xx.h 1.2.2.6 +50 -43 src/sys/dev/aic7xxx/aic79xx.reg 1.2.2.5 +213 -168 src/sys/dev/aic7xxx/aic79xx.seq 1.3.2.5 +40 -33 src/sys/dev/aic7xxx/aic79xx_inline.h 1.3.2.4 +3 -2 src/sys/dev/aic7xxx/aic79xx_osm.c 1.4.2.3 +2 -2 src/sys/dev/aic7xxx/aic79xx_osm.h 1.3.2.5 +110 -31 src/sys/dev/aic7xxx/aic79xx_pci.c 1.41.2.27 +417 -454 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.16 +77 -36 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.14 +4 -13 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.19 +20 -24 src/sys/dev/aic7xxx/aic7xxx.seq 1.2.2.14 +40 -32 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.27.2.6 +3 -2 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.14.2.6 +2 -2 src/sys/dev/aic7xxx/aic7xxx_osm.h 1.2.2.17 +161 -24 src/sys/dev/aic7xxx/aic7xxx_pci.c