Please revert the AHCI removal. It works just fine on big-endian
hardware and has for a long time -- I think the problem may be limited
to you specific hardware.
-Nathan
On 01/17/18 01:33, Wojciech Macek wrote:
Author: wma
Date: Wed Jan 17 09:33:16 2018
New Revision: 328078
URL: https://svnweb.freebsd.org/changeset/base/328078
Log:
PPC64: add CXGBE and remove AHCI from GENERIC64
Add CXGBE driver which is required for PowerNV system.
Also, remove AHCI which does not work in BigEndian.
Created by: Wojciech Macek <w...@semihalf.com>
Obtained from: Semihalf
Sponsored by: QCM Technologies
Modified:
head/sys/powerpc/conf/GENERIC64
Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64 Wed Jan 17 08:01:51 2018
(r328077)
+++ head/sys/powerpc/conf/GENERIC64 Wed Jan 17 09:33:16 2018
(r328078)
@@ -107,7 +107,7 @@ options PCI_HP # PCI-Express native
HotPlug
device agp
# ATA controllers
-device ahci # AHCI-compatible SATA controllers
+#device ahci # AHCI-compatible SATA controllers
device ata # Legacy ATA/SATA controllers
device mvs # Marvell
88SX50XX/88SX60XX/88SX70XX/SoC SATA
device siis # SiliconImage SiI3124/SiI3132/SiI3531
SATA
@@ -143,6 +143,7 @@ device ix # Intel PRO/10GbE PCIE
PF Ethernet Family
device ixv # Intel PRO/10GbE PCIE VF Ethernet
Family
device glc # Sony Playstation 3 Ethernet
device llan # IBM pSeries Virtual Ethernet
+device cxgbe # Chelsio 10/25G NIC
# PCI Ethernet NICs that use the common MII bus controller code.
device miibus # MII bus support
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"