Messages in this thread |  | | | From | "Martin Eriksson" <> | | Subject | Re: [PATCH 2.4.19-pre6] via-rhine.c to support new VIA's nic chip VT6105, V6105M. | | Date | Fri, 12 Apr 2002 10:52:12 +0200 |
| |
----- Original Message ----- From: "Shing Chuang" <ShingChuang@via.com.tw>
> 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/
|  |