summaryrefslogtreecommitdiff
path: root/sys/dev/ic/fxpreg.h
diff options
context:
space:
mode:
authorChris Cappuccio <chris@cvs.openbsd.org>2000-04-26 19:12:09 +0000
committerChris Cappuccio <chris@cvs.openbsd.org>2000-04-26 19:12:09 +0000
commitdf44263382c56c3dfc2b9c21f78f778a6eb0274c (patch)
treec4208f89e812a0d161c03c6d70dd5b4d3e3c0d0f /sys/dev/ic/fxpreg.h
parentaecd207f2586795a74911914969e8ea149aeffd2 (diff)
Turn on a bit (for 82558/82559 only) which disables the chip's
builin feature to discard frames >1500 bytes (useful for jumbo frames, also 802.1Q VLANs) ok aaron@
Diffstat (limited to 'sys/dev/ic/fxpreg.h')
-rw-r--r--sys/dev/ic/fxpreg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/fxpreg.h b/sys/dev/ic/fxpreg.h
index 68cbd61b047..586c1878c1c 100644
--- a/sys/dev/ic/fxpreg.h
+++ b/sys/dev/ic/fxpreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: fxpreg.h,v 1.1 2000/04/18 18:44:27 jason Exp $ */
+/* $OpenBSD: fxpreg.h,v 1.2 2000/04/26 19:12:08 chris Exp $ */
/*
* Copyright (c) 1995, David Greenman
@@ -161,7 +161,8 @@ struct fxp_cb_config {
volatile u_int stripping:1,
padding:1,
rcv_crc_xfer:1,
- :5;
+ long_rx:1, /* 82558/82559 */
+ :4;
volatile u_int :6,
force_fdx:1,
fdx_pin_en:1;