Re: [RFC] netboot changes

2001-01-15 Thread Eugene A. Doudine
Hello, On Mon, 15 Jan 2001, OKUJI Yoshinori wrote: [snip] > > Your patch is good. Please write ChangeLog entries, and I'll apply > your patch. > Ok, here is the patch complete with the ChangeLog entries. I also a bit rearanged ifdefs in config.c not to include cards.h twice, as in the code I

Re: [RFC] netboot changes

2001-01-14 Thread Eugene A. Doudine
Hello, Thierry I recently had the same problems with GRUB netbooting, and already done just what you suggested: added new field to pci_device struct - pointer to correct probe routine: struct pci_device { unsigned short vendor, dev_id; const char *name; unsigned

Re: [PATCH] new command

2001-01-10 Thread Eugene A. Doudine
Hello, Okuju Thank you for the thorough review of my code, I've rewritten it according to your suggestions. Regards, Eugene diff -ubBr ./grub-0.5.96.1/ChangeLog ./grub-0.5.96.1-ifconfig2/ChangeLog --- ./grub-0.5.96.1/ChangeLog Fri Oct 20 03:44:35 2000 +++ ./grub-0.5.96.1-ifconfig2/ChangeLo

[PATCH] new command

2001-01-09 Thread Eugene A. Doudine
Hi, I needed to netboot from tftp, but without any dhcp, bootp or rarp servers, so I had to add a simple command to set IP address, subnet mask, default gateway. It also can set address of the tftp server, but this is probably ambiguous, since there is 'tftpserver' command. The command sintax