Supported medium is IFM_10_5

This commit is contained in:
pk 1998-07-28 12:22:37 +00:00
parent f1f53ef7e8
commit 4129139031
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_le.c,v 1.1 1998/07/27 23:56:26 pk Exp $ */
/* $NetBSD: if_le.c,v 1.2 1998/07/28 12:22:37 pk Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@ -136,7 +136,7 @@ void leattach_sbus __P((struct device *, struct device *, void *));
* Media types supported.
*/
static int lemedia[] = {
IFM_ETHER|IFM_10_T,
IFM_ETHER|IFM_10_5,
};
#define NLEMEDIA (sizeof(lemedia) / sizeof(lemedia[0]))