On 31 July 2010 04:08, Rui Paulo <rpa...@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.. -- wbr, pluknet _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"