From 0fc771ffd7e04022d054d3b61e56d516bee559c0 Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Tue, 19 Nov 2013 09:00:44 +0000 Subject: Remove some FDDI/ATM leftovers. ok mikeb@, henning@, deraadt@, brad@, miod@ --- sys/arch/amd64/amd64/autoconf.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sys/arch/amd64') 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) -- cgit v1.2.3