diff rathaxes_e1000_move_the_interrupt_init_and_cleanup_into_ethernet.patch @ 106:976a4b87803f

Fix the resolution and the e1000 sample with the new scalar ref feature
author David Pineau <dav.pineau@gmail.com>
date Mon, 25 Mar 2013 01:17:56 +0100
parents fb20f01ea997
children f42751b8ca99
line wrap: on
line diff
--- a/rathaxes_e1000_move_the_interrupt_init_and_cleanup_into_ethernet.patch	Fri Mar 22 00:25:52 2013 -0700
+++ b/rathaxes_e1000_move_the_interrupt_init_and_cleanup_into_ethernet.patch	Mon Mar 25 01:17:56 2013 +0100
@@ -1,5 +1,5 @@
 # HG changeset patch
-# Parent 1e9f01563db8cac05d81f26c5e100d9629b67f1e
+# Parent db54879402d420664f53e83cb7f55204571a9a8e
 Move the interrupt handler init/cleanup out of e1000.blt
 
 This is not device dependant and can be done from the Ethernet subsystem
@@ -232,9 +232,9 @@
 +++ b/rathaxes/samples/e1000/ethernet.rti
 @@ -36,10 +36,12 @@
           */
-         attribute   Builtin::symbol             perm_addr;
-         attribute   Builtin::symbol             dev_addr;
-+        attribute   Builtin::symbol             irq;
+         attribute   Builtin::symbol.scalar      perm_addr;
+         attribute   Builtin::symbol.scalar      dev_addr;
++        attribute   Builtin::symbol.scalar      irq;
      }
  
      required sequence   open(Ethernet::Device)