CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/30 16:03:14
Modified files:
sys/arch/amd64/pci: pci_machdep.c
Log message:
Use two 32-bit writes instead of a single 64-bit write to write the
message address into an MSI-X table entry. The RTL8168/RTL8111 hardware
does not respond to 64-bit access (reads return all-ones, writes are
ignored) and the PCI specification documents separate 32-bit "DWORD"
fields for message address and message upper address.
ok mlarkin@, jmatthew@
