Re: [PATCH] Set size of partition correctly in grub_disk_open()

2006-07-11 Thread Yoshinori K. Okuji
On Sunday 09 July 2006 23:37, Jeroen Dekkers wrote: > Well, if you consider the total_sectors a private variable, and you > want to have accessor functions for accessing it, then I can > understand your point a bit, but such things will make the kernel > bigger and I thought it was a goal to keep i

Finding the list of NIC names

2006-07-11 Thread Ted Dennison
I'm trying to build GRUB (1.94) for loading a diskless system that has Intel E1000-series NICs. The instructions I have say that I can get a list of supported NICs by doing a: ./configure --help I do get a lot of output from that command, but no list of NIC's that I can see. I tried it on

Re: Finding the list of NIC names

2006-07-11 Thread Marco Gerards
Ted Dennison <[EMAIL PROTECTED]> writes: > I'm trying to build GRUB (1.94) for loading a diskless system that has > Intel E1000-series NICs. The instructions I have say that I can get a > list of supported NICs by doing a: > >./configure --help > > I do get a lot of output from that command, b

Re: Finding the list of NIC names

2006-07-11 Thread Gerardo Richarte
Marco Gerards wrote: > Ted Dennison <[EMAIL PROTECTED]> writes: > >> I tried looking through the sources too, but couldn't find anything >> enlightening. What am I missing? >> > > GRUB 2 does not have networking support yet. Better use GRUB Legacy. > To check if your card is support

Re: Finding the list of NIC names

2006-07-11 Thread Ted Dennison
Gerardo Richarte wrote: Marco Gerards wrote: Ted Dennison <[EMAIL PROTECTED]> writes: I tried looking through the sources too, but couldn't find anything enlightening. What am I missing? GRUB 2 does not have networking support yet. Better use GRUB Legacy. Ah. That