=================================================================== RCS file: /cvs/funnyos/arch/testarm/dev/tacons.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- funnyos/arch/testarm/dev/tacons.c 2007/10/16 22:33:24 1.4 +++ funnyos/arch/testarm/dev/tacons.c 2007/10/16 22:34:49 1.5 @@ -1,5 +1,5 @@ /* - * $Id: tacons.c,v 1.4 2007/10/16 21:33:24 init Exp $ + * $Id: tacons.c,v 1.5 2007/10/16 21:34:49 init Exp $ */ #include #include @@ -74,7 +74,7 @@ */ 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); }