Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2009 17:10:04 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ppc@FreeBSD.org
Subject:   Re: powerpc/133161: commit references a PR
Message-ID:  <200904041710.n34HA4Pt076387@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR powerpc/133161; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: powerpc/133161: commit references a PR
Date: Sat,  4 Apr 2009 17:05:27 +0000 (UTC)

 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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 



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