From owner-svn-src-projects@FreeBSD.ORG Mon Apr 6 07:42:06 2015 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97B1A18F; Mon, 6 Apr 2015 07:42:06 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 82F5D149; Mon, 6 Apr 2015 07:42:06 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t367g5kQ063730; Mon, 6 Apr 2015 07:42:05 GMT (envelope-from glebius@FreeBSD.org) Received: (from glebius@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t367g5iM063729; Mon, 6 Apr 2015 07:42:05 GMT (envelope-from glebius@FreeBSD.org) Message-Id: <201504060742.t367g5iM063729@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: glebius set sender to glebius@FreeBSD.org using -f From: Gleb Smirnoff Date: Mon, 6 Apr 2015 07:42:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r281139 - projects/ifnet/sys/amd64/conf X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2015 07:42:06 -0000 Author: glebius Date: Mon Apr 6 07:42:05 2015 New Revision: 281139 URL: https://svnweb.freebsd.org/changeset/base/281139 Log: A kernel that is based on GENERIC and has all not yet converted drivers disabled. Depicts the amount of work to be done. Added: projects/ifnet/sys/amd64/conf/IFNET Added: projects/ifnet/sys/amd64/conf/IFNET ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/ifnet/sys/amd64/conf/IFNET Mon Apr 6 07:42:05 2015 (r281139) @@ -0,0 +1,77 @@ +include GENERIC + +# Untrivial stuff +nodevice netmap +nodevice wlan +nodevice wlan_wep +nodevice wlan_ccmp +nodevice wlan_tkip +nodevice wlan_amrr + +# Should be easy +nodevice an +nodevice ath +nodevice ath_pci +nodevice ath_hal +nodevice ath_rate_sample +nodevice gem +nodevice hme +nodevice malo +nodevice le +nodevice mwl +nodevice ral +nodevice wi +nodevice vx +nodevice hyperv +nodevice lem +nodevice em +nodevice de +nodevice iwn +nodevice iwi +nodevice ipw +nodevice ti +nodevice bxe +nodevice txp +nodevice vmx +nodevice wpi +nodevice dc +nodevice fxp +nodevice jme +nodevice ale +nodevice age +nodevice cas +nodevice nge +nodevice rl +nodevice alc +nodevice sis +nodevice sf +nodevice ae +nodevice et +nodevice bce +nodevice bfe +nodevice lge +nodevice vge +nodevice tl +nodevice tx +nodevice sk +nodevice wb +nodevice vr +nodevice ste +nodevice stge +nodevice sge +nodevice pcn +nodevice nfe +nodevice xenpci # netfront +nooptions XENHVM # netfront + +# Could be not easy +nodevice ixgb +nodevice ixgbe +nodevice ix +nodevice ixv +nodevice ixl +nodevice ixlv + +# Software interfaces, must be easy +nodevice gif +nodevice tun