Teach rl(4) about new hwrev codes.

This commit is contained in:
wpaul 2003-09-10 15:12:55 +00:00
parent 335666e6d6
commit 4109d57090

View File

@ -881,7 +881,8 @@ rl_probe(dev)
/* Don't attach to 8139C+ or 8169/8110 chips. */
if (hwrev == RL_HWREV_8139CPLUS ||
hwrev == RL_HWREV_8169 ||
hwrev == RL_HWREV_8110) {
hwrev == RL_HWREV_8169S ||
hwrev == RL_HWREV_8110S) {
t++;
continue;
}