From owner-cvs-src@FreeBSD.ORG Fri Jun 27 21:39:50 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 786BB37B401; Fri, 27 Jun 2003 21:39:50 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1083543F75; Fri, 27 Jun 2003 21:39:50 -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 h5S4dn0U055638; Fri, 27 Jun 2003 21:39:49 -0700 (PDT) (envelope-from gibbs@repoman.freebsd.org) Received: (from gibbs@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5S4dnY8055637; Fri, 27 Jun 2003 21:39:49 -0700 (PDT) Message-Id: <200306280439.h5S4dnY8055637@repoman.freebsd.org> From: "Justin T. Gibbs" Date: Fri, 27 Jun 2003 21:39:49 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/aic7xxx aic79xx.h aic79xx_pci.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: Sat, 28 Jun 2003 04:39:50 -0000 gibbs 2003/06/27 21:39:49 PDT FreeBSD src repository Modified files: sys/dev/aic7xxx aic79xx.h aic79xx_pci.c Log: aic79xx.h: Add a 7901A specific feature definition. aic79xx_pci.c: Split out the general aic790X setup into it's own setup handler that works on single and dual controllers. Adjust all other PCI setup handlers to initialize the chips basic features and type before calling the generic handler. Turn off a few Rev B workarounds that are not required on the 7901B. Revision Changes Path 1.14 +2 -1 src/sys/dev/aic7xxx/aic79xx.h 1.14 +21 -15 src/sys/dev/aic7xxx/aic79xx_pci.c