Add a type for the DL10022.

This commit is contained in:
thorpej 2001-02-10 16:09:55 +00:00
parent f5c7ef6eb3
commit ef958d8898
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: ne2000var.h,v 1.11 2000/03/22 20:58:28 ws Exp $ */
/* $NetBSD: ne2000var.h,v 1.12 2001/02/10 16:09:55 thorpej Exp $ */
/*-
* Copyright (c) 1997, 1998 The NetBSD Foundation, Inc.
@ -53,11 +53,13 @@ struct ne2000_softc {
#define NE2000_TYPE_NE1000 1
#define NE2000_TYPE_NE2000 2
#define NE2000_TYPE_DL10019 3
#define NE2000_TYPE_AX88190 4
#define NE2000_TYPE_DL10022 4
#define NE2000_TYPE_AX88190 5
#define NE2000_USE_WORD(sc) \
(((sc)->sc_type == NE2000_TYPE_NE2000) || \
((sc)->sc_type == NE2000_TYPE_DL10019) || \
((sc)->sc_type == NE2000_TYPE_DL10022) || \
((sc)->sc_type == NE2000_TYPE_AX88190))
int ne2000_attach __P((struct ne2000_softc *, u_int8_t *,