Hi,
When I tried to enable vt6102 ethernet, i got following error. After tracking down the code, I found that it happen because ISR0 (0xc) register report "PCI Bus error". If someone know any clue of the reason, please let me know. Thanks
---------<from here>------------ # insmod via-rhine debug=7 Using /lib/modules/2.4.17/kernel/drivers/net/via-rhine.o via-rhine.c:v1.10-LK1.1.12 03/11/2001 Written by Donald Becker http://www.scyld.com/network/via-rhine.html via-rhine: reset finished after 5 microseconds. eth0: VIA VT6102 Rhine-II at 0xea002000, 00:40:63:c3:98:09, IRQ 11. eth0: MII PHY found at address 1, status 0x786d advertising 05e1 Link 45e1. # ifconfig eth0 129.254.180.119 up eth0: reset finished after 5 microseconds. eth0: Setting full-duplex based on MII #1 link partner capability of 45e1. # eth0: Something Wicked happened! 0040. <----------- ERROR, net doesn't work. ---------<end here>------------
- HeeChul Yun, Embedded S/W Team at ETRI phone: +82-42-860-1673
On Wed, 26 Mar 2003 hcyun@etri.re.kr wrote:
When I tried to enable vt6102 ethernet, i got following error. After tracking down the code, I found that it happen because ISR0 (0xc) register report "PCI Bus error".
Was ISR0 set to the value beforehand? Is it possible that the driver should be doing more to reset the hardware than it does?
ron