Re: [Etherboot-developers] Error in elf make for website
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: <ebi...@ln...> - 2002-04-14 16:03:20
|
ke...@us... (Ken Yap) writes: > >different systems. When I saw the new options for the cards, I decided > >that I would try it, for the two that I am most familiar with, the > >3C509, and the 3C905. For those two, it broke, as indicated. I have not > > Looking at the Makefile and Roms file. > > 3c509 (ISA) is not supported for LinuxBIOS, so there is no make target > for it. > > 3c905 (PCI) is supported for LinuxBIOS as Eric indicated. But the > problem is that you (or the rom-o-matic script) should be asking for > foo.ebi, not foo.elf. foo.elf is not a valid make target. Right 3c90x.elf (which is the generic driver) should work. And since LinuxBIOS just starts etherboot it really doesn't matter which variant you pick so long as you have a valid pairing. generic driver -> elf specific driver -> ebi Eric |