summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2004-05-07 23:33:40 +0000
committerBrad Smith <brad@cvs.openbsd.org>2004-05-07 23:33:40 +0000
commit66460be42f524097a0fb31b52d75a2e7ed7cf1c4 (patch)
tree2c36e47d967b278f7f94de0a42ec65308974e809
parent149078bd741eeb4346d44fa0246fe9f3da5827e4 (diff)
CardBus fxp's use the 82558 chipset which has a Long Receive bit,
we need to enable this to receive VLAN sized frames. ok deraadt@
-rw-r--r--sys/dev/cardbus/if_fxp_cardbus.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/cardbus/if_fxp_cardbus.c b/sys/dev/cardbus/if_fxp_cardbus.c
index 919b5601eaf..9c9ca2f0e8c 100644
--- a/sys/dev/cardbus/if_fxp_cardbus.c
+++ b/sys/dev/cardbus/if_fxp_cardbus.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fxp_cardbus.c,v 1.5 2002/10/12 01:09:44 krw Exp $ */
+/* $OpenBSD: if_fxp_cardbus.c,v 1.6 2004/05/07 23:33:39 brad Exp $ */
/* $NetBSD: if_fxp_cardbus.c,v 1.12 2000/05/08 18:23:36 thorpej Exp $ */
/*
@@ -182,6 +182,8 @@ fxp_cardbus_attach(parent, self, aux)
sc->sc_enabled = 0;
#endif
+ sc->not_82557 = 1;
+
Cardbus_function_enable(csc->ct);
fxp_cardbus_setup(sc);