From owner-svn-src-all@FreeBSD.ORG Sat Jul 31 07:00:35 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4FDB7106566B; Sat, 31 Jul 2010 07:00:35 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 0EE468FC1D; Sat, 31 Jul 2010 07:00:34 +0000 (UTC) Received: by pzk7 with SMTP id 7so943317pzk.13 for ; Sat, 31 Jul 2010 00:00:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=T24NGvyaFwGjh/ARG0xFKg7B1yS2q1+HKJbcos7SGeU=; b=r0tb1Ml5Zy6gdXWBYRNNotGamwtbv/VmN/MSNv4Caey1tUS/dQGo2vTtBOX7w5hk+K 3YVa9Sn92XbIjisCqTucFtZBOyJIkQtFer2Dy22MScmgykq6wQCdZ6ESU76LcdMhN1l6 ZgNUx5mjA1KKiqefpOdzfcLrsKllKEOyCBifM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=V2esTJRQkBTD2yloItjE6Sn3f7s7c5SIDY2M799nUTwICG+abuSbJklouzSUllMOiW tcxyEjzG/z8spgw4JzgO9+lGJON20E0lO2IcMDI8Qgo4kVd6K8Xp1WvMAm0vt4ER0em4 o9Paruc7WLUEpzwkv+F0rFSKKIT7cfR9jFt3A= MIME-Version: 1.0 Received: by 10.142.47.3 with SMTP id u3mr2742292wfu.40.1280559634431; Sat, 31 Jul 2010 00:00:34 -0700 (PDT) Received: by 10.142.226.21 with HTTP; Sat, 31 Jul 2010 00:00:34 -0700 (PDT) In-Reply-To: <201007310008.o6V08IYO014828@svn.freebsd.org> References: <201007310008.o6V08IYO014828@svn.freebsd.org> Date: Sat, 31 Jul 2010 11:00:34 +0400 Message-ID: From: pluknet To: Rui Paulo Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r210668 - head/sys/modules/ata/atacore X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Jul 2010 07:00:35 -0000 On 31 July 2010 04:08, Rui Paulo wrote: > Author: rpaulo > Date: Sat Jul 31 00:08:18 2010 > New Revision: 210668 > URL: http://svn.freebsd.org/changeset/base/210668 > > Log: > =A0pci_if.h is required to build atacore. > > Modified: > =A0head/sys/modules/ata/atacore/Makefile > > Modified: head/sys/modules/ata/atacore/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sys/modules/ata/atacore/Makefile =A0 =A0 =A0 Fri Jul 30 21:58:35= 2010 =A0 =A0 =A0 =A0(r210667) > +++ head/sys/modules/ata/atacore/Makefile =A0 =A0 =A0 Sat Jul 31 00:08:18= 2010 =A0 =A0 =A0 =A0(r210668) > @@ -4,6 +4,6 @@ > > =A0KMOD=3D =A0ata > =A0SRCS=3D =A0ata-all.c ata-lowlevel.c ata-queue.c ata_if.c > -SRCS+=3D opt_ata.h ata_if.h device_if.h bus_if.h > +SRCS+=3D opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h > > =A0.include Hmm.. That probably fixes universe failure on powerpc, mips, arm, sparc64 for me.. --=20 wbr, pluknet