summaryrefslogtreecommitdiff
path: root/sys/arch/amd64
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2013-11-19 09:00:44 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2013-11-19 09:00:44 +0000
commit0fc771ffd7e04022d054d3b61e56d516bee559c0 (patch)
tree5911c4463da89adf4e5a2a8eeae606b90912811b /sys/arch/amd64
parentefbfae6909b53fe9ddfbeafbd454210f2ac75f01 (diff)
Remove some FDDI/ATM leftovers.
ok mikeb@, henning@, deraadt@, brad@, miod@
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r--sys/arch/amd64/amd64/autoconf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/amd64/amd64/autoconf.c b/sys/arch/amd64/amd64/autoconf.c
index 55f241ffe90..e758fbf8aed 100644
--- a/sys/arch/amd64/amd64/autoconf.c
+++ b/sys/arch/amd64/amd64/autoconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.c,v 1.39 2012/09/19 20:19:31 jsg Exp $ */
+/* $OpenBSD: autoconf.c,v 1.40 2013/11/19 09:00:43 mpi Exp $ */
/* $NetBSD: autoconf.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */
/*-
@@ -198,8 +198,7 @@ diskconf(void)
for (ifp = TAILQ_FIRST(&ifnet); ifp != NULL;
ifp = TAILQ_NEXT(ifp, if_list)) {
- if ((ifp->if_type == IFT_ETHER ||
- ifp->if_type == IFT_FDDI) &&
+ if (ifp->if_type == IFT_ETHER &&
bcmp(bios_bootmac->mac,
((struct arpcom *)ifp)->ac_enaddr,
ETHER_ADDR_LEN) == 0)