From owner-svn-src-all@FreeBSD.ORG Sat Jul 31 00:08:19 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 283E2106566B; Sat, 31 Jul 2010 00:08:19 +0000 (UTC) (envelope-from rpaulo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1813C8FC16; Sat, 31 Jul 2010 00:08:19 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o6V08IdS014830; Sat, 31 Jul 2010 00:08:18 GMT (envelope-from rpaulo@svn.freebsd.org) Received: (from rpaulo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o6V08IYO014828; Sat, 31 Jul 2010 00:08:18 GMT (envelope-from rpaulo@svn.freebsd.org) Message-Id: <201007310008.o6V08IYO014828@svn.freebsd.org> From: Rui Paulo Date: Sat, 31 Jul 2010 00:08:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: 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 00:08:19 -0000 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