diff options
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r-- | sys/dev/pci/if_em.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h index a9ac2feea9a..c5211b4f76e 100644 --- a/sys/dev/pci/if_em.h +++ b/sys/dev/pci/if_em.h @@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE. ***************************************************************************/ /* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */ -/* $OpenBSD: if_em.h,v 1.16 2005/10/21 02:10:34 brad Exp $ */ +/* $OpenBSD: if_em.h,v 1.17 2005/10/24 21:42:34 brad Exp $ */ #ifndef _EM_H_DEFINED_ #define _EM_H_DEFINED_ @@ -168,13 +168,6 @@ POSSIBILITY OF SUCH DAMAGE. #define EM_RADV 64 /* - * This parameter controls the maximum no of times the driver will loop - * in the isr. - * Minimum Value = 1 - */ -#define EM_MAX_INTR 3 - -/* * This parameter controls the duration of transmit watchdog timer. */ #define EM_TX_TIMEOUT 5 /* set to 5 seconds */ |