From e8a225856f04efda39cdba095005e4de83516a7b Mon Sep 17 00:00:00 2001 From: Brad Smith Date: Sat, 8 Nov 2008 03:49:28 +0000 Subject: Reduce the number of TX descriptors to 512, such a large number is not necessary without TSO. --- sys/dev/ic/rtl81x9reg.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/ic/rtl81x9reg.h b/sys/dev/ic/rtl81x9reg.h index 11aeffbc04b..8a11dbffb4a 100644 --- a/sys/dev/ic/rtl81x9reg.h +++ b/sys/dev/ic/rtl81x9reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rtl81x9reg.h,v 1.56 2008/10/11 23:49:05 brad Exp $ */ +/* $OpenBSD: rtl81x9reg.h,v 1.57 2008/11/08 03:49:27 brad Exp $ */ /* * Copyright (c) 1997, 1998 @@ -665,7 +665,7 @@ struct rl_stats { #define RL_RX_DESC_CNT 64 #define RL_TX_DESC_CNT_8139 64 -#define RL_TX_DESC_CNT_8169 1024 +#define RL_TX_DESC_CNT_8169 512 #define RL_TX_QLEN 64 -- cgit v1.2.3