mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add "Velocity" to probe message which will make it clearer which
ethernet controller was recognized. VIA consistently calls "Velocity" family for gigabit ethernet controllers. For fast ethernet controllers they uses "Rhine" family(vr(4) controllers)) and vr(4) already shows "Rhine" in probe message.
This commit is contained in:
parent
a931e5497b
commit
83accfdbd5
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ TUNABLE_INT("hw.vge.msi_disable", &msi_disable);
|
|||
*/
|
||||
static struct vge_type vge_devs[] = {
|
||||
{ VIA_VENDORID, VIA_DEVICEID_61XX,
|
||||
"VIA Networking Gigabit Ethernet" },
|
||||
"VIA Networking Velocity Gigabit Ethernet" },
|
||||
{ 0, 0, NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue