From owner-cvs-all Mon Jan 6 8:36: 7 2003 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 6B3B137B401; Mon, 6 Jan 2003 08:36:06 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 173C543EDC; Mon, 6 Jan 2003 08:36:06 -0800 (PST) (envelope-from tmm@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 h06Ga5fh013755; Mon, 6 Jan 2003 08:36:05 -0800 (PST) (envelope-from tmm@repoman.freebsd.org) Received: (from tmm@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h06Ga5GH013754; Mon, 6 Jan 2003 08:36:05 -0800 (PST) Message-Id: <200301061636.h06Ga5GH013754@repoman.freebsd.org> From: Thomas Moestl Date: Mon, 6 Jan 2003 08:36:05 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sparc64/sbus sbus.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tmm 2003/01/06 08:36:05 PST Modified files: sys/sparc64/sbus sbus.c Log: 1.) fix a copy-and-paste-o in a panic() message 2.) pass the requesting child device (instead of the bus one) up when handling interrupt resources 3.) remeber to mark the resource list entry as unused in sbus_release_resource(). Reported by: scottl (3) Revision Changes Path 1.7 +36 -14 src/sys/sparc64/sbus/sbus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message