From owner-cvs-all@FreeBSD.ORG Tue Apr 17 06:26:27 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1E5BB16A400; Tue, 17 Apr 2007 06:26:27 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 0D8D213C46A; Tue, 17 Apr 2007 06:26:27 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l3H6QQcM008736; Tue, 17 Apr 2007 06:26:26 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l3H6QQc6008735; Tue, 17 Apr 2007 06:26:26 GMT (envelope-from scottl) Message-Id: <200704170626.l3H6QQc6008735@repoman.freebsd.org> From: Scott Long Date: Tue, 17 Apr 2007 06:26:26 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/aic7xxx aic7770.c aic79xx.c aic79xx.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx_osm.c aic7xxx_osm.h aic7xxx_pci.c aic_osm_lib.c aic_osm_lib.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Apr 2007 06:26:27 -0000 scottl 2007-04-17 06:26:26 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx aic7770.c aic79xx.c aic79xx.h aic79xx_osm.c aic79xx_osm.h aic79xx_pci.c aic7xxx.c aic7xxx.h aic7xxx_osm.c aic7xxx_osm.h aic7xxx_pci.c aic_osm_lib.c aic_osm_lib.h Log: Basic MPSAFE locking for the AHC and AHD drivers. Revision Changes Path 1.19 +2 -3 src/sys/dev/aic7xxx/aic7770.c 1.39 +9 -62 src/sys/dev/aic7xxx/aic79xx.c 1.26 +1 -1 src/sys/dev/aic7xxx/aic79xx.h 1.28 +10 -47 src/sys/dev/aic7xxx/aic79xx_osm.c 1.21 +8 -48 src/sys/dev/aic7xxx/aic79xx_osm.h 1.26 +2 -3 src/sys/dev/aic7xxx/aic79xx_pci.c 1.110 +4 -34 src/sys/dev/aic7xxx/aic7xxx.c 1.55 +1 -1 src/sys/dev/aic7xxx/aic7xxx.h 1.49 +12 -51 src/sys/dev/aic7xxx/aic7xxx_osm.c 1.33 +8 -48 src/sys/dev/aic7xxx/aic7xxx_osm.h 1.36 +2 -3 src/sys/dev/aic7xxx/aic7xxx_pci.c 1.5 +9 -22 src/sys/dev/aic7xxx/aic_osm_lib.c 1.6 +4 -13 src/sys/dev/aic7xxx/aic_osm_lib.h