Subject: Re: pci_mapreg_map with 64-bit addresses
To: Blair Sadewitz <blair.sadewitz@gmail.com>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 03/01/2007 17:44:32
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