From owner-cvs-src@FreeBSD.ORG Thu May 13 09:02:19 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 B7B8B16A4CE; Thu, 13 May 2004 09:02:19 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 89BDA43D53; Thu, 13 May 2004 09:02:19 -0700 (PDT) (envelope-from scottl@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 i4DG2JGe089109; Thu, 13 May 2004 09:02:19 -0700 (PDT) (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4DG2JkU089105; Thu, 13 May 2004 09:02:19 -0700 (PDT) (envelope-from scottl) Message-Id: <200405131602.i4DG2JkU089105@repoman.freebsd.org> From: Scott Long Date: Thu, 13 May 2004 09:02:19 -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/aac aac_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: Thu, 13 May 2004 16:02:19 -0000 scottl 2004/05/13 09:02:19 PDT FreeBSD src repository Modified files: sys/dev/aac aac_pci.c Log: Enable INTR_ENTROPY if the interrupt is not set to INTR_FAST. Remove the testing and setting of the INTR_ENTROPY macro as it is not needed in FreeBSD 5.x. Submitted by: Alex Vasylenko Revision Changes Path 1.45 +2 -5 src/sys/dev/aac/aac_pci.c