Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2009 17:05:17 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r190696 - head/sys/conf
Message-ID:  <200904041705.n34H5H2N076534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nwhitehorn
Date: Sat Apr  4 17:05:17 2009
New Revision: 190696
URL: http://svn.freebsd.org/changeset/base/190696

Log:
  Modularize the Macintosh built-in ATA along the lines of the rest of the
  ATA system as an optional atamacio device.
  
  PR:             powerpc/133161
  Submitted by:   Bruce Cran

Modified:
  head/sys/conf/files.powerpc

Modified: head/sys/conf/files.powerpc
==============================================================================
--- head/sys/conf/files.powerpc	Sat Apr  4 17:01:32 2009	(r190695)
+++ head/sys/conf/files.powerpc	Sat Apr  4 17:05:17 2009	(r190696)
@@ -112,9 +112,9 @@ powerpc/mpc85xx/pci_ocp.c	optional	pci m
 powerpc/ofw/ofw_pcibus.c	optional	pci aim
 powerpc/ofw/ofw_pcib_pci.c	optional	pci aim
 powerpc/ofw/ofw_syscons.c	optional	sc aim
-powerpc/powermac/ata_kauai.c	optional	powermac ata
-powerpc/powermac/ata_macio.c	optional	powermac ata
-powerpc/powermac/ata_dbdma.c	optional	powermac ata
+powerpc/powermac/ata_kauai.c	optional	powermac ata | powermac atamacio
+powerpc/powermac/ata_macio.c	optional	powermac ata | powermac atamacio
+powerpc/powermac/ata_dbdma.c	optional	powermac ata | powermac atamacio
 powerpc/powermac/dbdma.c	optional	powermac pci
 powerpc/powermac/grackle.c	optional	powermac pci
 powerpc/powermac/hrowpic.c	optional	powermac pci



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