summaryrefslogtreecommitdiffstats
path: root/share/man/man4/Makefile
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 /share/man/man4/Makefile
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 'share/man/man4/Makefile')
-rw-r--r--share/man/man4/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 64bd13d..f927444 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -174,6 +174,7 @@ MAN= aac.4 \
ncv.4 \
netgraph.4 \
netintro.4 \
+ ${_nfe.4} \
${_nfsmb.4} \
ng_async.4 \
ng_atm.4 \
@@ -457,6 +458,7 @@ MLINKS+=mxge.4 if_mxge.4
MLINKS+=my.4 if_my.4
MLINKS+=netintro.4 net.4 \
netintro.4 networking.4
+MLINKS+=${_nfe.4} ${_if_nfe.4}
MLINKS+=nge.4 if_nge.4
MLINKS+=${_nve.4} ${_if_nve.4}
MLINKS+=oldcard.4 card.4
@@ -509,9 +511,11 @@ MLINKS+=xl.4 if_xl.4
.if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
_acpi_dock.4= acpi_dock.4
_amdsmb.4= amdsmb.4
+_if_nfe.4= if_nfe.4
_if_nve.4= if_nve.4
_ipmi.4= ipmi.4
_nfsmb.4= nfsmb.4
+_nfe.4= nfe.4
_nve.4= nve.4
_rr232x.4= rr232x.4
_spkr.4= spkr.4
OpenPOWER on IntegriCloud