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

Diff for /funnyos/arch/sam7s64/dev/saapbus.c between version 1.1 and 1.2

version 1.1, 2007/11/09 16:03:49 version 1.2, 2007/11/09 18:13:38
Line 31 
Line 31 
   
   
 int  int
 saapbus_attach(struct device *self, uint32_t loc, uint32_t flags)  saapbus_attach(struct device *self, uint32_t loc, uint8_t flags)
 {  {
         struct saapbus_dd *ddp = self->dv_devdata;          struct saapbus_dd *ddp = self->dv_devdata;
         struct bus_handle *bhp = &ddp->od_bh;          struct bus_handle *bhp = &ddp->sd_bushandle;
   
         bhp->bus_read_1 = saapbus_read_1;          bhp->bus_read_1 = saapbus_read_1;
         bhp->bus_read_2 = saapbus_read_2;          bhp->bus_read_2 = saapbus_read_2;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb