Date: Sat, 31 Jul 2010 11:44:06 +0100 From: Rui Paulo <rpaulo@freebsd.org> To: pluknet <pluknet@gmail.com> 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 Message-ID: <6A88BA06-482E-419E-91F7-E7553A5BC388@freebsd.org> In-Reply-To: <AANLkTinC9BzQMzksM0A8a0PUvP5anQr%2BCqM1d5qMO65t@mail.gmail.com> References: <201007310008.o6V08IYO014828@svn.freebsd.org> <AANLkTinC9BzQMzksM0A8a0PUvP5anQr%2BCqM1d5qMO65t@mail.gmail.com>
index | next in thread | previous in thread | raw e-mail
On 31 Jul 2010, at 08:00, pluknet wrote: > On 31 July 2010 04:08, Rui Paulo <rpaulo@freebsd.org> wrote: >> Author: rpaulo >> Date: Sat Jul 31 00:08:18 2010 >> New Revision: 210668 >> URL: http://svn.freebsd.org/changeset/base/210668 >> >> Log: >> pci_if.h is required to build atacore. >> >> Modified: >> head/sys/modules/ata/atacore/Makefile >> >> Modified: head/sys/modules/ata/atacore/Makefile >> ============================================================================== >> --- head/sys/modules/ata/atacore/Makefile Fri Jul 30 21:58:35 2010 (r210667) >> +++ head/sys/modules/ata/atacore/Makefile Sat Jul 31 00:08:18 2010 (r210668) >> @@ -4,6 +4,6 @@ >> >> KMOD= ata >> SRCS= ata-all.c ata-lowlevel.c ata-queue.c ata_if.c >> -SRCS+= opt_ata.h ata_if.h device_if.h bus_if.h >> +SRCS+= opt_ata.h ata_if.h device_if.h bus_if.h pci_if.h >> >> .include <bsd.kmod.mk> > > Hmm.. That probably fixes universe failure on powerpc, mips, arm, > sparc64 for me.. Yes, that was the purpose :-) Regards, -- Rui Paulohelp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6A88BA06-482E-419E-91F7-E7553A5BC388>
