bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #16885] pxegrub load kernel hang up


From: arne
Subject: [bug #16885] pxegrub load kernel hang up
Date: Mon, 10 Jul 2006 12:58:14 +0000
User-agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)

Follow-up Comment #1, bug #16885 (project grub):

This is definitly a bug in the driver of the e1000! I found, that you only
have to comment out one 'break;' in function 

static void e1000_reset_hw(struct e1000_hw *hw)

for me it was in line 1025:

                case e1000_82541_rev_2:
                        /* These controllers can't ack the 64-bit write when
issuing the
                         * reset, so use IO-mapping as a workaround to issue
the reset */
                        E1000_WRITE_REG_IO(hw, CTRL, (ctrl |
E1000_CTRL_RST));
                        /*break;*/              /*rem by Arne: this is the
bug denieing PXEGRUB to TFTP*/
                case e1000_82545_rev_3:
 

If you comment out this line and compile everything works well!

Best Regards,

Arne

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=16885>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]