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
Marius Strobl
marius at FreeBSD.org
Sat Apr 26 11:01:39 UTC 2008
marius 2008-04-26 11:01:38 UTC
FreeBSD src repository
Modified files:
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:
sys/sparc64/pci ofw_pci_if.m
Log:
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.95 +0 -1 src/sys/conf/files.sparc64
1.14 +0 -1 src/sys/conf/files.sun4v
1.21 +0 -30 src/sys/sparc64/isa/isa.c
1.12 +0 -2 src/sys/sparc64/pci/ofw_pci.h
1.10 +0 -53 src/sys/sparc64/pci/ofw_pci_if.m (dead)
1.76 +0 -19 src/sys/sparc64/pci/psycho.c
1.5 +0 -11 src/sys/sun4v/sun4v/hv_pci.c
More information about the cvs-src
mailing list