From owner-cvs-src@FreeBSD.ORG Fri Aug 1 14:31:37 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 361F337B401; Fri, 1 Aug 2003 14:31:37 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F8F43FAF; Fri, 1 Aug 2003 14:31:36 -0700 (PDT) (envelope-from imp@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 h71LVa0U025455; Fri, 1 Aug 2003 14:31:36 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h71LVaUb025454; Fri, 1 Aug 2003 14:31:36 -0700 (PDT) Message-Id: <200308012131.h71LVaUb025454@repoman.freebsd.org> From: Warner Losh Date: Fri, 1 Aug 2003 14:31:36 -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/i386/pci pci_cfgreg.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: Fri, 01 Aug 2003 21:31:37 -0000 imp 2003/08/01 14:31:36 PDT FreeBSD src repository Modified files: sys/i386/pci pci_cfgreg.c Log: Add hw.pci.irq_override_mask, which is a mask of interrupts that are considered to be good to try when it otherwise has no clue about which interrupts to try. This is a band-aide and we really should try to balance the IRQs that we arbitrarily pick, but it should help some people that would otherwise get bad IRQs. Revision Changes Path 1.103 +14 -0 src/sys/i386/pci/pci_cfgreg.c