Re: Did test ... Re: grub is stuck with an on-board eepro100

2002-02-07 Thread Yedidyah Bar-David
On Wed, Feb 06, 2002 at 11:13:23AM +0100, Christoph Plattner wrote: Hello, so I have test result. Thanks for your testing, but, Before going in details: The PCI bus master enabling and the `eepro100.c' driver is working OK !! Mr. Okuji has done complete work (including PCI handling).

Re: Did test ... Re: grub is stuck with an on-board eepro100

2002-02-07 Thread Christoph Plattner
Ah, you stuck so early I thought you get to that point, where the controller seems to send, getting no errors, but points are comming... Do you have an overview of the driver functiuonality ? Perhaps you can add many grub_printf()s to get a feeling, where you have the problem. I hope you

Did test ... Re: grub is stuck with an on-board eepro100

2002-02-06 Thread Christoph Plattner
Hello, so I have test result. Before going in details: The PCI bus master enabling and the `eepro100.c' driver is working OK !! Mr. Okuji has done complete work (including PCI handling). To the test case: I reused the embedded machine with the define problem. This version of prototype board

Re: grub is stuck with an on-board eepro100

2002-02-05 Thread Yoshinori K. Okuji
At Tue, 5 Feb 2002 09:36:39 +0200, Yedidyah Bar-David wrote: Of course it's desirable, but is it possible? I don't really know grub, but isn't the fact that it's written in C, in 32bit, means it would be difficult to call 16 bit APIs? I downloaded the PXE specs, and looked at the pxelinux

Re: grub is stuck with an on-board eepro100

2002-02-05 Thread Yedidyah Bar-David
On Wed, Feb 06, 2002 at 02:50:44AM +0900, Yoshinori K. Okuji wrote: At Tue, 5 Feb 2002 09:36:39 +0200, Yedidyah Bar-David wrote: Of course it's desirable, but is it possible? I don't really know grub, but isn't the fact that it's written in C, in 32bit, means it would be difficult to call

Re: grub is stuck with an on-board eepro100

2002-02-05 Thread erich
Yedidyah Bar-David [EMAIL PROTECTED] wrote: On Wed, Feb 06, 2002 at 02:50:44AM +0900, Yoshinori K. Okuji wrote: At Tue, 5 Feb 2002 09:36:39 +0200, Yedidyah Bar-David wrote: Of course it's desirable, but is it possible? I don't really know grub, but isn't the fact that it's written in

Re: grub is stuck with an on-board eepro100

2002-02-04 Thread Yedidyah Bar-David
On Fri, Feb 01, 2002 at 03:52:02PM +0900, Yoshinori K. Okuji wrote: At Thu, 31 Jan 2002 15:02:30 +0200, Yedidyah Bar-David wrote: Besides hoping for a solution, I have a question: Is it possible to add a pseudo-driver that will use the PXE? How difficult would it be for me to do, assuming

grub is stuck with an on-board eepro100

2002-01-31 Thread Yedidyah Bar-David
Hello, First, Thank you for your time devoted to grub. I use it as a boot menu for a few tens of PCs that boot from the network. Now, to my problem: On 2 different machines with an on-board eepro100, grub is loaded successfully from the tftp server, but freezes shortly after. On other machines

Re: grub is stuck with an on-board eepro100

2002-01-31 Thread Christoph Plattner
Hello. I had the same problem on a embedded board, where the PCI Bus Master was not activated by the driver. In older etherboot versions (up to 5.0.4) there was a code to activate the BM mode. Now etherboot does this in gerneral in the PCI stuff. We have to check, if this is also done in the

Re: grub is stuck with an on-board eepro100

2002-01-31 Thread Yoshinori K. Okuji
At Thu, 31 Jan 2002 15:02:30 +0200, Yedidyah Bar-David wrote: Besides hoping for a solution, I have a question: Is it possible to add a pseudo-driver that will use the PXE? How difficult would it be for me to do, assuming I don't have much experience with such low-level programming. Yes,

Re: grub is stuck with an on-board eepro100

2002-01-31 Thread Yoshinori K. Okuji
At Thu, 31 Jan 2002 15:21:54 +0100, Christoph Plattner wrote: I had the same problem on a embedded board, where the PCI Bus Master was not activated by the driver. In older etherboot versions (up to 5.0.4) there was a code to activate the BM mode. Now etherboot does this in gerneral in the