summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2006-06-26 23:41:07 +0000
committerobrien <obrien@FreeBSD.org>2006-06-26 23:41:07 +0000
commit5094b5a23219e2700799cca9f11ed33575396465 (patch)
tree647cb4be4e529e45a1fdb3b8800e42b04e9eb1e1 /sys/amd64
parent03c09be4f6fd137bb5fc9701399a50581cbbdca3 (diff)
downloadFreeBSD-src-5094b5a23219e2700799cca9f11ed33575396465.zip
FreeBSD-src-5094b5a23219e2700799cca9f11ed33575396465.tar.gz
Add a pure open source nForce Ethernet driver, under BSDL.
This driver was ported from OpenBSD by Shigeaki Tagashira <shigeaki@se.hiroshima-u.ac.jp> and posted at http://www.se.hiroshima-u.ac.jp/~shigeaki/software/freebsd-nfe.html It was additionally cleaned up by me. It is still a work-in-progress and thus is purposefully not in GENERIC. And it conflicts with nve(4), so only one should be loaded.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index fee40cb..d51427c 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -223,6 +223,7 @@ options DRM_DEBUG # Include debug printfs (slow)
# (requires miibus)
# ipw: Intel PRO/Wireless 2100 IEEE 802.11 adapter
# iwi: Intel PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11 adapters
+# nfe: nVidia nForce MCP on-board Ethernet Networking (BSD open source)
# nve: nVidia nForce MCP on-board Ethernet Networking
# ral: Ralink Technology IEEE 802.11 wireless adapter
# ural: Ralink Technology RT2500USB IEEE 802.11 wireless adapter
@@ -233,6 +234,7 @@ options ED_HPP
options ED_SIC
device iwi
device ipw
+device nfe # nVidia nForce MCP on-board Ethernet Networking
device nve # nVidia nForce MCP on-board Ethernet Networking
device ral
device ural
OpenPOWER on IntegriCloud