> Hi,
>
> This patch applied to linux kernel 2.4.19-per6 to support VIA's new
> NIC chip.
> However, VIA don't have any nic chip with pci device id 0x6100 so
far,
> so this patch also remove the device ID 0x6100.
>
Typo here I guess... (it removes ID 0x3043)
<snip>
> @@ -345,7 +346,9 @@
> CanHaveMII | ReqTxAlign },
> { "VIA VT6102 Rhine-II", RHINE_IOTYPE, 256,
> CanHaveMII | HasWOL },
> - { "VIA VT3043 Rhine", RHINE_IOTYPE, 128,
> + { "VIA VT6105 Rhine-III", RHINE_IOTYPE, 256,
> + CanHaveMII | ReqTxAlign },
> + { "VIA VT6105M Rhine-III", RHINE_IOTYPE, 256,
> CanHaveMII | ReqTxAlign }
> };
Strange that Rhine-II doesn't require TxAlign, still the newer Rhine-III's
need it? Copy-paste typo or is it really this way?
_____________________________________________________
| Martin Eriksson <nitrax@giron.wox.org>
| MSc CSE student, department of Computing Science
| Umea University, Sweden
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/