Am 25.08.2012 19:00 schrieb Stefan Tauner:
And some cleanups including the removal of any left traces of the nicsmc1211 programmer. The RTL8169 still needs someone to test it, but it's good enough to be in the tree now.
Signed-off-by: Sergey Lichack shadowpilot34@gmail.com Acked-by: Michael Karcher flashrom@mkarcher.dialup.fu-berlin.de Acked-by: Mathias Krause mathias.krause@secunet.com Signed-off-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at Acked-by: Stefan Tauner stefan.tauner@student.tuwien.ac.at
The SMC2->SMC changes in the latest patch need to be undone. That odd name was there for a reason. The man page cleanup needs similar care.
Regards, Carl-Daniel
On Sun, 26 Aug 2012 01:09:36 +0200 Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
The SMC2->SMC changes in the latest patch need to be undone. That odd name was there for a reason. The man page cleanup needs similar care.
and the reason is what? i beg to differ: SMC Networks was bought by Accton in 1997[1]. PCI vendor ID 0x1113 is registered to Acceton[2,3]. The SMC2 string is apparently just a prefix of the name Acceton is using for the 1211TX. It was also sold to OEMs (e.g. gateway, hp) which name it just 1211TX or with another prefix (including SMC, without '2').
So SMC2 is clearly wrong and we should use either SMC or Acceton.
[1]: http://en.wikipedia.org/wiki/SMC_Networks [2]: http://pci-ids.ucw.cz/read/PC/1113 [3]: http://www.pcidatabase.com/vendor_details.php?id=809
Am 26.08.2012 02:53 schrieb Stefan Tauner:
On Sun, 26 Aug 2012 01:09:36 +0200 Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
The SMC2->SMC changes in the latest patch need to be undone. That odd name was there for a reason. The man page cleanup needs similar care.
and the reason is what? i beg to differ: SMC Networks was bought by Accton in 1997[1]. PCI vendor ID 0x1113 is registered to Acceton[2,3]. The SMC2 string is apparently just a prefix of the name Acceton is using for the 1211TX. It was also sold to OEMs (e.g. gateway, hp) which name it just 1211TX or with another prefix (including SMC, without '2').
So SMC2 is clearly wrong and we should use either SMC or Acceton.
I retract my objection.
Please check that SMC 1211 is mentioned somewhere in the man page after your conversion. Some people may not know that the SMC 1211 is an RTL8139 clone.
Regards, Carl-Daniel
On Mon, 27 Aug 2012 02:07:11 +0200 Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
Am 26.08.2012 02:53 schrieb Stefan Tauner:
On Sun, 26 Aug 2012 01:09:36 +0200 Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
The SMC2->SMC changes in the latest patch need to be undone. That odd name was there for a reason. The man page cleanup needs similar care.
and the reason is what? i beg to differ: SMC Networks was bought by Accton in 1997[1]. PCI vendor ID 0x1113 is registered to Acceton[2,3]. The SMC2 string is apparently just a prefix of the name Acceton is using for the 1211TX. It was also sold to OEMs (e.g. gateway, hp) which name it just 1211TX or with another prefix (including SMC, without '2').
So SMC2 is clearly wrong and we should use either SMC or Acceton.
I retract my objection.
:)
Please check that SMC 1211 is mentioned somewhere in the man page after your conversion. Some people may not know that the SMC 1211 is an RTL8139 clone.
done and committed in r1586, thanks.