Added #ifndef guards round the timeout macros so values can be

overridden in the config file.
This commit is contained in:
mark 1996-03-06 23:56:59 +00:00
parent 34e0ef97c0
commit 385c194369
2 changed files with 6 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ea.c,v 1.1 1996/01/31 23:25:37 mark Exp $ */
/* $NetBSD: if_ea.c,v 1.2 1996/03/06 23:56:59 mark Exp $ */
/*
* Copyright (c) 1995 Mark Brinicombe
@ -38,9 +38,6 @@
* Ether3 device driver
*
* Created : 08/07/95
* Last updated : 31/12/95
*
* $Id: if_ea.c,v 1.1 1996/01/31 23:25:37 mark Exp $
*/
/*
@ -99,7 +96,9 @@
#define ETHER_MAX_LEN 1514
#define ETHER_ADDR_LEN 6
#ifndef EA_TIMEOUT
#define EA_TIMEOUT 60
#endif
/*#define EA_TX_DEBUG*/
/*#define EA_RX_DEBUG*/

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_eb.c,v 1.1 1996/01/31 23:25:43 mark Exp $ */
/* $NetBSD: if_eb.c,v 1.2 1996/03/06 23:57:02 mark Exp $ */
/*
* Copyright (c) 1995 Mark Brinicombe
@ -38,9 +38,6 @@
* EtherB device driver
*
* Created : 08/07/95
* Last updated : 01/01/96
*
* $Id: if_eb.c,v 1.1 1996/01/31 23:25:43 mark Exp $
*/
/*
@ -100,7 +97,9 @@
#define ETHER_MAX_LEN 1514
#define ETHER_ADDR_LEN 6
#ifndef EB_TIMEOUT
#define EB_TIMEOUT 60
#endif
/*#define EB_TX_DEBUG*/
/*#define EB_RX_DEBUG*/