Commit 1ac65768 authored by Don Fry's avatar Don Fry Committed by Jeff Garzik

[PATCH] pcnet32: correct 79C976 variant string.

This patch correctly identifies the 79C976 as a PCnet/PRO not a FAST III.
parent ea8cba88
......@@ -1082,7 +1082,7 @@ pcnet32_probe1(unsigned long ioaddr, unsigned int irq_line, int shared,
fdx = 1; mii = 1;
break;
case 0x2628:
chipname = "PCnet/FAST III 79C976";
chipname = "PCnet/PRO 79C976";
fdx = 1; mii = 1;
break;
default:
......
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