[BACK]Return to obio.c CVS log [TXT][DIR] Up to [local] / funnyos / arch / testarm / dev

Diff for /funnyos/arch/testarm/dev/obio.c between version 1.8 and 1.9

version 1.8, 2007/10/16 21:45:28 version 1.9, 2007/10/16 22:27:28
Line 45 
Line 45 
         bhp->bus_write_1 = obio_write_1;          bhp->bus_write_1 = obio_write_1;
         bhp->bus_write_2 = obio_write_2;          bhp->bus_write_2 = obio_write_2;
         bhp->bus_write_4 = obio_write_4;          bhp->bus_write_4 = obio_write_4;
         bhp->dh_ownerdd = self->dv_devdata;     /* XXX UGLY bus_{read|write} stuff will access bus device from bus_handle using this */          bhp->bh_ownerdd = self->dv_devdata;     /* XXX UGLY bus_{read|write} stuff will access bus device from bus_handle using this */
   
         /* expose our bus_handle to the world */          /* expose our bus_handle to the world */
         self->dv_aux = bhp;          self->dv_aux = bhp;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb