xserver/hw/xfree86/os-support/linux
Adam Jackson d88fb00d79 linux: Make failure to iopl non-fatal
We load the driver list, then enable I/O, then call driver probe based
on whether I/O enable succeeded.  That's bad, because the loaded
security policy might forbid port access.  We happen to treat that as
fatal for some reason, which means even drivers that don't need I/O
access (like kms and fbdev) don't get the chance to run.  Facepalm.

How about we just make that non-fatal instead, that sounds like a much
better plan.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Simon Farnsworth <simon.farnsworth@onelan.co.uk>
Signed-off-by: Adam Jackson <ajax@redhat.com>
2012-09-20 11:07:27 -04:00
..
int10 api: rework the X server driver API to avoid global arrays. 2012-06-05 13:22:18 +01:00
Makefile.am xfree86: use udev to provide device enumeration for kms devices (v10) 2012-07-06 10:20:19 +01:00
lnx_acpi.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
lnx_agp.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
lnx_apm.c Fix up formatting of initializers for arrays of structs 2012-08-06 15:22:53 -07:00
lnx_axp.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
lnx_bell.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
lnx_ev56.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
lnx_init.c xfree86: remove out-of-date comment 2012-03-22 11:33:20 +10:00
lnx_kmod.c Introduce a consistent coding style 2012-03-21 13:54:42 -07:00
lnx_platform.c xfree86: add platform bus hotplug support (v3) 2012-07-06 10:35:20 +01:00
lnx_video.c linux: Make failure to iopl non-fatal 2012-09-20 11:07:27 -04:00