mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
Teach rl(4) about new hwrev codes.
This commit is contained in:
parent
2194b6a479
commit
966a07e907
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119954
@ -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