From b61516b6deeeedb24f11853fadb29261be5ab18e Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 26 Sep 2019 12:54:52 +0000 Subject: mpr/mps crash badly. Part of the stability added use of atomic64 functions not present on 32-bit powerpc. Merge the part that removes mps from the build on this tier 2 platform. Working mpr/mps in 12 and 12.1 on our tier 1 platforms is more important. MFC r341754: Remove the mps driver from powerpc 32bit GENERIC, and don't build it and mpr as a module for powerpc or mips. An upcoming commit will cause these drivers to rely on the presence of 64bit atomic operations. Discussed with jhibbits. Relnotes: YES --- sys/powerpc/conf/GENERIC | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/powerpc') diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC index efa604a2aec6..840621dc2cd1 100644 --- a/sys/powerpc/conf/GENERIC +++ b/sys/powerpc/conf/GENERIC @@ -120,7 +120,6 @@ options AHC_ALLOW_MEMIO # Attempt to use memory mapped I/O device isp # Qlogic family device ispfw # Firmware module for Qlogic host adapters device mpt # LSI-Logic MPT-Fusion -device mps # LSI-Logic MPT-Fusion 2 device sym # NCR/Symbios/LSI Logic 53C8XX/53C1010/53C1510D # ATA/SCSI peripherals -- cgit v1.2.3