Re: [RFC] netboot changes

2001-02-02 Thread OKUJI Yoshinori
I have added "probe the first PCI NIC candidate" support to the CVS. The implementation differs from Eugene, but the overall effect should be the same. Okuji ___ Bug-grub mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-grub

Re: [RFC] netboot changes

2001-01-16 Thread Thierry Laronde
On Tue, Jan 16, 2001 at 04:22:20PM +0900, OKUJI Yoshinori wrote: > From: Thierry Laronde <[EMAIL PROTECTED]> > Subject: Re: [RFC] netboot changes > Date: Mon, 15 Jan 2001 22:13:41 +0100 > > > Just a question (partly related to netboot). I plan to add the ability

Re: [RFC] netboot changes

2001-01-15 Thread OKUJI Yoshinori
From: Thierry Laronde <[EMAIL PROTECTED]> Subject: Re: [RFC] netboot changes Date: Mon, 15 Jan 2001 22:13:41 +0100 > Just a question (partly related to netboot). I plan to add the ability > to use kind of "grub environment variables" allowing the reuse of > informati

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-15 Thread Thierry Laronde
On Mon, Jan 15, 2001 at 02:28:07PM +0900, OKUJI Yoshinori wrote: > > Anyway, I don't think it would be worth to update the network drivers > (unless you have a card GRUB doesn't support), because I'm planning > not to use Etherboot drivers. I'll explain my "near future plans" > soon. Just a ques

Re: [RFC] netboot changes

2001-01-14 Thread OKUJI Yoshinori
From: "Eugene A. Doudine" <[EMAIL PROTECTED]> Subject: Re: [RFC] netboot changes Date: Mon, 15 Jan 2001 00:41:13 +0700 (KRAT) > added new field to pci_device struct - pointer to correct probe > routine: > struct pci_device { > unsigned short vendor,

Re: [RFC] netboot changes

2001-01-14 Thread Thierry Laronde
On Mon, Jan 15, 2001 at 12:41:13AM +0700, Eugene A. Doudine wrote: > > Hello, Thierry Hello Eugene, > > 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 pc

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

[RFC] netboot changes

2001-01-14 Thread Thierry Laronde
Hello, I have the following goal : built a "diagnOS" floppy with the GRUB on it, allowing in particular to boot via the network (LAN) from any unknown PC with a supported PCI NIC. At the time, if the PCI Bios is good, the function in pci.c `scan_bus' perform the task, and indeed print what it