- - PR -
ifconfig で表示されるエラーの意味
投稿者 | 投稿内容 | ||||||||
---|---|---|---|---|---|---|---|---|---|
|
投稿日時: 2003-12-05 07:32
よく引用される、FreeBSDのドライバ http://people.freebsd.org/~wpaul/RealTek/2.2/if_rl.c に書かれている作者のコメントから... > * The RealTek 8139 PCI NIC redefines the meaning of 'low end.' This is > * probably the worst PCI ethernet controller ever made, with the possible > * exception of the FEAST chip made by SMC. The 8139 supports bus-master > * DMA, but it has a terrible interface that nullifies any performance > * gains that bus-master DMA usually offers. とのこと。まだ続きがありますので、詳しくは上記のドライバをご覧ください。 [ メッセージ編集済み 編集者: ぽんす 編集日時 2003-12-05 07:35 ] | ||||||||
|
投稿日時: 2003-12-05 12:00
ぽんすさん、お返事ありがとうございます。
"RealTEK 8139 史上最悪" で検索するとイロイロ出ますね... ちょっと古い記事ですが、 http://www.bsddiary.net/d/199905.html によると
と要約されています。 他のページでも、ネットワーク負荷が高くなると collisions やパケロスが頻発したり、最悪の場合OSごと落ちる事例もあるみたいですね。 ちょっと本題からは外れちゃいましたが、勉強になりました。 ありがとうございました。 |