Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jan 2018 06:28:21 +0000 (UTC)
From:      Wojciech Macek <wma@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r328109 - head/sys/powerpc/conf
Message-ID:  <201801180628.w0I6SLWC025462@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801180628.w0I6SLWC025462>