--- trunk/src/devices/dev_kn02.c 2007/10/08 16:18:31 11 +++ trunk/src/devices/dev_kn02.c 2007/10/08 16:18:38 12 @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * - * $Id: dev_kn02.c,v 1.17 2005/02/24 15:38:34 debug Exp $ + * $Id: dev_kn02.c,v 1.18 2005/07/15 07:34:06 debug Exp $ * * KN02 stuff ("3MAX", DECstation type 2). See include/dec_kn02.h for more * details. @@ -112,7 +112,7 @@ memset(d, 0, sizeof(struct kn02_csr)); memory_device_register(mem, "kn02", baseaddr, DEV_KN02_LENGTH, - dev_kn02_access, d, MEM_BINTRANS_OK, &d->csr[0]); + dev_kn02_access, d, MEM_DYNTRANS_OK, &d->csr[0]); return d; }