Date: Fri, 30 May 2008 22:24:34 +0000 (UTC) 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 files.sun4v src/sys/sparc64/isa isa.c src/sys/sparc64/pci ofw_pci.h ofw_pci_if.m psycho.c src/sys/sun4v/sun4v hv_pci.c Message-ID: <200805302224.m4UMOYGx003662@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2008-05-30 22:24:34 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/conf files.sparc64 files.sun4v sys/sparc64/isa isa.c sys/sparc64/pci ofw_pci.h psycho.c sys/sun4v/sun4v hv_pci.c Removed files: (Branch: RELENG_7) sys/sparc64/pci ofw_pci_if.m Log: MFC: sys/conf/files.sparc64 1.95; sys/conf/files.sun4v 1.14; sys/sparc64/isa/isa.c 1.21; sys/sparc64/pci/ofw_pci.h 1.12; sys/sparc64/pci/ofw_pci_if.m 1.10; sys/sparc64/pci/psycho.c 1.76; sys/sun4v/sun4v/hv_pci.c 1.5 Remove the MD isa_irq_pending() and the underlying PCI-specific infrastructure. Its only consumer ever was sio(4) and thus was unused on sparc64 since removing the last traces of sio(4) in sparc64 configuration files in favor for uart(4) over three years ago. If similar functionality is required again it should be brought back as an MD intr_pending() which works for all busses by using for example interrupt controller hooks. Revision Changes Path 1.92.2.3 +0 -1 src/sys/conf/files.sparc64 1.11.2.3 +0 -1 src/sys/conf/files.sun4v 1.19.2.2 +0 -30 src/sys/sparc64/isa/isa.c 1.11.2.1 +0 -2 src/sys/sparc64/pci/ofw_pci.h 1.8.2.2 +0 -53 src/sys/sparc64/pci/ofw_pci_if.m (dead) 1.70.2.6 +0 -19 src/sys/sparc64/pci/psycho.c 1.4.2.1 +0 -11 src/sys/sun4v/sun4v/hv_pci.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805302224.m4UMOYGx003662>