1
0
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:
Bill Paul 2003-09-10 15:12:55 +00:00
parent 2194b6a479
commit 966a07e907
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119954

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;
}