From owner-svn-src-stable-7@FreeBSD.ORG Thu Dec 4 13:37:18 2008 Return-Path: Delivered-To: svn-src-stable-7@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A47351065676; Thu, 4 Dec 2008 13:37:18 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 926028FC12; Thu, 4 Dec 2008 13:37:18 +0000 (UTC) (envelope-from kensmith@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mB4DbIJ9022515; Thu, 4 Dec 2008 13:37:18 GMT (envelope-from kensmith@svn.freebsd.org) Received: (from kensmith@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mB4DbIF3022514; Thu, 4 Dec 2008 13:37:18 GMT (envelope-from kensmith@svn.freebsd.org) Message-Id: <200812041337.mB4DbIF3022514@svn.freebsd.org> From: Ken Smith Date: Thu, 4 Dec 2008 13:37:18 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r185611 - in stable/7/sys: . kern X-BeenThere: svn-src-stable-7@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for only the 7-stable src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2008 13:37:18 -0000 Author: kensmith Date: Thu Dec 4 13:37:18 2008 New Revision: 185611 URL: http://svn.freebsd.org/changeset/base/185611 Log: MFC r185517: > Catch up with the disappearance of sys/dev/hfa. Approved by: re (kib) Modified: stable/7/sys/ (props changed) stable/7/sys/kern/Make.tags.inc Modified: stable/7/sys/kern/Make.tags.inc ============================================================================== --- stable/7/sys/kern/Make.tags.inc Thu Dec 4 13:32:25 2008 (r185610) +++ stable/7/sys/kern/Make.tags.inc Thu Dec 4 13:37:18 2008 (r185611) @@ -16,7 +16,6 @@ COMM= ${SYS}/dev/advansys/*.[ch] \ ${SYS}/dev/buslogic/*.[ch] \ ${SYS}/dev/dpt/*.[ch] \ ${SYS}/dev/en/*.[ch] \ - ${SYS}/dev/hfa/*.[ch] \ ${SYS}/dev/iicbus/*.[ch] \ ${SYS}/dev/isp/*.[ch] \ ${SYS}/dev/pdq/*.[ch] \