mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-05-06 11:38:20 +02:00
xfree86: bus: rework xf86PostProbe logic and remove useless log info
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com> Reviewed-by: Adam Jackson <ajax@redhat.com>
This commit is contained in:
parent
2f7d630a1e
commit
a70ec0d136
1 changed files with 2 additions and 10 deletions
|
|
@ -480,21 +480,13 @@ xf86EnterServerState(xf86State state)
|
||||||
void
|
void
|
||||||
xf86PostProbe(void)
|
xf86PostProbe(void)
|
||||||
{
|
{
|
||||||
if (fbSlotClaimed) {
|
if (fbSlotClaimed && (pciSlotClaimed
|
||||||
if (pciSlotClaimed
|
|
||||||
#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__)
|
#if (defined(__sparc__) || defined(__sparc)) && !defined(__OpenBSD__)
|
||||||
|| sbusSlotClaimed
|
|| sbusSlotClaimed
|
||||||
#endif
|
#endif
|
||||||
) {
|
))
|
||||||
FatalError("Cannot run in framebuffer mode. Please specify busIDs "
|
FatalError("Cannot run in framebuffer mode. Please specify busIDs "
|
||||||
" for all framebuffer devices\n");
|
" for all framebuffer devices\n");
|
||||||
return;
|
|
||||||
} else {
|
|
||||||
xf86Msg(X_INFO,"Running in FRAMEBUFFER Mode\n");
|
|
||||||
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue