summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/if_le.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-08-12 18:32:42 +0000
committerbde <bde@FreeBSD.org>1998-08-12 18:32:42 +0000
commit1cc6f29454b3858f07e9e45b2cf046c17baa19d9 (patch)
treea54aac363bac441fc7d1f81a1d9b28f31a2947eb /sys/i386/isa/if_le.c
parent7ba073c47b081a1d7f125f9bda14f2617eeee251 (diff)
downloadFreeBSD-src-1cc6f29454b3858f07e9e45b2cf046c17baa19d9.zip
FreeBSD-src-1cc6f29454b3858f07e9e45b2cf046c17baa19d9.tar.gz
Removed support for FreeBSD-1.x.
Diffstat (limited to 'sys/i386/isa/if_le.c')
-rw-r--r--sys/i386/isa/if_le.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/i386/isa/if_le.c b/sys/i386/isa/if_le.c
index e936b41..f6b89ed 100644
--- a/sys/i386/isa/if_le.c
+++ b/sys/i386/isa/if_le.c
@@ -21,7 +21,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: if_le.c,v 1.45 1998/06/07 17:10:35 dfr Exp $
+ * $Id: if_le.c,v 1.46 1998/07/15 09:38:09 bde Exp $
*/
/*
@@ -88,13 +88,8 @@ typedef struct le_board le_board_t;
typedef u_short le_mcbits_t;
#define LE_MC_NBPW_LOG2 4
#define LE_MC_NBPW (1 << LE_MC_NBPW_LOG2)
-#if __FreeBSD__ > 1
#define IF_RESET_ARGS int unit
#define LE_RESET(ifp) (((sc)->if_reset)((sc)->le_if.if_unit))
-#else
-#define IF_RESET_ARGS int unit, int dummy
-#define LE_RESET(ifp) (((sc)->if_reset)((sc)->le_if.if_unit, 0))
-#endif
#if !defined(LE_NOLEMAC)
/*
OpenPOWER on IntegriCloud