Re: [PATCH] fbdev: suppress warning when assigning vga-save/restore base
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2013-08-05 21:02:52
Also in:
lkml
From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2013-08-05 21:02:52
Also in:
lkml
On 08/05/2013 01:29 PM, Ondrej Zajicek wrote:
How this could even work? AFAIK these cards have to be explicitly programmed to enable MMIO (which was not done in the patches). These patches claim that it is for multi-domain PCI. I would guess that vgabase is NULL in common configurations but if it is non-NULL, it probably wouldn't work, unless there is some hardware magic that transparently converts MMIO (from CPU PoV) to port IO (from card/PCI PoV).
They presumably use iowrite/ioread, which use either I/O instructions or memory instructions depending on the address. -hpa