[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.7 and 1.8

version 1.7, 2007/10/16 21:01:40 version 1.8, 2007/10/16 21:45: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_ownerdevp = self;       /* XXX UGLY bus_{read|write} stuff will access bus device from bus_handle using this */          bhp->dh_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.7  
changed lines
  Added in v.1.8

CVSweb