Re: [Etherboot-developers] Driver probing twice in latest 5.1 cvs
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2003-01-17 17:51:04
|
"Timothy Legge" <tim...@us...> writes: > > I have a serial console log of etherboot appended so if you can point > out > > rough where you think an extra probe may be happening I am willing to > take > > a look. > > > > Starting: EFI Lanboot > > ROM segment 0x0000 length 0x0000 reloc 0xbeedd310 > > Etherboot 5.1.5pre2 (GPL) ELF64 for [undi_nii] > > Relocating _text from: [00000040beedd310,00000040beffa8e0) to > > [000000003f0f4a30,000000003f212000) > > ITC 900 Mhz > > Boot from (N)etwork (D)isk (F)loppy or from (L)ocal? > > Probing pci nic... > > I think it starts here. I am trying to setup miniterm, to be able to > get a dump of the information. There is a real lack on information on > how to set up two serial debugging on the Linux side. I found the > Etherboot config setting but getting the Linux side configured is a > pain. Bah. I just saw a double probe case. I forgot to ``initialized=1'' to main.c when I put in the fix for the menu code so the NICs were being reinitialized every time through main_loop. And while I am thinking about it another way to see messages that are scrolling to fast is to put a delay into the printf after the messages is printed, sorry I think in terms of serial console first because you can let it spew and then look back to see what actually happened. Eric |