Teach rl(4) about new hwrev codes.
This commit is contained in:
parent
335666e6d6
commit
4109d57090
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user