Commit aa15190c authored by Kevin Brace's avatar Kevin Brace Committed by David S. Miller

via-rhine: VTunknown1 device is really VT8251 South Bridge

The VIA Technologies VT8251 South Bridge's integrated Rhine-II
Ethernet MAC comes has a PCI revision value of 0x7c.  This was
verified on ASUS P5V800-VM mainboard.
Signed-off-by: default avatarKevin Brace <kevinbrace@bracecomputerlab.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d120c9a8
......@@ -243,7 +243,7 @@ enum rhine_revs {
VT8233 = 0x60, /* Integrated MAC */
VT8235 = 0x74, /* Integrated MAC */
VT8237 = 0x78, /* Integrated MAC */
VTunknown1 = 0x7C,
VT8251 = 0x7C, /* Integrated MAC */
VT6105 = 0x80,
VT6105_B0 = 0x83,
VT6105L = 0x8A,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment