aboutsummaryrefslogtreecommitdiff
path: root/sys/nfs/bootp_subr.c
diff options
context:
space:
mode:
authorBrooks Davis <brooks@FreeBSD.org>2018-04-11 17:28:24 +0000
committerBrooks Davis <brooks@FreeBSD.org>2018-04-11 17:28:24 +0000
commit0437c8e3b1981415c8010f0e3e6517ebdaf34247 (patch)
tree7212eeab92f8b989175b87de35b7dc4d3110830f /sys/nfs/bootp_subr.c
parent7feb88191835a484298227be02cea7f2bc607816 (diff)
downloadsrc-0437c8e3b1981415c8010f0e3e6517ebdaf34247.tar.gz
src-0437c8e3b1981415c8010f0e3e6517ebdaf34247.zip
Remove support for FDDI networks.
Defines in net/if_media.h remain in case code copied from ifconfig is in use elsewere (supporting non-existant media type is harmless). Reviewed by: kib, jhb Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D15017
Notes
Notes: svn path=/head/; revision=332412
Diffstat (limited to 'sys/nfs/bootp_subr.c')
-rw-r--r--sys/nfs/bootp_subr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/nfs/bootp_subr.c b/sys/nfs/bootp_subr.c
index ed4cc34b2268..ca1c8dded57e 100644
--- a/sys/nfs/bootp_subr.c
+++ b/sys/nfs/bootp_subr.c
@@ -1645,7 +1645,6 @@ bootpc_init(void)
continue;
switch (ifp->if_alloctype) {
case IFT_ETHER:
- case IFT_FDDI:
break;
default:
continue;
@@ -1675,7 +1674,6 @@ retry:
continue;
switch (ifp->if_alloctype) {
case IFT_ETHER:
- case IFT_FDDI:
break;
default:
continue;