diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-11-06 06:32:16 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-11-06 06:32:16 +0000 |
commit | e5065b53c5cb1b0305605efe1293fe9210f16f5a (patch) | |
tree | 4aa4c52e6bf3ccce781aa6a2bef81a49f2237209 /sys/dev/ic/ne2000var.h | |
parent | 26ce0bacf20bcd7855dc98e8f75410c4029df116 (diff) |
Support for RealTek 8019 and 8029 NE2000-compatible network interfaces.
Diffstat (limited to 'sys/dev/ic/ne2000var.h')
-rw-r--r-- | sys/dev/ic/ne2000var.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/ne2000var.h b/sys/dev/ic/ne2000var.h index 3fba7b37e26..3e8d2bd7d38 100644 --- a/sys/dev/ic/ne2000var.h +++ b/sys/dev/ic/ne2000var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ne2000var.h,v 1.1 1998/09/22 06:38:04 fgsch Exp $ */ +/* $OpenBSD: ne2000var.h,v 1.2 1998/11/06 06:32:15 fgsch Exp $ */ /* $NetBSD: ne2000var.h,v 1.2 1997/10/14 22:54:12 thorpej Exp $ */ /*- @@ -54,7 +54,8 @@ struct ne2000_softc { #define NE2000_TYPE_NE1000 1 #define NE2000_TYPE_NE2000 2 -void ne2000_attach __P((struct ne2000_softc *, u_int8_t *)); +void ne2000_attach __P((struct ne2000_softc *, u_int8_t *, + int *, int, int)); int ne2000_detect __P((bus_space_tag_t, bus_space_handle_t, bus_space_tag_t, bus_space_handle_t)); |