From owner-svn-src-head@FreeBSD.ORG Wed Jun 10 04:18:11 2009 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 93FEE106564A; Wed, 10 Jun 2009 04:18:11 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 8264C8FC17; Wed, 10 Jun 2009 04:18:11 +0000 (UTC) (envelope-from yongari@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 n5A4IB95093693; Wed, 10 Jun 2009 04:18:11 GMT (envelope-from yongari@svn.freebsd.org) Received: (from yongari@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n5A4IBOJ093692; Wed, 10 Jun 2009 04:18:11 GMT (envelope-from yongari@svn.freebsd.org) Message-Id: <200906100418.n5A4IBOJ093692@svn.freebsd.org> From: Pyun YongHyeon Date: Wed, 10 Jun 2009 04:18:11 +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: r193887 - head/sys/conf 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: Wed, 10 Jun 2009 04:18:12 -0000 Author: yongari Date: Wed Jun 10 04:18:11 2009 New Revision: 193887 URL: http://svn.freebsd.org/changeset/base/193887 Log: Oops, fix directory name. Modified: head/sys/conf/files Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Wed Jun 10 03:56:24 2009 (r193886) +++ head/sys/conf/files Wed Jun 10 04:18:11 2009 (r193887) @@ -471,7 +471,7 @@ dev/aic7xxx/aic7xxx.c optional ahc dev/aic7xxx/aic7xxx_93cx6.c optional ahc dev/aic7xxx/aic7xxx_osm.c optional ahc dev/aic7xxx/aic7xxx_pci.c optional ahc pci -dev/ale/if_alc.c optional alc pci +dev/alc/if_alc.c optional alc pci dev/ale/if_ale.c optional ale pci dev/amd/amd.c optional amd dev/amr/amr.c optional amr