From owner-svn-src-head@FreeBSD.ORG Sun Oct 17 20:01:56 2010 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A12D81065672; Sun, 17 Oct 2010 20:01:56 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8F8B58FC08; Sun, 17 Oct 2010 20:01:56 +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 o9HK1usr044330; Sun, 17 Oct 2010 20:01:56 GMT (envelope-from scottl@svn.freebsd.org) Received: (from scottl@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o9HK1ubZ044328; Sun, 17 Oct 2010 20:01:56 GMT (envelope-from scottl@svn.freebsd.org) Message-Id: <201010172001.o9HK1ubZ044328@svn.freebsd.org> From: Scott Long Date: Sun, 17 Oct 2010 20:01:56 +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: r213993 - head/sys/modules/mps X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Oct 2010 20:01:56 -0000 Author: scottl Date: Sun Oct 17 20:01:56 2010 New Revision: 213993 URL: http://svn.freebsd.org/changeset/base/213993 Log: Re-add opt_mps.h and opt_cam.h, lost in the previous rev. Modified: head/sys/modules/mps/Makefile Modified: head/sys/modules/mps/Makefile ============================================================================== --- head/sys/modules/mps/Makefile Sun Oct 17 19:22:19 2010 (r213992) +++ head/sys/modules/mps/Makefile Sun Oct 17 20:01:56 2010 (r213993) @@ -4,7 +4,7 @@ KMOD= mps SRCS= mps_pci.c mps.c mps_sas.c mps_table.c mps_user.c -SRCS+= opt_compat.h +SRCS+= opt_mps.h opt_cam.h opt_compat.h SRCS+= device_if.h bus_if.h pci_if.h #CFLAGS += -DMPS_DEBUG