From owner-cvs-all@FreeBSD.ORG Sat Feb 26 00:22:53 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3012716A4CE; Sat, 26 Feb 2005 00:22:53 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 026FB43D1F; Sat, 26 Feb 2005 00:22:53 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1Q0MqYX025283; Sat, 26 Feb 2005 00:22:52 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1Q0Mq4h025282; Sat, 26 Feb 2005 00:22:52 GMT (envelope-from marius) Message-Id: <200502260022.j1Q0Mq4h025282@repoman.freebsd.org> From: Marius Strobl Date: Sat, 26 Feb 2005 00:22:52 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/puc puc.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Sat, 26 Feb 2005 00:22:53 -0000 marius 2005-02-26 00:22:52 UTC FreeBSD src repository Modified files: sys/dev/puc puc.c Log: Add a stopgap allowing puc(4) to allocate IRQs on fhc(4). Given that both a scc(4) is under way and fhc(4) will be change to use INOs this shouldn't stay in HEAD for too long but we need a MFC-able solution for FreeBSD 5.4. Discussed with: marcel Tested by: hrs, kris MFC after: 3 days Revision Changes Path 1.38 +9 -0 src/sys/dev/puc/puc.c