From owner-cvs-src@FreeBSD.ORG Sun Feb 15 11:30:04 2004 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 3083B16A4CE; Sun, 15 Feb 2004 11:30:04 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1258043D1D; Sun, 15 Feb 2004 11:30:04 -0800 (PST) (envelope-from gibbs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i1FJU3Ge054612; Sun, 15 Feb 2004 11:30:03 -0800 (PST) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i1FJU34B054611; Sun, 15 Feb 2004 11:30:03 -0800 (PST) (envelope-from gibbs) Message-Id: <200402151930.i1FJU34B054611@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Sun, 15 Feb 2004 11:30:03 -0800 (PST) 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_93cx6.c ... 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: Sun, 15 Feb 2004 19:30:04 -0000 gibbs 2004/02/15 11:30:03 PST 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_93cx6.c aic7xxx_inline.h aic7xxx_osm.c aic7xxx_osm.h aic7xxx_pci.c Added files: (Branch: RELENG_4) sys/dev/aic7xxx aic_osm_lib.c aic_osm_lib.h Log: MFC: Update to the aic7xxx and aic79xx drivers in today's current. Revision Changes Path 1.15.2.12 +5 -4 src/sys/dev/aic7xxx/ahc_eisa.c 1.29.2.15 +27 -50 src/sys/dev/aic7xxx/ahc_pci.c 1.2.2.6 +11 -49 src/sys/dev/aic7xxx/ahd_pci.c 1.1.2.10 +4 -4 src/sys/dev/aic7xxx/aic7770.c 1.3.2.8 +785 -469 src/sys/dev/aic7xxx/aic79xx.c 1.3.2.8 +55 -23 src/sys/dev/aic7xxx/aic79xx.h 1.2.2.7 +37 -20 src/sys/dev/aic7xxx/aic79xx.reg 1.2.2.7 +215 -65 src/sys/dev/aic7xxx/aic79xx.seq 1.3.2.7 +45 -31 src/sys/dev/aic7xxx/aic79xx_inline.h 1.3.2.5 +37 -347 src/sys/dev/aic7xxx/aic79xx_osm.c 1.4.2.4 +24 -309 src/sys/dev/aic7xxx/aic79xx_osm.h 1.3.2.7 +91 -78 src/sys/dev/aic7xxx/aic79xx_pci.c 1.41.2.28 +449 -127 src/sys/dev/aic7xxx/aic7xxx.c 1.16.2.17 +26 -9 src/sys/dev/aic7xxx/aic7xxx.h 1.20.2.15 +2 -2 src/sys/dev/aic7xxx/aic7xxx.reg 1.94.2.20 +3 -2 src/sys/dev/aic7xxx/aic7xxx.seq 1.8.2.7 +29 -9 src/sys/dev/aic7xxx/aic7xxx_93cx6.c 1.2.2.15 +13 -13 src/sys/dev/aic7xxx/aic7xxx_inline.h 1.27.2.7 +54 -350 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.14.2.7 +16 -295 src/sys/dev/aic7xxx/aic7xxx_osm.h 1.2.2.19 +93 -75 src/sys/dev/aic7xxx/aic7xxx_pci.c 1.2.2.1 +176 -0 src/sys/dev/aic7xxx/aic_osm_lib.c (new) 1.1.2.1 +426 -0 src/sys/dev/aic7xxx/aic_osm_lib.h (new)