From owner-cvs-src@FreeBSD.ORG Mon Nov 3 14:36:44 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 506AA16A4CE; Mon, 3 Nov 2003 14:36:44 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C676E43FBF; Mon, 3 Nov 2003 14:36:43 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hA3MahXJ098212; Mon, 3 Nov 2003 14:36:43 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hA3MahHm098211; Mon, 3 Nov 2003 14:36:43 -0800 (PST) (envelope-from jhb) Message-Id: <200311032236.hA3MahHm098211@repoman.freebsd.org> From: John Baldwin Date: Mon, 3 Nov 2003 14:36:43 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 nexus.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: Mon, 03 Nov 2003 22:36:44 -0000 jhb 2003/11/03 14:36:43 PST FreeBSD src repository Modified files: sys/i386/i386 nexus.c Log: - Always allocate the maximum size for the IRQ resource manager. Ideally we would manage this better by having the interrupt code add each interrupt vector to the resource map when each source is registered. - Use the new interrupt code API for registering and tearing down interrupt handlers. Revision Changes Path 1.53 +4 -16 src/sys/i386/i386/nexus.c