This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: HAL_PCI_ALLOC_BASE_MEMORY question ??


> To find out what is happening with your packets, try enabling more of
> the debug options at the top of if_i82559.c either by setting
> CYGDBG_DEVS_ETH_INTEL_I82559_CHATTER to a value > 1 or just add a
> define for DEBUG_82559. This will give you messages as packets come
> and go. If your network is reasonably busy you should at least see any
> broadcasts arriving.
Oops.. i should have dumped all messages in earlier mail. I already have
CYGDBG_DEVS_ETH_INTEL_I82559_CHATTER defined to > 1 and I see lot of
messages also. I am still looking why packets are not going out. By the way
network is not busy as I am working on private LAN. These are the rest
messages I receive from ethernet driver.
Regards
Mohanlal

InitRxRing 0
ResetRxRing 0
InitTxRing 0
ResetTxRing 0
eth0 XXX: driver didn't set ifq_maxlen
[cyg_net_init] Init: loopattach(0x00000000)
[cyg_net_init] Init: ifinit(0x00000000)
IFP: 0x000ba7d4, next: 0x001280c0
IFP: 0x001280c0, next: 0x00000000
[cyg_net_init] Init: domaininit(0x00000000)
[cyg_net_init] Init: cyg_net_add_domain(0x000bb1a8)
New domain internet6 at 0x00000000
i82559_stop 0 flg 43
ResetRxRing 0
ResetTxRing 0
i82559_start 0 flg 47 Link = Down, 10 Mbps, Half Duplex

[cyg_net_init] Init: cyg_net_add_domain(0x000bb544)
New domain internet at 0x00000000
[cyg_net_init] Init: cyg_net_add_domain(0x000bac8c)
New domain route at 0x00000000
[cyg_net_init] Init: cyg_route_init(0x00000000)
[cyg_net_init] Done

Tx 0 ba13c: 1 sg's, 78 bytes, KEY d4500
Tx 0 ba13c: Starting Engines: KEY d4500 TxCB f30c4c
Tx 0 ba13c: 1 sg's, 62 bytes, KEY d4480
i82559_stop 0 flg 10047
ResetRxRing 0
ResetTxRing 0
i82559_start 0 flg 47 Link = Down, 10 Mbps, Half Duplex
Tx 0 ba13c: 1 sg's, 42 bytes, KEY d4400
Tx 0 ba13c: Starting Engines: KEY d4400 TxCB f30c4c
Tx 0 ba13c: 1 sg's, 70 bytes, KEY d4380
ResetRxRing 0
ResetTxRing 0
Tx 0 ba13c: 1 sg's, 70 bytes, KEY d4300
Tx 0 ba13c: Starting Engines: KEY d4300 TxCB f30c4c
Tx 0 ba13c: 1 sg's, 70 bytes, KEY d4280
Tx 0 ba13c: 1 sg's, 70 bytes, KEY d4200
i82559_stop 0 flg 10067
ResetRxRing 0
ResetTxRing 0
i82559_start 0 flg 47 Link = Down, 10 Mbps, Half Duplex
ResetRxRing 0
ResetTxRing 0
Tx 0 ba13c: 1 sg's, 42 bytes, KEY d4180
Tx 0 ba13c: Starting Engines: KEY d4180 TxCB f30c4c
Tx 0 ba13c: 1 sg's, 70 bytes, KEY d4100
Tx 0 ba13c: 1 sg's, 70 bytes, KEY d4080
i82559_stop 0 flg 10067
ResetRxRing 0
ResetTxRing 0
i82559_start 0 flg 47 Link = Down, 10 Mbps, Half Duplex
ResetRxRing 0
ResetTxRing 0
Tx 0 ba13c: 1 sg's, 70 bytes, KEY d4000
Tx 0 ba13c: Starting Engines: KEY d4000 TxCB f30c4c
Tx 0 ba13c: 1 sg's, 70 bytes, KEY d3f80
Tx 0 ba13c: 1 sg's, 70 bytes, KEY d3f00



-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]