From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <30cfbeff491b3ab16b3789329af30116@hera.eonet.ne.jp> To: 9fans@9fans.net Date: Tue, 31 May 2016 17:53:58 +0900 From: kokamoto@hera.eonet.ne.jp MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] etheryuk.c for Marvell 88E8036? Topicbox-Message-UUID: 96446344-ead9-11e9-9d60-3106f5b1d025 I'm now facing a serious problem to use 88E8036 rev 16 chip (11ab/4351) on Sony VAIO F-type notebook. Adding the device ID above, I can read data without problem. However, to transmit a larger (say 2500 bytes) data, it hangs up. For an example, cat test in the network booted terminal without local disk. The chips shows pci data as: 11ab/4351 5 0:fc200004 16384 2:00005001 256 The chip c->type is Yukfe, and c->rev=1, c->feat=0. When I look the linux source, it says the chip is SKY2_HW_RSS_BROKEN, and intentionally gave up to solve this in the kernel layer... Have you any suggestion, eric? Kenji