On Thu, Mar 01, 2007 at 11:38:51AM -0500, Blair Sadewitz wrote: > I am a bit discouraged by the fact that the PCI vga driver ignores > 64-bit BARs. ;) Look at sys/dev/pci/if_ath_pci.c and search for PCI_MAPREG_MEM_TYPE_64BIT. It is simple to fix, and if you can test it... Martin