=================================================================== RCS file: /cvs/funnyos/arch/testarm/dev/obio.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- funnyos/arch/testarm/dev/obio.c 2007/10/16 21:45:28 1.8 +++ funnyos/arch/testarm/dev/obio.c 2007/10/16 22:27:28 1.9 @@ -1,5 +1,5 @@ /* - * $Id: obio.c,v 1.8 2007/10/16 20:45:28 init Exp $ + * $Id: obio.c,v 1.9 2007/10/16 21:27:28 init Exp $ */ #include #include @@ -45,7 +45,7 @@ bhp->bus_write_1 = obio_write_1; bhp->bus_write_2 = obio_write_2; 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 */ self->dv_aux = bhp;