Module Name: src Committed By: jmcneill Date: Thu Jan 28 01:57:31 UTC 2021
Modified Files: src/sys/arch/x86/include: genfb_machdep.h src/sys/arch/x86/pci: pci_machdep.c src/sys/arch/x86/x86: genfb_machdep.c hyperv.c Log Message: Remove x86_genfb_mtrr_init. PATs have been available since the Pentium III and this code has been #if notyet'd shortly after being introduced. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/x86/include/genfb_machdep.h cvs rdiff -u -r1.87 -r1.88 src/sys/arch/x86/pci/pci_machdep.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/x86/x86/genfb_machdep.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/x86/x86/hyperv.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.