From owner-cvs-src-old@FreeBSD.ORG Fri May 6 13:49:17 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9869D1065784 for ; Fri, 6 May 2011 13:49:17 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 84B8D8FC1B for ; Fri, 6 May 2011 13:49:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p46DnHYn094110 for ; Fri, 6 May 2011 13:49:17 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p46DnHod094109 for cvs-src-old@freebsd.org; Fri, 6 May 2011 13:49:17 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201105061349.p46DnHod094109@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Fri, 6 May 2011 13:48:53 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/ia64/isa isa.c src/sys/isa isa_common.c isa_common.h src/sys/powerpc/mpc85xx isa.c src/sys/sparc64/isa isa.c src/sys/x86/isa isa.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2011 13:49:17 -0000 jhb 2011-05-06 13:48:53 UTC FreeBSD src repository Modified files: sys/ia64/isa isa.c sys/isa isa_common.c isa_common.h sys/powerpc/mpc85xx isa.c sys/sparc64/isa isa.c sys/x86/isa isa.c Log: SVN rev 221526 on 2011-05-06 13:48:53Z by jhb Retire isa_setup_intr() and isa_teardown_intr() and use the generic bus versions instead. They were never needed as bus_generic_intr() and bus_teardown_intr() had been changed to pass the original child device up in 42734, but the ISA bus was not converted to new-bus until 45720. Revision Changes Path 1.6 +0 -22 src/sys/ia64/isa/isa.c 1.51 +2 -2 src/sys/isa/isa_common.c 1.18 +0 -6 src/sys/isa/isa_common.h 1.4 +0 -17 src/sys/powerpc/mpc85xx/isa.c 1.24 +0 -23 src/sys/sparc64/isa/isa.c 1.2 +0 -22 src/sys/x86/isa/isa.c