changeset 71:3d37fa01b19c

e1000 sample add some debug
author Louis Opter <louis@lse.epitech.net>
date Sat, 18 Feb 2012 20:20:37 +0100
parents c22a9acf8cd7
children c189b4b44060
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	Sat Feb 18 20:07:34 2012 +0100
+++ b/rathaxes_correctly_use_chunk_and_template_sequences_parameters_in_e1000.patch	Sat Feb 18 20:20:37 2012 +0100
@@ -652,7 +652,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)
      {
@@ -675,6 +675,7 @@
 +        Log::info("device activated");
 +
 +        e1000::activate_device_interruption(dev);
++        Log::info("interruption enabled");
 +
 +        e1000::print_status(dev);
      }