Marco Gerards wrote:
Christian Franke <[EMAIL PROTECTED]> writes:

...
        (grub_pit_wait): Add enable/disable of the timer2 gate
        bit of port 0x61. This fixes a possible infinite loop.

Small nitpick: use a double space

...
+
+  /* Disable timer2 gate and speaker.  */
+  grub_outb (grub_inb (TIMER2_REG_LATCH) & ~ (TIMER2_SPEAKER | TIMER2_GATE), 
TIMER2_REG_LATCH);
These lines are too long, please break them properly.


Included in commit. Thanks.

Christian



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to