CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2019/12/06 02:48:02
Modified files: sys/arch/i386/conf: GENERIC files.i386 share/man/man4/man4.i386: Makefile Removed files: sys/arch/i386/pci: piixpcib.c share/man/man4/man4.i386: piixpcib.4 Log message: Retire piixpcib(4). When PAE came back in 2015 the use of kvm86, required for SpeedStep on such machine, got disabled. So there's no loss of functionality. ok stsp@