This is here since the initial revision but it's not synchronized with the definitions in both xf86.h and xf86sbusBus.h
Signed-off-by: Tiago Vignatti <[email protected]> --- hw/xfree86/common/xf86Bus.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c index 788de0b..7f30b18 100644 --- a/hw/xfree86/common/xf86Bus.c +++ b/hw/xfree86/common/xf86Bus.c @@ -68,7 +68,7 @@ void xf86BusProbe(void) { xf86PciProbe(); -#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__) +#if (defined(__sparc__) || defined(__sparc)) xf86SbusProbe(); #endif } @@ -481,7 +481,7 @@ void xf86PostProbe(void) { if (fbSlotClaimed && (pciSlotClaimed -#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__) +#if (defined(__sparc__) || defined(__sparc)) || sbusSlotClaimed #endif )) -- 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
