svn commit: r210668 - head/sys/modules/ata/atacore

Rui Paulo rpaulo at freebsd.org
Sat Jul 31 10:44:11 UTC 2010


On 31 Jul 2010, at 08:00, pluknet wrote:

> On 31 July 2010 04:08, Rui Paulo <rpaulo at 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 Paulo




More information about the svn-src-head mailing list