From owner-cvs-all@FreeBSD.ORG Sat May 8 06:53:49 2004 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 62D0B16A4CF; Sat, 8 May 2004 06:53:49 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FEC543D1F; Sat, 8 May 2004 06:53:48 -0700 (PDT) (envelope-from marius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i48DrmGe090898; Sat, 8 May 2004 06:53:48 -0700 (PDT) (envelope-from marius@repoman.freebsd.org) Received: (from marius@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i48DrlDe090897; Sat, 8 May 2004 06:53:47 -0700 (PDT) (envelope-from marius) Message-Id: <200405081353.i48DrlDe090897@repoman.freebsd.org> From: Marius Strobl Date: Sat, 8 May 2004 06:53:47 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.sparc64 options.sparc64 src/sys/sparc64/conf GENERIC NOTES src/sys/sparc64/ebus ebus.c src/sys/sparc64/include ofw_bus.h src/sys/sparc64/isa isa.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, 08 May 2004 13:53:49 -0000 marius 2004/05/08 06:53:47 PDT FreeBSD src repository Modified files: sys/conf files.sparc64 options.sparc64 sys/sparc64/conf GENERIC NOTES sys/sparc64/ebus ebus.c sys/sparc64/include ofw_bus.h sys/sparc64/isa isa.c ofw_isa.c ofw_isa.h sys/sparc64/pci apb.c ofw_pci.c ofw_pci.h ofw_pci_if.m ofw_pcib.c ofw_pcib_subr.c ofw_pcib_subr.h psycho.c psychovar.h sys/sparc64/sparc64 ofw_bus.c ofw_machdep.c Log: - Remove the old sparc64 OFW PCI code (as opposed to the former "options OFW_NEWPCI"). This is a bit overdue, the new sparc64 OFW PCI code which is meant to replace the old one is in place for 10 months and enabled by default in GENERIC for 8 months. FreeBSD 5.2 and 5.2.1 also shipped with the new code enabled by default. - Some minor clean-up, e.g. remove functions that encapsulated the #ifdefs for OFW_NEWPCI, remove unused resp. no longer required includes, etc. Approved by: tmm, no objections on freebsd-sparc64 Revision Changes Path 1.53 +3 -3 src/sys/conf/files.sparc64 1.10 +0 -1 src/sys/conf/options.sparc64 1.72 +0 -8 src/sys/sparc64/conf/GENERIC 1.6 +0 -8 src/sys/sparc64/conf/NOTES 1.15 +3 -29 src/sys/sparc64/ebus/ebus.c 1.6 +0 -11 src/sys/sparc64/include/ofw_bus.h 1.12 +9 -34 src/sys/sparc64/isa/isa.c 1.8 +0 -5 src/sys/sparc64/isa/ofw_isa.c 1.4 +0 -16 src/sys/sparc64/isa/ofw_isa.h 1.8 +3 -53 src/sys/sparc64/pci/apb.c 1.14 +3 -319 src/sys/sparc64/pci/ofw_pci.c 1.7 +0 -40 src/sys/sparc64/pci/ofw_pci.h 1.4 +2 -24 src/sys/sparc64/pci/ofw_pci_if.m 1.3 +0 -1 src/sys/sparc64/pci/ofw_pcib.c 1.3 +1 -1 src/sys/sparc64/pci/ofw_pcib_subr.c 1.2 +0 -2 src/sys/sparc64/pci/ofw_pcib_subr.h 1.47 +0 -153 src/sys/sparc64/pci/psycho.c 1.11 +0 -2 src/sys/sparc64/pci/psychovar.h 1.10 +1 -170 src/sys/sparc64/sparc64/ofw_bus.c 1.9 +0 -6 src/sys/sparc64/sparc64/ofw_machdep.c