From owner-cvs-src@FreeBSD.ORG Sat Jun 4 20:31:20 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org 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 DAD2E16A41C; Sat, 4 Jun 2005 20:31:20 +0000 (GMT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A33CB43D1F; Sat, 4 Jun 2005 20:31:20 +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 j54KVKme084950; Sat, 4 Jun 2005 20:31:20 GMT (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j54KVKC5084949; Sat, 4 Jun 2005 20:31:20 GMT (envelope-from marius) Message-Id: <200506042031.j54KVKC5084949@repoman.freebsd.org> From: Marius Strobl Date: Sat, 4 Jun 2005 20:31:20 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/sparc64/ebus ebus.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 04 Jun 2005 20:31:21 -0000 marius 2005-06-04 20:31:20 UTC FreeBSD src repository Modified files: sys/sparc64/ebus ebus.c Log: Now that all affected drivers have been changed remove the helpers for the SYS_RES_IOPORT -> SYS_RES_MEMORY transition again. While it was helpful to not need to change all of the affected drivers in a single pass together with ebus(4) we probably shouldn't start into 6.0 with such a hack. This requires some of the modules of affected drivers to be rebuilt, namely: auxio(4), snd_audiocs(4) and puc(4). Revision Changes Path 1.23 +3 -34 src/sys/sparc64/ebus/ebus.c