From owner-svn-src-head@FreeBSD.ORG Thu Jan 5 22:06:01 2012 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 84928106566B; Thu, 5 Jan 2012 22:06:01 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 731338FC18; Thu, 5 Jan 2012 22:06:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q05M61J5058174; Thu, 5 Jan 2012 22:06:01 GMT (envelope-from andreast@svn.freebsd.org) Received: (from andreast@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q05M61Hd058172; Thu, 5 Jan 2012 22:06:01 GMT (envelope-from andreast@svn.freebsd.org) Message-Id: <201201052206.q05M61Hd058172@svn.freebsd.org> From: Andreas Tobler Date: Thu, 5 Jan 2012 22:06:01 +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: r229660 - head/sys/powerpc/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: Thu, 05 Jan 2012 22:06:01 -0000 Author: andreast Date: Thu Jan 5 22:06:01 2012 New Revision: 229660 URL: http://svn.freebsd.org/changeset/base/229660 Log: Fix build on powerpc64 too. The same as r229640. Modified: head/sys/powerpc/conf/GENERIC64 Modified: head/sys/powerpc/conf/GENERIC64 ============================================================================== --- head/sys/powerpc/conf/GENERIC64 Thu Jan 5 21:50:50 2012 (r229659) +++ head/sys/powerpc/conf/GENERIC64 Thu Jan 5 22:06:01 2012 (r229660) @@ -170,6 +170,10 @@ device cdce # Generic USB over Etherne device cue # CATC USB Ethernet device kue # Kawasaki LSI USB Ethernet +# Wireless NIC cards +options IEEE80211_SUPPORT_MESH +options AH_SUPPORT_AR5416 + # FireWire support device firewire # FireWire bus code device sbp # SCSI over FireWire (Requires scbus and da)