changeset 73:c189b4b44060

Automated merge with https://www.kalessin.fr/projs/hg/epitech/mq/rathaxes/
author Louis Opter <louis@lse.epita.fr>
date Sun, 19 Feb 2012 12:08:54 +0100
parents 3d37fa01b19c (diff) 6e9dcbd120c5 (current diff)
children ff90ee2fe1c4
files rathaxes_correctly_use_chunk_and_template_sequences_parameters_in_e1000.patch
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rathaxes_correctly_use_chunk_and_template_sequences_parameters_in_e1000.patch	Sun Feb 19 12:07:53 2012 +0100
+++ b/rathaxes_correctly_use_chunk_and_template_sequences_parameters_in_e1000.patch	Sun Feb 19 12:08:54 2012 +0100
@@ -656,7 +656,7 @@
 diff --git a/rathaxes/samples/e1000/lkm.rtx b/rathaxes/samples/e1000/lkm.rtx
 --- a/rathaxes/samples/e1000/lkm.rtx
 +++ b/rathaxes/samples/e1000/lkm.rtx
-@@ -2,50 +2,61 @@
+@@ -2,50 +2,62 @@
  {
      Ethernet::open(Ethernet::Device dev)
      {
@@ -679,6 +679,7 @@
 +        Log::info("device activated");
 +
 +        e1000::activate_device_interruption(dev);
++        Log::info("interruption enabled");
 +
 +        e1000::print_status(dev);
      }