This is the mail archive of the ecos-discuss@sourceware.org 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]

Network debuggers & diag_printf



I would like to disable the following debuggers related to the net. I imagine that it may be a simple thing, but I did't work out how to do it...


...
[cyg_net_init] Init: mbinit(0x00000000)
[cyg_net_init] Init: cyg_net_init_devs(0x00000000)
Init device 'r6040_eth0'
[cyg_net_init] Init: loopattach(0x00000000)
[cyg_net_init] Init: ifinit(0x00000000)
[cyg_net_init] Init: domaininit(0x00000000)
[cyg_net_init] Init: cyg_net_add_domain(0x0019e1a0)
New domain internet at 0x00000000
[cyg_net_init] Init: cyg_net_add_domain(0x0019da40)
New domain route at 0x00000000
[cyg_net_init] Init: call_route_init(0x00000000)
[cyg_net_init] Done
BOOTP[eth0] op: REPLY
      htype: Ethernet
       hlen: 6
       hops: 0
        xid: 0x0
       secs: 0
      flags: 0x0
      hw_addr: 00:1b:eb:74:00:dd
    client IP: 192.0.2.235
        my IP: 192.0.2.235
    server IP: 192.0.110.232
   gateway IP: 192.0.110.232
 options:
       subnet mask: 255.255.0.0
      IP broadcast: 192.0.255.255
           gateway: 192.0.110.232

I would also like to know how diag_printf works, since some (or all) of the debuggers listed above were printed by using this function. Could it be disabled by configtool?

By the way, I've already unchecked the following MACROS on configtool:

- CYGDBG_IO_ETH_DRIVERS_DEBUG
- CYGPKG_NET_DEBUG

I unchecked also:

- I/O sub-system -> Common ethernet support -> RDC R6040 ethernet driver -> Print ethernet device status info during startup
- I/O sub-system -> Serial device drivers -> TTY-mode serial device drivers -> Console device name -> "/dev/null"


Any idea??

Best Regards
Eduardo

--

Ing. Eduardo Salvador Sabaj
Analista de Desarrollo

Compañía Hasar | Grupo Hasar*
*Marcos Sastre y José Ingenieros
El Talar. Pacheco
[B1618CSD] Buenos Aires. Argentina
Tel [54 11] 4117 8900 | Fax [54 11] 4117 8998
E-mail: esabaj@hasar.com
Visítenos en: www.hasar.com
<http://www.hasar.com>Información legal y política de confidencialidad: www.grupohasar.com/disclaimer <http://www.grupohasar.com/disclaimer>




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


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