# HG changeset patch # User Louis Opter # Date 1329585216 -3600 # Node ID 8bb53638585b1f9d6679cd369318ea729230d374 # Parent ef460b936b5f32b5f9e03c1f1039f3bf0a0cb641 WIP on the e1000 sample: fix build diff -r ef460b936b5f -r 8bb53638585b rathaxes_correctly_use_chunk_and_template_sequences_parameters_in_e1000.patch --- a/rathaxes_correctly_use_chunk_and_template_sequences_parameters_in_e1000.patch Sat Feb 18 16:04:02 2012 +0100 +++ b/rathaxes_correctly_use_chunk_and_template_sequences_parameters_in_e1000.patch Sat Feb 18 18:13:36 2012 +0100 @@ -177,7 +177,7 @@ } } -@@ -320,7 +337,7 @@ +@@ -320,12 +337,13 @@ } } @@ -186,7 +186,13 @@ { chunk LKM::includes() { -@@ -345,20 +362,20 @@ + #include + } ++ + chunk LKM::prototypes() + { + static int e1000_setup_interrupt_handler(struct rtx_ethernet_dev *); +@@ -345,20 +363,20 @@ if (error) { @@ -210,7 +216,7 @@ if (error) { return error; -@@ -423,7 +440,7 @@ +@@ -423,7 +441,7 @@ intr = rtx_e1000_register_read32(ctx, E1000_ICR); if (intr & E1000_INTR_LSC) { @@ -326,7 +332,7 @@ struct rtx_e1000_ctx* ctx = &rtx_ether_dev->hw_ctx; - ${pointcut ::IMPLEMENTATION}; -+ ${pointcut ::IMPLEMENTATION(local.rtx_ethernet_dev)}; ++ ${pointcut ::IMPLEMENTATION(local.rtx_ether_dev)}; return 0; }