diff options
author | 1996-03-08 16:42:45 +0000 | |
---|---|---|
committer | 1996-03-08 16:42:45 +0000 | |
commit | 71bd8889c4052a543e2298298a29cb4c9df0c70c (patch) | |
tree | d8bc90785dda8ba85c0baf1bacc535e1696ccb7e /sys/dev/isa/if_ed.c | |
parent | rm '-f' config.cache (diff) | |
download | wireguard-openbsd-71bd8889c4052a543e2298298a29cb4c9df0c70c.tar.xz wireguard-openbsd-71bd8889c4052a543e2298298a29cb4c9df0c70c.zip |
From NetBSD: merge of 960217
Diffstat (limited to 'sys/dev/isa/if_ed.c')
-rw-r--r-- | sys/dev/isa/if_ed.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/if_ed.c b/sys/dev/isa/if_ed.c index 72898d40edd..8871d539682 100644 --- a/sys/dev/isa/if_ed.c +++ b/sys/dev/isa/if_ed.c @@ -1,4 +1,5 @@ -/* $NetBSD: if_ed.c,v 1.85 1995/07/25 05:11:11 mycroft Exp $ */ +/* $OpenBSD: if_ed.c,v 1.6 1996/03/08 16:42:59 niklas Exp $ */ +/* $NetBSD: if_ed.c,v 1.87 1996/01/10 16:49:25 chuck Exp $ */ /* * Device driver for National Semiconductor DS8390/WD83C690 based ethernet @@ -58,6 +59,7 @@ #include <dev/isa/isareg.h> #include <dev/isa/isavar.h> #include <i386/isa/isa_machdep.h> /* XXX USES ISA HOLE DIRECTLY */ +#define ED_BYTE_ORDER LITTLE_ENDIAN #include <dev/ic/dp8390reg.h> #include <dev/isa/if_edreg.h> |