public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: TG3(Tigoon) & Kernel 2.4.27
@ 2004-08-30 22:16 Nathanael Nerode
  2004-08-30 22:23 ` Jeff Garzik
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Nathanael Nerode @ 2004-08-30 22:16 UTC (permalink / raw)
  To: davem, linux-kernel

David S. Miller wrote:
>The tg3 firmware is just a bunch of MIPS instructions.
Well, good to know that.  It's the first I'd heard of it.

>I guess if I ran objdump --disassemble on the image and
>used the output of that in the tg3 driver and "compiled
>that source" they'd be happy.  And this makes the situation
>even more ludicrious.

Before you blithely made this claim, you should have actually tried running
objdump --disassemble on the image.

It's not packed up in a standard ELF/COFF/etc format, so that doesn't
actually work.  You can use simple assembler trickery to pack it up into a
normal object file *if* you have an assembler for mips *and* you know whether
the chip is running little-endian or big-endian (I have no idea). You may
need other information as well.  :-P  Then and only then can you try to
dissassemble it with objdump.  Then you have to separate data in the text
section out from the code in order to get something which actually
approximates source code.

Much simpler for Broadcom to just release the source code.  :-P

-- 
This space intentionally left blank.

^ permalink raw reply	[flat|nested] 19+ messages in thread
* TG3(Tigoon) & Kernel 2.4.27
@ 2004-08-24 15:13 Laurent CARON
  2004-08-24 16:25 ` Randy.Dunlap
  0 siblings, 1 reply; 19+ messages in thread
From: Laurent CARON @ 2004-08-24 15:13 UTC (permalink / raw)
  To: linux-kernel

Hello

When I try to compile kernel 2.4.27 for one of my servers i get this error.
--------------
drivers/net/net.o(.text+0x17550): In function `tg3_request_firmware': : 
undefined reference to `request_firmware'
drivers/net/net.o(.text+0x17652): In function `tg3_request_firmware': : 
undefined reference to `release_firmware'
-------------

Any clue?

PS: I can include a part of my .config



^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2004-08-31  5:05 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-30 22:16 TG3(Tigoon) & Kernel 2.4.27 Nathanael Nerode
2004-08-30 22:23 ` Jeff Garzik
2004-08-30 22:31 ` David S. Miller
2004-08-30 22:32 ` Andreas Schwab
  -- strict thread matches above, loose matches on Subject: below --
2004-08-24 15:13 Laurent CARON
2004-08-24 16:25 ` Randy.Dunlap
2004-08-24 18:34   ` David S. Miller
2004-08-25  1:37     ` Joshua Kwan
2004-08-25  3:17       ` Randy.Dunlap
2004-08-25  4:02         ` Joshua Kwan
2004-08-25  4:45     ` Willy Tarreau
2004-08-25  6:36       ` David S. Miller
2004-08-25  7:47         ` Joshua Kwan
2004-08-25  8:34           ` Oliver Neukum
2004-08-25 19:03             ` David S. Miller
2004-08-31  1:14         ` Ryan Cumming
2004-08-31  1:33           ` David S. Miller
2004-08-31  5:05           ` Willy Tarreau
2004-08-25  7:40     ` Laurent CARON

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox