summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2014-02-16 12:22:43 +0000
committerbrueffer <brueffer@FreeBSD.org>2014-02-16 12:22:43 +0000
commit4c9c4234e2f0d9d5f8b301910bbd9aa472cca97a (patch)
treee65fa3abe41e609b177c58b38973f56b1d8d319d /sys/i386
parentb2601918d47021b4cba77ee0e36fd65adf6676a4 (diff)
downloadFreeBSD-src-4c9c4234e2f0d9d5f8b301910bbd9aa472cca97a.zip
FreeBSD-src-4c9c4234e2f0d9d5f8b301910bbd9aa472cca97a.tar.gz
Retire the nve(4) driver; nfe(4) has been the default driver for NVIDIA
nForce MCP adapters for a long time. Yays: jhb, remko, yongari Nays: none on the current and stable lists
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/NOTES2
-rw-r--r--sys/i386/conf/PAE1
-rw-r--r--sys/i386/conf/XEN2
4 files changed, 1 insertions, 5 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 6d83d6a..d7f6ff5 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -245,7 +245,6 @@ device lge # Level 1 LXT1001 gigabit Ethernet
device msk # Marvell/SysKonnect Yukon II Gigabit Ethernet
device nfe # nVidia nForce MCP on-board Ethernet
device nge # NatSemi DP83820 gigabit Ethernet
-#device nve # nVidia nForce MCP on-board Ethernet Networking
device pcn # AMD Am79C97x PCI 10/100 (precedence over 'le')
device re # RealTek 8139C+/8169/8169S/8110S
device rl # RealTek 8129/8139
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 2325124..8d1fb04 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -581,7 +581,6 @@ hint.mse.0.irq="5"
# mlxen: Mellanox ConnectX HCA Ethernet
# mthca: Mellanox HCA InfiniBand
# nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source)
-# nve: nVidia nForce MCP on-board Ethernet Networking
# sbni: Granch SBNI12-xx ISA and PCI adapters
# vmx: VMware VMXNET3 Ethernet (BSD open source)
# wl: Lucent Wavelan (ISA card only).
@@ -628,7 +627,6 @@ device mlx4ib # Mellanox ConnectX HCA InfiniBand
device mlxen # Mellanox ConnectX HCA Ethernet
device mthca # Mellanox HCA InfiniBand
device nfe # nVidia nForce MCP on-board Ethernet
-device nve # nVidia nForce MCP on-board Ethernet Networking
device sbni
hint.sbni.0.at="isa"
hint.sbni.0.port="0x210"
diff --git a/sys/i386/conf/PAE b/sys/i386/conf/PAE
index 80426ad..1239c13 100644
--- a/sys/i386/conf/PAE
+++ b/sys/i386/conf/PAE
@@ -54,7 +54,6 @@ nodevice agp
nodevice txp
nodevice vx
-nodevice nve
nodevice pcn
nodevice sf
nodevice sis
diff --git a/sys/i386/conf/XEN b/sys/i386/conf/XEN
index 58b819b..74dfc92 100644
--- a/sys/i386/conf/XEN
+++ b/sys/i386/conf/XEN
@@ -7,7 +7,7 @@ cpu I686_CPU
ident XEN
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-makeoptions WITHOUT_MODULES="aha ahb amd ctl cxgb dpt drm drm2 hptnr hptmv ida malo mps mwl nve rdma sound sym trm xfs"
+makeoptions WITHOUT_MODULES="aha ahb amd ctl cxgb dpt drm drm2 hptnr hptmv ida malo mps mwl rdma sound sym trm xfs"
options SCHED_ULE # ULE scheduler
options PREEMPTION # Enable kernel thread preemption
OpenPOWER on IntegriCloud