# HG changeset patch # User Louis Opter # Date 1325860907 -3600 # Node ID efee5f0249e295bac0e380c03029610fa9b5e1d4 # Parent 44a25ffd5c8c135f86d871603f3cbc6f5c984cdc Commit a revision of the PCI LKM that tries to call a provided sequence from a chunk of instrumented C code (see #6) diff -r 44a25ffd5c8c -r efee5f0249e2 rathaxes_start_to_implement_pci_stuff_in_the_lkm.patch --- a/rathaxes_start_to_implement_pci_stuff_in_the_lkm.patch Fri Jan 06 13:43:06 2012 +0100 +++ b/rathaxes_start_to_implement_pci_stuff_in_the_lkm.patch Fri Jan 06 15:41:47 2012 +0100 @@ -156,7 +156,7 @@ new file mode 100644 --- /dev/null +++ b/rathaxes/samples/lkm/pci.blt -@@ -0,0 +1,129 @@ +@@ -0,0 +1,130 @@ +with PCI, LKM, Log +{ + template type PCI::Device() @@ -275,6 +275,7 @@ + * ${Log::info("Message")}; doesn't seem to work. + * } + */ ++ ${Log::info("Message")}; + } + } +