While we always mask the revision with 0x7c800000 linux uses a table
authorjsg <jsg@openbsd.org>
Wed, 23 Apr 2014 02:58:06 +0000 (02:58 +0000)
committerjsg <jsg@openbsd.org>
Wed, 23 Apr 2014 02:58:06 +0000 (02:58 +0000)
commitf0a2d0bc6d0bff785a1cd67f1fe370c2d1ca068f
treeda521906211b4c4f34e6c1f47b8f90e77f56b60d
parent4ea33f689548f2f813137a3ac08f78d7a4b5fd7d
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
sys/dev/ic/re.c
sys/dev/ic/rtl81x9reg.h