diff options
author | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-04-02 21:01:45 +0000 |
---|---|---|
committer | Xavier Santolaria <xsa@cvs.openbsd.org> | 2004-04-02 21:01:45 +0000 |
commit | ec9bc841e03d0b78f1e43eb24b3ba51dc36e8932 (patch) | |
tree | 6ed08e066e554fb21a1381e8dcbc35a771a60bb0 /sys/arch/mac68k | |
parent | d73bfc914361c63ff8ccb102902442139d5c2272 (diff) |
set correct MAC address for Farallon eth' cards.
Tested by Martin Reindl <mreindl at catai.org>
ok miod@.
Diffstat (limited to 'sys/arch/mac68k')
-rw-r--r-- | sys/arch/mac68k/dev/if_ae_nubus.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mac68k/dev/if_ae_nubus.c b/sys/arch/mac68k/dev/if_ae_nubus.c index b787bd80d0e..2df9ecb1c63 100644 --- a/sys/arch/mac68k/dev/if_ae_nubus.c +++ b/sys/arch/mac68k/dev/if_ae_nubus.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ae_nubus.c,v 1.8 2002/03/14 01:26:35 millert Exp $ */ +/* $OpenBSD: if_ae_nubus.c,v 1.9 2004/04/02 21:01:44 xsa Exp $ */ /* $NetBSD: if_ae_nubus.c,v 1.17 1997/05/01 18:17:16 briggs Exp $ */ /* @@ -44,6 +44,8 @@ * Kinetics EtherPort SE/30 */ +#define AE_OLD_GET_ENADDR + #include <sys/param.h> #include <sys/device.h> #include <sys/errno.h> |