Date: Sat, 8 May 2004 06:53:47 -0700 (PDT) From: Marius Strobl <marius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org 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... Message-ID: <200405081353.i48DrlDe090897@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405081353.i48DrlDe090897>