summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-05 20:51:31 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-08-05 20:51:31 +0000
commitc9a88688b3627cc3685fd0a2f52852f00173a92c (patch)
tree9f5260d297dd9b7ef1e8e4af29c1e19c84ccac01 /sys
parentce696c764035a6cbe1b1211f6b6da8848e1e9960 (diff)
compile before you commit damnit
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/rtl81x9reg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h
index fd5fc3d9c52..b3f6f70d7f3 100644
--- a/sys/dev/ic/rtl81x9reg.h
+++ b/sys/dev/ic/rtl81x9reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: rtl81x9reg.h,v 1.13 2004/08/05 19:57:16 brad Exp $ */
+/* $OpenBSD: rtl81x9reg.h,v 1.14 2004/08/05 20:51:30 deraadt Exp $ */
/*
* Copyright (c) 1997, 1998
@@ -574,6 +574,9 @@ struct rl_stats {
#define RL_ADDR_LO(y) ((u_int64_t) (y) & 0xFFFFFFFF)
#define RL_ADDR_HI(y) ((u_int64_t) (y) >> 32)
+#define RL_JUMBO_FRAMELEN 9018
+#define RL_JUMBO_MTU (RL_JUMBO_FRAMELEN-ETHER_HDR_LEN-ETHER_CRC_LEN)
+
#define MAX_NUM_MULTICAST_ADDRESSES 128
#define RL_INC(x) (x = (x + 1) % RL_TX_LIST_CNT)