commit | 973fbb5b970a8529c82e7e6817737d75b4fc1086 | [log] [tgz] |
---|---|---|
author | Mark Kettenis <kettenis@openbsd.org> | Fri Jul 14 21:15:16 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 14 17:51:50 2023 -0400 |
tree | d99ae8fdb0f48dfb25443af2398336c0cf21a0ff | |
parent | 59431830062335b01b0a8c5070b7a7e49e7afb29 [diff] |
pci: apple: Enable CONFIG_SYS_PCI_64BIT The Apple hardware supports 64-bit prefetchable memory windows so enable CONFIG_SYS_PCI_64BIT. This fixes BAR assignments for the Broadcom Ethernet controller used in some of the desktop machines. Signed-off-by: Mark Kettenis <kettenis@openbsd.org>