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

Diff for /funnyos/arch/testarm/dev/tacons.c between version 1.4 and 1.6

version 1.4, 2007/10/16 22:33:24 version 1.6, 2007/10/29 21:10:03
Line 22 
Line 22 
 struct driver tacons_dr = {  struct driver tacons_dr = {
         sizeof(struct tacons_dd),          sizeof(struct tacons_dd),
         tacons_attach,          tacons_attach,
           NULL,
         NULL          NULL
 };  };
   
Line 74 
Line 75 
          */           */
         struct tacons_dd *tdp = ddp;          struct tacons_dd *tdp = ddp;
   
         return( bus_write_1(tdp->td_dhp, tdp->td_ioaddr, ch) );          bus_write_1(tdp->td_bhp, tdp->td_ioaddr, ch);
 }  }
   
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.6

CVSweb