diff options
author | 2014-04-23 02:58:06 +0000 | |
---|---|---|
committer | 2014-04-23 02:58:06 +0000 | |
commit | f0a2d0bc6d0bff785a1cd67f1fe370c2d1ca068f (patch) | |
tree | da521906211b4c4f34e6c1f47b8f90e77f56b60d /lib/libc/stdlib/malloc.c | |
parent | Add support for RTL8168GU (diff) | |
download | wireguard-openbsd-f0a2d0bc6d0bff785a1cd67f1fe370c2d1ca068f.tar.xz wireguard-openbsd-f0a2d0bc6d0bff785a1cd67f1fe370c2d1ca068f.zip |
While we always mask the revision with 0x7c800000 linux uses a table
that masks with either 0x7c800000 or 0x7cf00000 depending on the chip.
Some of the hardware revisions I previously added can't be matched with
the current mask, these are already handled by other revision defines
so remove them.
When masking the revision defines with 0x7c800000:
RL_HWREV_8106E_SPIN1 is the same as RL_HWREV_8106E
RL_HWREV_8168G_SPIN1 is the same as RL_HWREV_8168G
RL_HWREV_8168G_SPIN2 is the same as RL_HWREV_8168GU
Diffstat (limited to 'lib/libc/stdlib/malloc.c')
0 files changed, 0 insertions, 0 deletions