# faisal gillani:
>
> Fatal server error:
> xf86EnableIO: Failed to open /dev/io for extended I/O
>
> what can be wrong ?
/dev/io has been made a module a while back. Either load mem/io
with kldload or rebuild your kernel with an additional
device io
device mem
in your kernel config.
HTH,
Mario