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]

Re: Network debuggers & diag_printf


Hi Rob, I tried what you suggested but I had no success...
Any other idea?
Regards
Eduardo

Rob Duncan escribió:
Try setting the CYGHWR_NET_DRIVER_ETH0_BOOTP_SHOW option to 0.

Rob.

On 7/4/08, Eduardo Sabaj <esabaj@hasar.com> wrote:
Thank you Andrey for your mail.. I could disable some but not all of the
debuggers. Now I have the following information that is coming out from the
serial port (COM1):

 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

 These lines are printed using diag_printf () in module bootp_support.c,
function show_bootp(). Instead of commenting the code I would like to know
if there is a way to disable the diag_printf () function, at least for the
code related to the network settings.

Any idea?

 Regards
 Eduardo


Andrey Baboshin escribió:


Hi,
You can try to disable  CYGPKG_NET_FREEBSD_LOGGING (for freebsd tcp/ip
stack).
Just say cdl_option  CYGPKG_NET_FREEBSD_LOGGING {
user_value 0
};
in your *.ecm file.
For full information make a look of freebsd_net.cdl file.

On Fri, 04 Jul 2008 12:33:58 -0300, Eduardo Sabaj <esabaj@hasar.com>
wrote:
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...



---
Andrey Baboshin





--

 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






--

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]