svn commit: r328109 - head/sys/powerpc/conf

Wojciech Macek wma at FreeBSD.org
Thu Jan 18 06:28:22 UTC 2018


Author: wma
Date: Thu Jan 18 06:28:21 2018
New Revision: 328109
URL: https://svnweb.freebsd.org/changeset/base/328109

Log:
  PPC64: add AHCI back to GENERIC64
  
  > Description of fields to fill in above:                     76 columns --|
  > PR:                       If a GNATS PR is affected by the change.
  > Submitted by:             If someone else sent in the change.
  > Reviewed by:              If someone else reviewed your modification.
  > Approved by:              If you needed approval for this commit.
  > Obtained from:            If the change is from a third party.
  > MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder email.
  > MFH:                      Ports tree branch name.  Request approval for merge.
  > Relnotes:                 Set to 'yes' for mention in release notes.
  > Security:                 Vulnerability reference (one per line) or description.
  > Sponsored by:             If the change was sponsored by an organization.
  > Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL needed).
  > Empty fields above will be automatically removed.
  
  M    sys/powerpc/conf/GENERIC64

Modified:
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Thu Jan 18 05:57:10 2018	(r328108)
+++ head/sys/powerpc/conf/GENERIC64	Thu Jan 18 06:28:21 2018	(r328109)
@@ -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


More information about the svn-src-head mailing list