diff options
author | ticso <ticso@FreeBSD.org> | 2008-07-12 23:40:07 +0000 |
---|---|---|
committer | ticso <ticso@FreeBSD.org> | 2008-07-12 23:40:07 +0000 |
commit | c72cf0954da223c9fcfe19466f79e056fb8fe821 (patch) | |
tree | ff2b1a0679d296bbef16aced45eeda72fba6166e /sys | |
parent | a761fe4f10a3e7eb9b8dfd16197e8375c6fb89b9 (diff) | |
download | FreeBSD-src-c72cf0954da223c9fcfe19466f79e056fb8fe821.zip FreeBSD-src-c72cf0954da223c9fcfe19466f79e056fb8fe821.tar.gz |
fix multicast hash register definition
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arm/at91/if_atereg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arm/at91/if_atereg.h b/sys/arm/at91/if_atereg.h index 5c9086a..8d9c089 100644 --- a/sys/arm/at91/if_atereg.h +++ b/sys/arm/at91/if_atereg.h @@ -63,8 +63,8 @@ #define ETH_SQEE 0x84 /* SQE Test Error Register */ /* 0x88 reserved */ /* 0x8c reserved */ -#define ETH_HSH 0x90 /* EMAC Hash Address High [63:32] */ -#define ETH_HSL 0x94 /* EMAC Hash Address Low [31:0] */ +#define ETH_HSL 0x90 /* EMAC Hash Address Low [31:0] */ +#define ETH_HSH 0x94 /* EMAC Hash Address High [63:32] */ #define ETH_SA1L 0x98 /* EMAC Specific Address 1 Low */ #define ETH_SA1H 0x9c /* EMAC Specific Address 1 High */ #define ETH_SA2L 0xa0 /* EMAC Specific Address 2 Low */ |