diff rathaxes_start_to_implement_pci_stuff_in_the_lkm.patch @ 12:80cfe40c1136

WIP on the LKM sample, add a patch to work on the Ethernet subsystem
author Louis Opter <louis@lse.epitech.net>
date Fri, 06 Jan 2012 17:33:00 +0100
parents efee5f0249e2
children 052f9209ca09
line wrap: on
line diff
--- a/rathaxes_start_to_implement_pci_stuff_in_the_lkm.patch	Fri Jan 06 15:41:47 2012 +0100
+++ b/rathaxes_start_to_implement_pci_stuff_in_the_lkm.patch	Fri Jan 06 17:33:00 2012 +0100
@@ -156,7 +156,7 @@
 new file mode 100644
 --- /dev/null
 +++ b/rathaxes/samples/lkm/pci.blt
-@@ -0,0 +1,130 @@
+@@ -0,0 +1,129 @@
 +with PCI, LKM, Log
 +{
 +    template type   PCI::Device()
@@ -275,7 +275,6 @@
 +             *      ${Log::info("Message")}; doesn't seem to work.
 +             * }
 +             */
-+             ${Log::info("Message")};
 +        }
 +    }
 +