summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-02-21 19:46:53 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-02-21 19:46:53 +0000
commit8a681141786a7fedfacc7bdb97be0dc59459b6d2 (patch)
tree8f1b17a875807fa1f104ce9eea265753a2c591bc
parent7b976e3a6108cee940df30b649d0db4968fe77ff (diff)
remove some commented out and NetBSD-specific code.
-rw-r--r--sys/dev/ic/gem.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c
index 16792cdc16b..a9037c1d07a 100644
--- a/sys/dev/ic/gem.c
+++ b/sys/dev/ic/gem.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: gem.c,v 1.55 2006/02/21 19:34:48 brad Exp $ */
+/* $OpenBSD: gem.c,v 1.56 2006/02/21 19:46:52 brad Exp $ */
/* $NetBSD: gem.c,v 1.1 2001/09/16 00:11:43 eeh Exp $ */
/*
@@ -316,12 +316,6 @@ gem_config(sc)
IFM_SUBTYPE(ifm->ifm_media) == IFM_1000_SX ||
IFM_SUBTYPE(ifm->ifm_media) == IFM_1000_LX ||
IFM_SUBTYPE(ifm->ifm_media) == IFM_1000_CX) {
-#if 0
- if (sc->sc_variant != GEM_APPLE_GMAC)
- sc->sc_ethercom.ec_capabilities
- |= ETHERCAP_JUMBO_MTU;
-#endif
-
sc->sc_flags |= GEM_GIGABIT;
break;
}