Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Apr 2015 07:42:05 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r281139 - projects/ifnet/sys/amd64/conf
Message-ID:  <201504060742.t367g5iM063729@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504060742.t367g5iM063729>