From ab3b3925ef1e3ad3736e6acdfc1c0a92ce005d53 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Fri, 10 May 2002 15:54:04 +0000 Subject: Zap an unsued define. --- sys/dev/ic/fxp.c | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'sys/dev/ic') diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index 786676070c2..25acb0e4603 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.34 2002/05/10 15:50:55 art Exp $ */ +/* $OpenBSD: fxp.c,v 1.35 2002/05/10 15:54:03 art Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -178,15 +178,6 @@ void fxp_scb_cmd(struct fxp_softc *, u_int8_t); */ static int tx_threshold = 64; -/* - * Number of completed TX commands at which point an interrupt - * will be generated to garbage collect the attached buffers. - * Must be at least one less than FXP_NTXCB, and should be - * enough less so that the transmitter doesn't becomes idle - * during the buffer rundown (which would reduce performance). - */ -#define FXP_CXINT_THRESH 120 - /* * TxCB list index mask. This is used to do list wrap-around. */ -- cgit v1.2.3